Lines Matching refs:slice

758 __STATIC_INLINE bool XMC_CCU4_IsValidSlice(const XMC_CCU4_SLICE_t *const slice)  in XMC_CCU4_IsValidSlice()  argument
762 tmp = (slice == CCU40_CC40); in XMC_CCU4_IsValidSlice()
764 tmp = tmp || (slice == CCU40_CC41); in XMC_CCU4_IsValidSlice()
767 tmp = tmp || (slice == CCU40_CC42); in XMC_CCU4_IsValidSlice()
770 tmp = tmp || (slice == CCU40_CC43); in XMC_CCU4_IsValidSlice()
773 tmp = tmp || (slice == CCU41_CC40); in XMC_CCU4_IsValidSlice()
775 tmp = tmp || (slice == CCU41_CC41); in XMC_CCU4_IsValidSlice()
778 tmp = tmp || (slice == CCU41_CC42); in XMC_CCU4_IsValidSlice()
781 tmp = tmp || (slice == CCU41_CC43); in XMC_CCU4_IsValidSlice()
785 tmp = tmp || (slice == CCU42_CC40); in XMC_CCU4_IsValidSlice()
787 tmp = tmp || (slice == CCU42_CC41); in XMC_CCU4_IsValidSlice()
790 tmp = tmp || (slice == CCU42_CC42); in XMC_CCU4_IsValidSlice()
793 tmp = tmp || (slice == CCU42_CC43); in XMC_CCU4_IsValidSlice()
797 tmp = tmp || (slice == CCU43_CC40); in XMC_CCU4_IsValidSlice()
799 tmp = tmp || (slice == CCU43_CC41); in XMC_CCU4_IsValidSlice()
802 tmp = tmp || (slice == CCU43_CC42); in XMC_CCU4_IsValidSlice()
805 tmp = tmp || (slice == CCU43_CC43); in XMC_CCU4_IsValidSlice()
1045 void XMC_CCU4_SLICE_CompareInit(XMC_CCU4_SLICE_t *const slice,
1063 void XMC_CCU4_SLICE_CaptureInit(XMC_CCU4_SLICE_t *const slice,
1082 void XMC_CCU4_SLICE_StartConfig(XMC_CCU4_SLICE_t *const slice,
1101 void XMC_CCU4_SLICE_StopConfig(XMC_CCU4_SLICE_t *const slice,
1120 void XMC_CCU4_SLICE_LoadConfig(XMC_CCU4_SLICE_t *const slice, const XMC_CCU4_SLICE_EVENT_t event);
1142 void XMC_CCU4_SLICE_ModulationConfig(XMC_CCU4_SLICE_t *const slice,
1162 void XMC_CCU4_SLICE_CountConfig(XMC_CCU4_SLICE_t *const slice, const XMC_CCU4_SLICE_EVENT_t event);
1178 void XMC_CCU4_SLICE_GateConfig(XMC_CCU4_SLICE_t *const slice, const XMC_CCU4_SLICE_EVENT_t event);
1194 void XMC_CCU4_SLICE_Capture0Config(XMC_CCU4_SLICE_t *const slice, const XMC_CCU4_SLICE_EVENT_t even…
1210 void XMC_CCU4_SLICE_Capture1Config(XMC_CCU4_SLICE_t *const slice, const XMC_CCU4_SLICE_EVENT_t even…
1225 __STATIC_INLINE bool XMC_CCU4_SLICE_IsExtendedCapReadEnabled(const XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_IsExtendedCapReadEnabled() argument
1227 …RT("XMC_CCU4_SLICE_IsExtendedCapReadEnabled:Invalid Module Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_IsExtendedCapReadEnabled()
1228 return((bool)((slice->TC & (uint32_t) CCU4_CC4_TC_ECM_Msk) == (uint32_t)CCU4_CC4_TC_ECM_Msk)); in XMC_CCU4_SLICE_IsExtendedCapReadEnabled()
1271 uint32_t XMC_CCU4_SLICE_GetCapturedValueFromFifo(const XMC_CCU4_SLICE_t *const slice,
1289 void XMC_CCU4_SLICE_DirectionConfig(XMC_CCU4_SLICE_t *const slice, const XMC_CCU4_SLICE_EVENT_t eve…
1304 void XMC_CCU4_SLICE_StatusBitOverrideConfig(XMC_CCU4_SLICE_t *const slice);
1323 void XMC_CCU4_SLICE_TrapConfig(XMC_CCU4_SLICE_t *const slice,
1345 void XMC_CCU4_SLICE_ConfigureStatusBitOverrideEvent(XMC_CCU4_SLICE_t *const slice,
1368 void XMC_CCU4_SLICE_ConfigureEvent(XMC_CCU4_SLICE_t *const slice,
1391 void XMC_CCU4_SLICE_SetInput(XMC_CCU4_SLICE_t *const slice,
1410 __STATIC_INLINE void XMC_CCU4_SLICE_EnableTrap(XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_EnableTrap() argument
1412 XMC_ASSERT("XMC_CCU4_SLICE_EnableTrap:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_EnableTrap()
1413 slice->TC |= (uint32_t) CCU4_CC4_TC_TRAPE_Msk; in XMC_CCU4_SLICE_EnableTrap()
1430 __STATIC_INLINE void XMC_CCU4_SLICE_DisableTrap(XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_DisableTrap() argument
1432 XMC_ASSERT("XMC_CCU4_SLICE_DisableTrap:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_DisableTrap()
1433 slice->TC &= ~((uint32_t) CCU4_CC4_TC_TRAPE_Msk); in XMC_CCU4_SLICE_DisableTrap()
1447 __STATIC_INLINE bool XMC_CCU4_SLICE_IsTimerRunning(const XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_IsTimerRunning() argument
1449 XMC_ASSERT("XMC_CCU4_SLICE_GetTimerStatus:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_IsTimerRunning()
1450 return (bool)(((slice->TCST) & CCU4_CC4_TCST_TRB_Msk) == CCU4_CC4_TCST_TRB_Msk); in XMC_CCU4_SLICE_IsTimerRunning()
1466 …XMC_CCU4_SLICE_TIMER_COUNT_DIR_t XMC_CCU4_SLICE_GetCountingDir(const XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_GetCountingDir() argument
1468 XMC_ASSERT("XMC_CCU4_SLICE_GetCountingDir:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_GetCountingDir()
1469 …return((XMC_CCU4_SLICE_TIMER_COUNT_DIR_t)(((slice->TCST) & CCU4_CC4_TCST_CDIR_Msk) >> CCU4_CC4_TCS… in XMC_CCU4_SLICE_GetCountingDir()
1485 __STATIC_INLINE void XMC_CCU4_SLICE_StartTimer(XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_StartTimer() argument
1487 XMC_ASSERT("XMC_CCU4_SLICE_StartTimer:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_StartTimer()
1488 slice->TCSET = CCU4_CC4_TCSET_TRBS_Msk; in XMC_CCU4_SLICE_StartTimer()
1503 __STATIC_INLINE void XMC_CCU4_SLICE_StopTimer(XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_StopTimer() argument
1505 XMC_ASSERT("XMC_CCU4_SLICE_StopTimer:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_StopTimer()
1506 slice->TCCLR = (uint32_t) CCU4_CC4_TCCLR_TRBC_Msk; in XMC_CCU4_SLICE_StopTimer()
1522 __STATIC_INLINE void XMC_CCU4_SLICE_ClearTimer(XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_ClearTimer() argument
1524 XMC_ASSERT("XMC_CCU4_SLICE_ClearTimer:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_ClearTimer()
1525 slice->TCCLR = (uint32_t) CCU4_CC4_TCCLR_TCC_Msk; in XMC_CCU4_SLICE_ClearTimer()
1539 __STATIC_INLINE void XMC_CCU4_SLICE_StopClearTimer(XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_StopClearTimer() argument
1541 XMC_ASSERT("XMC_CCU4_SLICE_StopClearTimer:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_StopClearTimer()
1542 slice->TCCLR = CCU4_CC4_TCCLR_TRBC_Msk | CCU4_CC4_TCCLR_TCC_Msk; in XMC_CCU4_SLICE_StopClearTimer()
1560 …TATIC_INLINE XMC_CCU4_SLICE_MODE_t XMC_CCU4_SLICE_GetSliceMode(const XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_GetSliceMode() argument
1562 XMC_ASSERT("XMC_CCU4_SLICE_GetSliceMode:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_GetSliceMode()
1563 return((XMC_CCU4_SLICE_MODE_t)(((slice->TC) & CCU4_CC4_TC_CMOD_Msk) >> CCU4_CC4_TC_CMOD_Pos)); in XMC_CCU4_SLICE_GetSliceMode()
1580 void XMC_CCU4_SLICE_SetTimerRepeatMode(XMC_CCU4_SLICE_t *const slice, const XMC_CCU4_SLICE_TIMER_RE…
1598 … const XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_GetTimerRepeatMode() argument
1600 …XMC_ASSERT("XMC_CCU4_SLICE_GetTimerRepeatMode:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)… in XMC_CCU4_SLICE_GetTimerRepeatMode()
1601 …return((XMC_CCU4_SLICE_TIMER_REPEAT_MODE_t)(((slice->TC) & CCU4_CC4_TC_TSSM_Msk) >> CCU4_CC4_TC_TS… in XMC_CCU4_SLICE_GetTimerRepeatMode()
1620 void XMC_CCU4_SLICE_SetTimerCountingMode(XMC_CCU4_SLICE_t *const slice, const XMC_CCU4_SLICE_TIMER_…
1635 … const XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_GetTimerCountingMode() argument
1637 …_ASSERT("XMC_CCU4_SLICE_GetTimerCountingMode:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_GetTimerCountingMode()
1638 …return((XMC_CCU4_SLICE_TIMER_COUNT_MODE_t)(((slice->TC) & CCU4_CC4_TC_TCM_Msk) >> CCU4_CC4_TC_TCM_… in XMC_CCU4_SLICE_GetTimerCountingMode()
1657 __STATIC_INLINE void XMC_CCU4_SLICE_SetTimerPeriodMatch(XMC_CCU4_SLICE_t *const slice, const uint16… in XMC_CCU4_SLICE_SetTimerPeriodMatch() argument
1659 …C_ASSERT("XMC_CCU4_SLICE_SetTimerPeriodMatch:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_SetTimerPeriodMatch()
1660 slice->PRS = (uint32_t) period_val; in XMC_CCU4_SLICE_SetTimerPeriodMatch()
1682 __STATIC_INLINE uint16_t XMC_CCU4_SLICE_GetTimerPeriodMatch(const XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_GetTimerPeriodMatch() argument
1684 …C_ASSERT("XMC_CCU4_SLICE_SetTimerPeriodMatch:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_GetTimerPeriodMatch()
1685 return((uint16_t)slice->PR); in XMC_CCU4_SLICE_GetTimerPeriodMatch()
1705 __STATIC_INLINE void XMC_CCU4_SLICE_SetTimerCompareMatch(XMC_CCU4_SLICE_t *const slice, const uint1… in XMC_CCU4_SLICE_SetTimerCompareMatch() argument
1707 …_ASSERT("XMC_CCU4_SLICE_SetTimerCompareMatch:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_SetTimerCompareMatch()
1708 slice->CRS = (uint32_t) compare_val; in XMC_CCU4_SLICE_SetTimerCompareMatch()
1731 __STATIC_INLINE uint16_t XMC_CCU4_SLICE_GetTimerCompareMatch(const XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_GetTimerCompareMatch() argument
1733 …_ASSERT("XMC_CCU4_SLICE_GetTimerCompareMatch:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_GetTimerCompareMatch()
1734 return((uint16_t)slice->CR); in XMC_CCU4_SLICE_GetTimerCompareMatch()
1777 __STATIC_INLINE uint16_t XMC_CCU4_SLICE_GetTimerValue(const XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_GetTimerValue() argument
1779 XMC_ASSERT("XMC_CCU4_SLICE_GetTimerValue:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_GetTimerValue()
1780 return((uint16_t)slice->TIMER); in XMC_CCU4_SLICE_GetTimerValue()
1798 __STATIC_INLINE void XMC_CCU4_SLICE_SetTimerValue(XMC_CCU4_SLICE_t *const slice, const uint16_t tim… in XMC_CCU4_SLICE_SetTimerValue() argument
1800 XMC_ASSERT("XMC_CCU4_SLICE_SetTimerValue:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_SetTimerValue()
1801 slice->TIMER = (uint32_t) timer_val; in XMC_CCU4_SLICE_SetTimerValue()
1827 void XMC_CCU4_SLICE_EnableDithering(XMC_CCU4_SLICE_t *const slice,
1845 __STATIC_INLINE void XMC_CCU4_SLICE_DisableDithering(XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_DisableDithering() argument
1847 XMC_ASSERT("XMC_CCU4_SLICE_DisableDithering:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_DisableDithering()
1848 slice->TC &= ~((uint32_t) CCU4_CC4_TC_DITHE_Msk); in XMC_CCU4_SLICE_DisableDithering()
1866 __STATIC_INLINE void XMC_CCU4_SLICE_EnableFloatingPrescaler(XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_EnableFloatingPrescaler() argument
1868 …SERT("XMC_CCU4_SLICE_EnableFloatingPrescaler:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_EnableFloatingPrescaler()
1869 slice->TC |= (uint32_t) CCU4_CC4_TC_FPE_Msk; in XMC_CCU4_SLICE_EnableFloatingPrescaler()
1885 __STATIC_INLINE void XMC_CCU4_SLICE_DisableFloatingPrescaler(XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_DisableFloatingPrescaler() argument
1887 …ERT("XMC_CCU4_SLICE_DisableFloatingPrescaler:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_DisableFloatingPrescaler()
1888 slice->TC &= ~((uint32_t) CCU4_CC4_TC_FPE_Msk); in XMC_CCU4_SLICE_DisableFloatingPrescaler()
1908 __STATIC_INLINE void XMC_CCU4_SLICE_SetDitherCompareValue(XMC_CCU4_SLICE_t *const slice, const uint… in XMC_CCU4_SLICE_SetDitherCompareValue() argument
1910 …ASSERT("XMC_CCU4_SLICE_SetDitherCompareValue:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_SetDitherCompareValue()
1911 slice->DITS = comp_val; in XMC_CCU4_SLICE_SetDitherCompareValue()
1929 void XMC_CCU4_SLICE_SetPrescaler(XMC_CCU4_SLICE_t *const slice, const XMC_CCU4_SLICE_PRESCALER_t di…
1943 …STATIC_INLINE XMC_CCU4_SLICE_PRESCALER_t XMC_CCU4_SLICE_GetPrescaler(XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_GetPrescaler() argument
1945 XMC_ASSERT("XMC_CCU8_SLICE_SetPrescaler:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_GetPrescaler()
1947 return (XMC_CCU4_SLICE_PRESCALER_t)slice->PSC; in XMC_CCU4_SLICE_GetPrescaler()
1967 __STATIC_INLINE void XMC_CCU4_SLICE_SetFloatingPrescalerCompareValue(XMC_CCU4_SLICE_t *const slice, in XMC_CCU4_SLICE_SetFloatingPrescalerCompareValue() argument
1970 …_CCU4_SLICE_SetFloatingPrescalerCompareValue:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_SetFloatingPrescalerCompareValue()
1972 slice->FPCS = (uint32_t) cmp_val; in XMC_CCU4_SLICE_SetFloatingPrescalerCompareValue()
1990 __STATIC_INLINE void XMC_CCU4_SLICE_EnableMultiChannelMode(XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_EnableMultiChannelMode() argument
1992 …SSERT("XMC_CCU4_SLICE_EnableMultiChannelMode:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_EnableMultiChannelMode()
1993 slice->TC |= (uint32_t) CCU4_CC4_TC_MCME_Msk; in XMC_CCU4_SLICE_EnableMultiChannelMode()
2008 __STATIC_INLINE void XMC_CCU4_SLICE_DisableMultiChannelMode(XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_DisableMultiChannelMode() argument
2010 …SERT("XMC_CCU4_SLICE_DisableMultiChannelMode:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_DisableMultiChannelMode()
2011 slice->TC &= ~((uint32_t) CCU4_CC4_TC_MCME_Msk); in XMC_CCU4_SLICE_DisableMultiChannelMode()
2050 uint32_t XMC_CCU4_SLICE_GetCaptureRegisterValue(const XMC_CCU4_SLICE_t *const slice, const uint8_t …
2071 XMC_CCU4_STATUS_t XMC_CCU4_SLICE_GetLastCapturedTimerValue(const XMC_CCU4_SLICE_t *const slice,
2090 __STATIC_INLINE void XMC_CCU4_SLICE_EnableEvent(XMC_CCU4_SLICE_t *const slice, in XMC_CCU4_SLICE_EnableEvent() argument
2093 XMC_ASSERT("XMC_CCU4_SLICE_EnableEvent:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_EnableEvent()
2095 slice->INTE |= ((uint32_t) 1) << ((uint32_t) event); in XMC_CCU4_SLICE_EnableEvent()
2115 __STATIC_INLINE void XMC_CCU4_SLICE_EnableMultipleEvents(XMC_CCU4_SLICE_t *const slice, const uint1… in XMC_CCU4_SLICE_EnableMultipleEvents() argument
2117 …_ASSERT("XMC_CCU4_SLICE_EnableMultipleEvents:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_EnableMultipleEvents()
2118 slice->INTE |= (uint32_t)intr_mask; in XMC_CCU4_SLICE_EnableMultipleEvents()
2135 __STATIC_INLINE void XMC_CCU4_SLICE_DisableEvent(XMC_CCU4_SLICE_t *const slice, in XMC_CCU4_SLICE_DisableEvent() argument
2138 XMC_ASSERT("XMC_CCU4_SLICE_DisableEvent:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_DisableEvent()
2140 slice->INTE &= ~(((uint32_t) 1) << ((uint32_t) event)); in XMC_CCU4_SLICE_DisableEvent()
2159 __STATIC_INLINE void XMC_CCU4_SLICE_DisableMultipleEvents(XMC_CCU4_SLICE_t *const slice, const uint… in XMC_CCU4_SLICE_DisableMultipleEvents() argument
2161 …ASSERT("XMC_CCU4_SLICE_DisableMultipleEvents:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_DisableMultipleEvents()
2162 slice->INTE &= ~((uint32_t) mask); in XMC_CCU4_SLICE_DisableMultipleEvents()
2179 __STATIC_INLINE void XMC_CCU4_SLICE_SetEvent(XMC_CCU4_SLICE_t *const slice, const XMC_CCU4_SLICE_IR… in XMC_CCU4_SLICE_SetEvent() argument
2181 XMC_ASSERT("XMC_CCU4_SLICE_SetEvent:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_SetEvent()
2183 slice->SWS = ((uint32_t) 1) << ((uint32_t) event); in XMC_CCU4_SLICE_SetEvent()
2198 __STATIC_INLINE void XMC_CCU4_SLICE_ClearEvent(XMC_CCU4_SLICE_t *const slice, const XMC_CCU4_SLICE_… in XMC_CCU4_SLICE_ClearEvent() argument
2200 XMC_ASSERT("XMC_CCU4_SLICE_ClearEvent:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_ClearEvent()
2202 slice->SWR = ((uint32_t) 1) << ((uint32_t) event); in XMC_CCU4_SLICE_ClearEvent()
2220 __STATIC_INLINE bool XMC_CCU4_SLICE_GetEvent(const XMC_CCU4_SLICE_t *const slice, const XMC_CCU4_SL… in XMC_CCU4_SLICE_GetEvent() argument
2222 XMC_ASSERT("XMC_CCU4_SLICE_GetEvent:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_GetEvent()
2225 return(((uint32_t)(slice->INTS & ((uint32_t)1 << (uint32_t)event))) != 0U); in XMC_CCU4_SLICE_GetEvent()
2242 void XMC_CCU4_SLICE_SetInterruptNode(XMC_CCU4_SLICE_t *const slice,
2260 void XMC_CCU4_SLICE_SetPassiveLevel(XMC_CCU4_SLICE_t *const slice,
2286 __STATIC_INLINE void XMC_CCU4_SLICE_EnableCascadedShadowTransfer(XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_EnableCascadedShadowTransfer() argument
2288 …"XMC_CCU4_SLICE_EnableCascadedShadowTransfer:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_EnableCascadedShadowTransfer()
2289 slice->STC |= (uint32_t) CCU4_CC4_STC_CSE_Msk; in XMC_CCU4_SLICE_EnableCascadedShadowTransfer()
2307 __STATIC_INLINE void XMC_CCU4_SLICE_DisableCascadedShadowTransfer(XMC_CCU4_SLICE_t *const slice) in XMC_CCU4_SLICE_DisableCascadedShadowTransfer() argument
2309 …XMC_CCU4_SLICE_DisableCascadedShadowTransfer:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_DisableCascadedShadowTransfer()
2310 slice->STC &= ~(uint32_t) CCU4_CC4_STC_CSE_Msk; in XMC_CCU4_SLICE_DisableCascadedShadowTransfer()
2333 __STATIC_INLINE void XMC_CCU4_SLICE_SetShadowTransferMode(XMC_CCU4_SLICE_t *const slice, in XMC_CCU4_SLICE_SetShadowTransferMode() argument
2336 …ASSERT("XMC_CCU4_SLICE_SetShadowTransferMode:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_SetShadowTransferMode()
2337 slice->STC = ((slice->STC) & (uint32_t)~CCU4_CC4_STC_STM_Msk) | in XMC_CCU4_SLICE_SetShadowTransferMode()
2360 __STATIC_INLINE void XMC_CCU4_SLICE_WriteCoherentlyWithPWMCycle(XMC_CCU4_SLICE_t *const slice, in XMC_CCU4_SLICE_WriteCoherentlyWithPWMCycle() argument
2363 …("XMC_CCU4_SLICE_WriteCoherentlyWithPWMCycle:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_WriteCoherentlyWithPWMCycle()
2364 slice->STC &= ~(uint32_t)coherent_write; in XMC_CCU4_SLICE_WriteCoherentlyWithPWMCycle()
2385 __STATIC_INLINE void XMC_CCU4_SLICE_WriteImmediateAfterShadowTransfer(XMC_CCU4_SLICE_t *const slice, in XMC_CCU4_SLICE_WriteImmediateAfterShadowTransfer() argument
2388 …CCU4_SLICE_WriteImmediateAfterShadowTransfer:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_WriteImmediateAfterShadowTransfer()
2389 slice->STC |= immediate_write; in XMC_CCU4_SLICE_WriteImmediateAfterShadowTransfer()
2411 …ATIC_INLINE void XMC_CCU4_SLICE_EnableAutomaticShadowTransferRequest(XMC_CCU4_SLICE_t *const slice, in XMC_CCU4_SLICE_EnableAutomaticShadowTransferRequest() argument
2414 …4_SLICE_EnableAutomaticShadowTransferRequest:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_EnableAutomaticShadowTransferRequest()
2415 slice->STC |= automatic_shadow_transfer; in XMC_CCU4_SLICE_EnableAutomaticShadowTransferRequest()
2438 …TIC_INLINE void XMC_CCU4_SLICE_DisableAutomaticShadowTransferRequest(XMC_CCU4_SLICE_t *const slice, in XMC_CCU4_SLICE_DisableAutomaticShadowTransferRequest() argument
2441 …_SLICE_DisableAutomaticShadowTransferRequest:Invalid Slice Pointer", XMC_CCU4_IsValidSlice(slice)); in XMC_CCU4_SLICE_DisableAutomaticShadowTransferRequest()
2442 slice->STC &= ~(uint32_t)automatic_shadow_transfer; in XMC_CCU4_SLICE_DisableAutomaticShadowTransferRequest()