Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/sinc/
Dfsl_sinc.h805 sinc_cad_threshold_t cadLimitThreshold; /*!< Specify the threshold value for the CAD counter. */ member
1764 sinc_cad_threshold_t cadLimitThreshold) in SINC_SetChannelCadLimitThreshold() argument
1767 …HANNEL[(uint8_t)chId].CPROT) & (~SINC_CPROT_CADLMT_MASK)) | (SINC_CPROT_CADLMT(cadLimitThreshold)); in SINC_SetChannelCadLimitThreshold()
1768 if (cadLimitThreshold == kSINC_Cad_Disabled) in SINC_SetChannelCadLimitThreshold()
Dfsl_sinc.c329 SINC_SetChannelCadLimitThreshold(base, chId, chProtection->cadLimitThreshold); in SINC_SetChannelProtectionOption()