Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h1327 #define TCC_WAVE_POL1_Pos 17 /**< \brief (TCC_WAVE) Channel 1 Polarity */ macro
1328 #define TCC_WAVE_POL1 (1 << TCC_WAVE_POL1_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h8351 tmp = (tmp & TCC_WAVE_POL1) >> TCC_WAVE_POL1_Pos; in hri_tcc_get_WAVE_POL1_bit()
8362 tmp |= value << TCC_WAVE_POL1_Pos; in hri_tcc_write_WAVE_POL1_bit()