Searched refs:u8ScdLimitThreshold (Results 1 – 2 of 2) sorted by relevance
801 uint8_t u8ScdLimitThreshold; /*!< Range from 2 to 255, 0 and 1 are prohibited. */ member1708 uint8_t u8ScdLimitThreshold) in SINC_SetChannelScdLimitThreshold() argument1710 assert(u8ScdLimitThreshold != 0U); in SINC_SetChannelScdLimitThreshold()1711 assert(u8ScdLimitThreshold != 1U); in SINC_SetChannelScdLimitThreshold()1714 …NNEL[(uint8_t)chId].CPROT) & (~SINC_CPROT_SCDLMT_MASK)) | (SINC_CPROT_SCDLMT(u8ScdLimitThreshold)); in SINC_SetChannelScdLimitThreshold()
321 SINC_SetChannelScdLimitThreshold(base, chId, chProtection->u8ScdLimitThreshold); in SINC_SetChannelProtectionOption()