Home
last modified time | relevance | path

Searched refs:ADC_SYNCBUSY_SWRST_Pos (Results 1 – 2 of 2) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dadc.h608 #define ADC_SYNCBUSY_SWRST_Pos 0 /**< \brief (ADC_SYNCBUSY) SWRST Synchronization B… macro
609 #define ADC_SYNCBUSY_SWRST (_U(0x1) << ADC_SYNCBUSY_SWRST_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_adc_l21.h2562 return (((Adc *)hw)->SYNCBUSY.reg & ADC_SYNCBUSY_SWRST) >> ADC_SYNCBUSY_SWRST_Pos; in hri_adc_get_SYNCBUSY_SWRST_bit()