Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h1342 #define TCC_WAVE_SWAP3_Pos 27 /**< \brief (TCC_WAVE) Swap DTI Output Pair 3 */ macro
1343 #define TCC_WAVE_SWAP3 (1 << TCC_WAVE_SWAP3_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h8615 tmp = (tmp & TCC_WAVE_SWAP3) >> TCC_WAVE_SWAP3_Pos; in hri_tcc_get_WAVE_SWAP3_bit()
8626 tmp |= value << TCC_WAVE_SWAP3_Pos; in hri_tcc_write_WAVE_SWAP3_bit()