Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h1215 #define TCC_PATT_PGE6_Pos 6 /**< \brief (TCC_PATT) Pattern Generator 6 Output … macro
1216 #define TCC_PATT_PGE6 (1 << TCC_PATT_PGE6_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h7606 tmp = (tmp & TCC_PATT_PGE6) >> TCC_PATT_PGE6_Pos; in hri_tcc_get_PATT_PGE6_bit()
7617 tmp |= value << TCC_PATT_PGE6_Pos; in hri_tcc_write_PATT_PGE6_bit()