Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h1235 #define TCC_PATT_PGV6 (1 << TCC_PATT_PGV6_Pos) macro
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h7950 ((Tcc *)hw)->PATT.reg |= TCC_PATT_PGV6; in hri_tcc_set_PATT_PGV6_bit()
7958 tmp = (tmp & TCC_PATT_PGV6) >> TCC_PATT_PGV6_Pos; in hri_tcc_get_PATT_PGV6_bit()
7968 tmp &= ~TCC_PATT_PGV6; in hri_tcc_write_PATT_PGV6_bit()
7978 ((Tcc *)hw)->PATT.reg &= ~TCC_PATT_PGV6; in hri_tcc_clear_PATT_PGV6_bit()
7986 ((Tcc *)hw)->PATT.reg ^= TCC_PATT_PGV6; in hri_tcc_toggle_PATT_PGV6_bit()