Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/sinc/
Dfsl_sinc.h801 uint8_t u8ScdLimitThreshold; /*!< Range from 2 to 255, 0 and 1 are prohibited. */ member
1708 uint8_t u8ScdLimitThreshold) in SINC_SetChannelScdLimitThreshold() argument
1710 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()
Dfsl_sinc.c321 SINC_SetChannelScdLimitThreshold(base, chId, chProtection->u8ScdLimitThreshold); in SINC_SetChannelProtectionOption()