Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h326 #define TCC_FCTRLA_SRC_Msk (_U(0x3) << TCC_FCTRLA_SRC_Pos) macro
327 #define TCC_FCTRLA_SRC(value) (TCC_FCTRLA_SRC_Msk & ((value) << TCC_FCTRLA_SRC_Pos))
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h4088 tmp &= ~TCC_FCTRLA_SRC_Msk; in hri_tcc_write_FCTRLA_SRC_bf()
4112 tmp = (tmp & TCC_FCTRLA_SRC_Msk) >> TCC_FCTRLA_SRC_Pos; in hri_tcc_read_FCTRLA_SRC_bf()