Searched refs:TSENS_CTRLA_SWRST (Results 1 – 4 of 4) sorted by relevance
468 TSENS->CTRLA.reg |= TSENS_CTRLA_SWRST; in tsens_reset()
146 if (TSENS->CTRLA.reg & TSENS_CTRLA_SWRST) { in tsens_init()
60 #define TSENS_CTRLA_SWRST (_U_(0x1) << TSENS_CTRLA_SWRST_Pos) macro
370 ((Tsens *)hw)->CTRLA.reg |= TSENS_CTRLA_SWRST; in hri_tsens_set_CTRLA_SWRST_bit()380 tmp = (tmp & TSENS_CTRLA_SWRST) >> TSENS_CTRLA_SWRST_Pos; in hri_tsens_get_CTRLA_SWRST_bit()
Completed in 24 milliseconds