Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h1285 #define TCC_WAVE_WAVEGEN_Msk (_U(0x7) << TCC_WAVE_WAVEGEN_Pos) macro
1286 #define TCC_WAVE_WAVEGEN(value) (TCC_WAVE_WAVEGEN_Msk & ((value) << TCC_WAVE_WAVEGEN_Pos))
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h8669 tmp &= ~TCC_WAVE_WAVEGEN_Msk; in hri_tcc_write_WAVE_WAVEGEN_bf()
8695 tmp = (tmp & TCC_WAVE_WAVEGEN_Msk) >> TCC_WAVE_WAVEGEN_Pos; in hri_tcc_read_WAVE_WAVEGEN_bf()