Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dadc.h58 #define ADC_CTRLA_SWRST_Pos 0 /**< \brief (ADC_CTRLA) Software Reset */ macro
59 #define ADC_CTRLA_SWRST (_U(0x1) << ADC_CTRLA_SWRST_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_adc_l21.h287 tmp = (tmp & ADC_CTRLA_SWRST) >> ADC_CTRLA_SWRST_Pos; in hri_adc_get_CTRLA_SWRST_bit()