Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h75 #define TCC_CTRLA_SWRST_Pos 0 /**< \brief (TCC_CTRLA) Software Reset */ macro
76 #define TCC_CTRLA_SWRST (_U(0x1) << TCC_CTRLA_SWRST_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h3310 tmp = (tmp & TCC_CTRLA_SWRST) >> TCC_CTRLA_SWRST_Pos; in hri_tcc_get_CTRLA_SWRST_bit()