Searched refs:out_path_msk (Results 1 – 2 of 2) sorted by relevance
388 void XMC_CCU8_SLICE_SetOutPath(XMC_CCU8_SLICE_t *const slice, const uint32_t out_path_msk) in XMC_CCU8_SLICE_SetOutPath() argument394 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()
1547 void XMC_CCU8_SLICE_SetOutPath(XMC_CCU8_SLICE_t *const slice, const uint32_t out_path_msk);