Searched refs:SDADC_CTRLA_SWRST (Results 1 – 4 of 4) sorted by relevance
276 if (hw->CTRLA.reg & SDADC_CTRLA_SWRST) { in sdadc_init()
775 sdadc_module->CTRLA.reg |= SDADC_CTRLA_SWRST; in sdadc_reset()
60 #define SDADC_CTRLA_SWRST (_U_(0x1) << SDADC_CTRLA_SWRST_Pos) macro
404 ((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