Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h498 #define TCC_FCTRLB_BLANKPRESC_Pos 15 /**< \brief (TCC_FCTRLB) Fault B Blanking Prescale… macro
499 #define TCC_FCTRLB_BLANKPRESC (_U(0x1) << TCC_FCTRLB_BLANKPRESC_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h4576 tmp = (tmp & TCC_FCTRLB_BLANKPRESC) >> TCC_FCTRLB_BLANKPRESC_Pos; in hri_tcc_get_FCTRLB_BLANKPRESC_bit()
4586 tmp |= value << TCC_FCTRLB_BLANKPRESC_Pos; in hri_tcc_write_FCTRLB_BLANKPRESC_bit()