Searched refs:cadLimitThreshold (Results 1 – 2 of 2) sorted by relevance
805 sinc_cad_threshold_t cadLimitThreshold; /*!< Specify the threshold value for the CAD counter. */ member1764 sinc_cad_threshold_t cadLimitThreshold) in SINC_SetChannelCadLimitThreshold() argument1767 …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()
329 SINC_SetChannelCadLimitThreshold(base, chId, chProtection->cadLimitThreshold); in SINC_SetChannelProtectionOption()