2.3.70 ADCx_ChannelSoftwareTriggerEnable Function
C
// x is instance of the peripheral and it is applicable only for devices having multiple instances of the peripheral.
inline static void ADCx_ChannelSoftwareTriggerEnable(ADCx_CHANNEL channel);
Summary
Sets individual software trigger.
Description
This function sets individual software trigger.
Precondition
None.
Parameters
Param | Description |
---|---|
channel | Channel for conversion |
Returns
None.
Example
ADC1_ChannelSoftwareTriggerEnable(ADC1_CHANNEL0);
Remarks
None.