Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h502 #define TCC_FCTRLB_BLANKVAL(value) (TCC_FCTRLB_BLANKVAL_Msk & ((value) << TCC_FCTRLB_BLANKVAL_Pos)) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h4848 ((Tcc *)hw)->FCTRLB.reg |= TCC_FCTRLB_BLANKVAL(mask); in hri_tcc_set_FCTRLB_BLANKVAL_bf()
4856 tmp = (tmp & TCC_FCTRLB_BLANKVAL(mask)) >> TCC_FCTRLB_BLANKVAL_Pos; in hri_tcc_get_FCTRLB_BLANKVAL_bf()
4866 tmp |= TCC_FCTRLB_BLANKVAL(data); in hri_tcc_write_FCTRLB_BLANKVAL_bf()
4874 ((Tcc *)hw)->FCTRLB.reg &= ~TCC_FCTRLB_BLANKVAL(mask); in hri_tcc_clear_FCTRLB_BLANKVAL_bf()
4881 ((Tcc *)hw)->FCTRLB.reg ^= TCC_FCTRLB_BLANKVAL(mask); in hri_tcc_toggle_FCTRLB_BLANKVAL_bf()