Home
last modified time | relevance | path

Searched refs:SDADC_CTRLA_SWRST (Results 1 – 4 of 4) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/sdadc/
A Dsdadc.c276 if (hw->CTRLA.reg & SDADC_CTRLA_SWRST) { in sdadc_init()
A Dsdadc.h775 sdadc_module->CTRLA.reg |= SDADC_CTRLA_SWRST; in sdadc_reset()
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dsdadc.h60 #define SDADC_CTRLA_SWRST (_U_(0x1) << SDADC_CTRLA_SWRST_Pos) macro
/bsp/microchip/samc21/bsp/hri/
A Dhri_sdadc_c21.h404 ((Sdadc *)hw)->CTRLA.reg |= SDADC_CTRLA_SWRST; in hri_sdadc_set_CTRLA_SWRST_bit()
414 tmp = (tmp & SDADC_CTRLA_SWRST) >> SDADC_CTRLA_SWRST_Pos; in hri_sdadc_get_CTRLA_SWRST_bit()

Completed in 14 milliseconds