Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h397 #define TCC_FCTRLA_BLANKVAL_Msk (_U(0xFF) << TCC_FCTRLA_BLANKVAL_Pos) macro
398 #define TCC_FCTRLA_BLANKVAL(value) (TCC_FCTRLA_BLANKVAL_Msk & ((value) << TCC_FCTRLA_BLANKVAL_Pos))
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h4328 tmp &= ~TCC_FCTRLA_BLANKVAL_Msk; in hri_tcc_write_FCTRLA_BLANKVAL_bf()
4352 tmp = (tmp & TCC_FCTRLA_BLANKVAL_Msk) >> TCC_FCTRLA_BLANKVAL_Pos; in hri_tcc_read_FCTRLA_BLANKVAL_bf()