Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32k3/Pwm/src/
DEmios_Pwm_Ip.c2721 uint8 ChannelMaster = Channel; in Emios_Pwm_Ip_GetMasterBusChannel() local
2728 ChannelMaster = 23U; in Emios_Pwm_Ip_GetMasterBusChannel()
2731 ChannelMaster = 22U; in Emios_Pwm_Ip_GetMasterBusChannel()
2734 ChannelMaster = (uint8)((Channel >> 3U) * 8U); in Emios_Pwm_Ip_GetMasterBusChannel()
2738 ChannelMaster = Channel; in Emios_Pwm_Ip_GetMasterBusChannel()
2741 return ChannelMaster; in Emios_Pwm_Ip_GetMasterBusChannel()
/hal_nxp-latest/s32/drivers/s32ze/Pwm/src/
DEmios_Pwm_Ip.c2835 uint8 ChannelMaster = Channel; in Emios_Pwm_Ip_GetMasterBusChannel() local
2842 ChannelMaster = 23U; in Emios_Pwm_Ip_GetMasterBusChannel()
2845 ChannelMaster = 22U; in Emios_Pwm_Ip_GetMasterBusChannel()
2848 ChannelMaster = (uint8)((Channel >> 3U) * 8U); in Emios_Pwm_Ip_GetMasterBusChannel()
2852 ChannelMaster = Channel; in Emios_Pwm_Ip_GetMasterBusChannel()
2855 return ChannelMaster; in Emios_Pwm_Ip_GetMasterBusChannel()