Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dadc.h210 #define ADC_INTENSET_RESRDY_Pos 0 /**< \brief (ADC_INTENSET) Result Ready Interrupt … macro
211 #define ADC_INTENSET_RESRDY (_U(0x1) << ADC_INTENSET_RESRDY_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_adc_l21.h102 return (((Adc *)hw)->INTENSET.reg & ADC_INTENSET_RESRDY) >> ADC_INTENSET_RESRDY_Pos; in hri_adc_get_INTEN_RESRDY_bit()