Lines Matching refs:CPROT
1600 base->CHANNEL[(uint8_t)chId].CPROT = in SINC_SetChannelLimitDetectorMode()
1601 …(base->CHANNEL[(uint8_t)chId].CPROT & ~SINC_CPROT_LMTOP_MASK) | SINC_CPROT_LMTOP((uint32_t)mode & … in SINC_SetChannelLimitDetectorMode()
1620 base->CHANNEL[(uint8_t)chId].CPROT |= SINC_CPROT_HLMTBK_MASK; in SINC_EnableChannelHighLimitBreakSignal()
1624 base->CHANNEL[(uint8_t)chId].CPROT &= ~SINC_CPROT_HLMTBK_MASK; in SINC_EnableChannelHighLimitBreakSignal()
1642 base->CHANNEL[(uint8_t)chId].CPROT |= SINC_CPROT_WLMTBK_MASK; in SINC_EnableChannelWindowLimitBreakSignal()
1646 base->CHANNEL[(uint8_t)chId].CPROT &= ~SINC_CPROT_WLMTBK_MASK; in SINC_EnableChannelWindowLimitBreakSignal()
1664 base->CHANNEL[(uint8_t)chId].CPROT |= SINC_CPROT_HLMTBK_MASK; in SINC_EnableChannelLowLimitBreakSignal()
1668 base->CHANNEL[(uint8_t)chId].CPROT &= ~SINC_CPROT_HLMTBK_MASK; in SINC_EnableChannelLowLimitBreakSignal()
1689 base->CHANNEL[(uint8_t)chId].CPROT = in SINC_SetChannelScdOperateMode()
1690 … ((base->CHANNEL[(uint8_t)chId].CPROT & ~SINC_CPROT_SCDCM_MASK) | SINC_CPROT_SCDCM(opMode)); in SINC_SetChannelScdOperateMode()
1713 base->CHANNEL[(uint8_t)chId].CPROT = in SINC_SetChannelScdLimitThreshold()
1714 …((base->CHANNEL[(uint8_t)chId].CPROT) & (~SINC_CPROT_SCDLMT_MASK)) | (SINC_CPROT_SCDLMT(u8ScdLimit… in SINC_SetChannelScdLimitThreshold()
1726 base->CHANNEL[(uint8_t)chId].CPROT = in SINC_SetChannelScdOption()
1727 … ((base->CHANNEL[(uint8_t)chId].CPROT) & (~SINC_CPROT_SCDOP_MASK)) | (SINC_CPROT_SCDOP(option)); in SINC_SetChannelScdOption()
1744 base->CHANNEL[(uint8_t)chId].CPROT |= SINC_CPROT_SCDBK_MASK; in SINC_EnableChannelScdBreakSignal()
1748 base->CHANNEL[(uint8_t)chId].CPROT &= ~SINC_CPROT_SCDBK_MASK; in SINC_EnableChannelScdBreakSignal()
1766 base->CHANNEL[(uint8_t)chId].CPROT = in SINC_SetChannelCadLimitThreshold()
1767 …((base->CHANNEL[(uint8_t)chId].CPROT) & (~SINC_CPROT_CADLMT_MASK)) | (SINC_CPROT_CADLMT(cadLimitTh… in SINC_SetChannelCadLimitThreshold()
1792 base->CHANNEL[(uint8_t)chId].CPROT |= SINC_CPROT_CADBK_MASK; in SINC_EnableChannelCadBreakSignal()
1796 base->CHANNEL[(uint8_t)chId].CPROT &= ~SINC_CPROT_CADBK_MASK; in SINC_EnableChannelCadBreakSignal()