2.3.76 ADCx_SoftwareTriggerEnable 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_SoftwareTriggerEnable(void);
Summary
Sets software common trigger.
Description
This function sets software common trigger.
Precondition
None.
Parameters
None.
Returns
None.
Example
ADC1_SoftwareTriggerEnable();
Remarks
None.