Searched refs:comp_val (Results 1 – 2 of 2) sorted by relevance
2525 …NE void XMC_CCU8_SLICE_SetDitherCompareValue(XMC_CCU8_SLICE_t *const slice, const uint8_t comp_val) in XMC_CCU8_SLICE_SetDitherCompareValue() argument2528 …XMC_ASSERT("XMC_CCU8_SLICE_SetDitherCompareValue:Invalid Dither compare value", (comp_val <= 15U)); in XMC_CCU8_SLICE_SetDitherCompareValue()2530 slice->DITS = comp_val; in XMC_CCU8_SLICE_SetDitherCompareValue()
1908 …NE void XMC_CCU4_SLICE_SetDitherCompareValue(XMC_CCU4_SLICE_t *const slice, const uint8_t comp_val) in XMC_CCU4_SLICE_SetDitherCompareValue() argument1911 slice->DITS = comp_val; in XMC_CCU4_SLICE_SetDitherCompareValue()