Home
last modified time | relevance | path

Searched refs:period_val (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-3.4.0/XMCLib/drivers/inc/
Dxmc_ccu4.h1657 …E void XMC_CCU4_SLICE_SetTimerPeriodMatch(XMC_CCU4_SLICE_t *const slice, const uint16_t period_val) in XMC_CCU4_SLICE_SetTimerPeriodMatch() argument
1660 slice->PRS = (uint32_t) period_val; in XMC_CCU4_SLICE_SetTimerPeriodMatch()
Dxmc_ccu8.h2204 void XMC_CCU8_SLICE_SetTimerPeriodMatch(XMC_CCU8_SLICE_t *const slice, const uint16_t period_val);
/hal_infineon-3.4.0/XMCLib/drivers/src/
Dxmc_ccu8.c983 void XMC_CCU8_SLICE_SetTimerPeriodMatch(XMC_CCU8_SLICE_t *const slice, const uint16_t period_val) in XMC_CCU8_SLICE_SetTimerPeriodMatch() argument
986 slice->PRS = (uint32_t) period_val; in XMC_CCU8_SLICE_SetTimerPeriodMatch()