Searched refs:ADC_STATUS_CONV_SLOT_DONE (Results 1 – 2 of 2) sorted by relevance
90 if ( 0u != (ADC_STATUS_CONV_SLOT_DONE & interrupts) ) in ADC_EnableInterrupts()109 if ( 0u != (ADC_STATUS_CONV_SLOT_DONE & interrupts) ) in ADC_EnableInterrupts()134 flags |= ADC_STATUS_CONV_SLOT_DONE; in ADC_GetStatus()155 if ( 0u != (ADC_STATUS_CONV_SLOT_DONE & flags) ) in ADC_ClearStatus()
29 #define ADC_STATUS_CONV_SLOT_DONE (1u << 0u) /*!< Status flag when ADC slot conversion done. */ macro
Completed in 8 milliseconds