Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h342 #define TCC_FCTRLA_BLANK(value) (TCC_FCTRLA_BLANK_Msk & ((value) << TCC_FCTRLA_BLANK_Pos)) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h4119 ((Tcc *)hw)->FCTRLA.reg |= TCC_FCTRLA_BLANK(mask); in hri_tcc_set_FCTRLA_BLANK_bf()
4127 tmp = (tmp & TCC_FCTRLA_BLANK(mask)) >> TCC_FCTRLA_BLANK_Pos; in hri_tcc_get_FCTRLA_BLANK_bf()
4137 tmp |= TCC_FCTRLA_BLANK(data); in hri_tcc_write_FCTRLA_BLANK_bf()
4145 ((Tcc *)hw)->FCTRLA.reg &= ~TCC_FCTRLA_BLANK(mask); in hri_tcc_clear_FCTRLA_BLANK_bf()
4152 ((Tcc *)hw)->FCTRLA.reg ^= TCC_FCTRLA_BLANK(mask); in hri_tcc_toggle_FCTRLA_BLANK_bf()