Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_adc.c112 uint32_t msk = MEC_BIT(MEC_ADC_CTRL_RDONE_Pos) | MEC_BIT(MEC_ADC_CTRL_SDONE_Pos); in mec_hal_adc_activate()
289 ctrl_val |= MEC_BIT(MEC_ADC_CTRL_SDONE_Pos); in mec_hal_adc_status_clear()
316 ctrl_sts |= MEC_BIT(MEC_ADC_CTRL_SDONE_Pos); in mec_hal_adc_start()
/hal_microchip-latest/mec5/devices/common/
Dmec5_adc_v2.h50 #define MEC_ADC_CTRL_SDONE_Pos (7UL) /*!< SDONE (Bit 7) … macro