Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h430 #define TCC_FCTRLB_SRC_Msk (_U(0x3) << TCC_FCTRLB_SRC_Pos) macro
431 #define TCC_FCTRLB_SRC(value) (TCC_FCTRLB_SRC_Msk & ((value) << TCC_FCTRLB_SRC_Pos))
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h4625 tmp &= ~TCC_FCTRLB_SRC_Msk; in hri_tcc_write_FCTRLB_SRC_bf()
4649 tmp = (tmp & TCC_FCTRLB_SRC_Msk) >> TCC_FCTRLB_SRC_Pos; in hri_tcc_read_FCTRLB_SRC_bf()