Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h398 #define TCC_FCTRLA_BLANKVAL(value) (TCC_FCTRLA_BLANKVAL_Msk & ((value) << TCC_FCTRLA_BLANKVAL_Pos)) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h4311 ((Tcc *)hw)->FCTRLA.reg |= TCC_FCTRLA_BLANKVAL(mask); in hri_tcc_set_FCTRLA_BLANKVAL_bf()
4319 tmp = (tmp & TCC_FCTRLA_BLANKVAL(mask)) >> TCC_FCTRLA_BLANKVAL_Pos; in hri_tcc_get_FCTRLA_BLANKVAL_bf()
4329 tmp |= TCC_FCTRLA_BLANKVAL(data); in hri_tcc_write_FCTRLA_BLANKVAL_bf()
4337 ((Tcc *)hw)->FCTRLA.reg &= ~TCC_FCTRLA_BLANKVAL(mask); in hri_tcc_clear_FCTRLA_BLANKVAL_bf()
4344 ((Tcc *)hw)->FCTRLA.reg ^= TCC_FCTRLA_BLANKVAL(mask); in hri_tcc_toggle_FCTRLA_BLANKVAL_bf()