Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtc.h76 #define TC_CTRLA_SWRST (_U(0x1) << TC_CTRLA_SWRST_Pos) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tc_l21.h993 ((Tc *)hw)->COUNT8.CTRLA.reg |= TC_CTRLA_SWRST; in hri_tc_set_CTRLA_SWRST_bit()
1002 tmp = (tmp & TC_CTRLA_SWRST) >> TC_CTRLA_SWRST_Pos; in hri_tc_get_CTRLA_SWRST_bit()