Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dadc.h562 #define ADC_SWTRIG_START_Pos 1 /**< \brief (ADC_SWTRIG) Start ADC Conversion */ macro
563 #define ADC_SWTRIG_START (_U(0x1) << ADC_SWTRIG_START_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_adc_l21.h2151 tmp = (tmp & ADC_SWTRIG_START) >> ADC_SWTRIG_START_Pos; in hri_adc_get_SWTRIG_START_bit()
2162 tmp |= value << ADC_SWTRIG_START_Pos; in hri_adc_write_SWTRIG_START_bit()