Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h455 #define TCC_FCTRLB_RESTART_Pos 7 /**< \brief (TCC_FCTRLB) Fault B Restart */ macro
456 #define TCC_FCTRLB_RESTART (_U(0x1) << TCC_FCTRLB_RESTART_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h4536 tmp = (tmp & TCC_FCTRLB_RESTART) >> TCC_FCTRLB_RESTART_Pos; in hri_tcc_get_FCTRLB_RESTART_bit()
4546 tmp |= value << TCC_FCTRLB_RESTART_Pos; in hri_tcc_write_FCTRLB_RESTART_bit()