Home
last modified time | relevance | path

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

/bsp/microchip/samc21/bsp/samc21/include/component/
A Dsdadc.h182 #define SDADC_INTENCLR_OVERRUN_Pos 1 /**< \brief (SDADC_INTENCLR) Overrun Interrupt Dis… macro
183 #define SDADC_INTENCLR_OVERRUN (_U_(0x1) << SDADC_INTENCLR_OVERRUN_Pos)
/bsp/samd21/sam_d2x_asflib/sam0/drivers/sdadc/
A Dsdadc.c199 (1 << SDADC_INTENCLR_OVERRUN_Pos) | (1 << SDADC_INTENCLR_RESRDY_Pos); in _sdadc_set_config()

Completed in 9 milliseconds