Home
last modified time | relevance | path

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

/hal_infineon-latest/XMCLib/drivers/src/
Dxmc_ccu8.c388 void XMC_CCU8_SLICE_SetOutPath(XMC_CCU8_SLICE_t *const slice, const uint32_t out_path_msk) in XMC_CCU8_SLICE_SetOutPath() argument
394 chc &= ~((uint32_t)out_path_msk >> 16U); in XMC_CCU8_SLICE_SetOutPath()
395 chc |= ((uint32_t)out_path_msk & 0xFFFFU); in XMC_CCU8_SLICE_SetOutPath()
397 chc &= ~((uint32_t)((uint32_t)(out_path_msk & 0xCCCC0U) >> 2U)); in XMC_CCU8_SLICE_SetOutPath()
398 chc |= ((uint32_t)out_path_msk & 0x33330U); in XMC_CCU8_SLICE_SetOutPath()
/hal_infineon-latest/XMCLib/drivers/inc/
Dxmc_ccu8.h1547 void XMC_CCU8_SLICE_SetOutPath(XMC_CCU8_SLICE_t *const slice, const uint32_t out_path_msk);