Home
last modified time | relevance | path

Searched refs:u32IsOddCh (Results 1 – 4 of 4) sorted by relevance

/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dpwm.c493 uint32_t u32IsOddCh; in PWM_EnablePDMA() local
494 u32IsOddCh = u32ChannelNum & 0x1; in PWM_EnablePDMA()
496 … (((u32IsOddCh << PWM_PDMACTL_CHSEL0_1_Pos) | (u32RisingFirst << PWM_PDMACTL_CAPORD0_1_Pos) | \ in PWM_EnablePDMA()
Depwm.c626 uint32_t u32IsOddCh; in EPWM_EnablePDMA() local
627 u32IsOddCh = u32ChannelNum & 0x1U; in EPWM_EnablePDMA()
629 … (((u32IsOddCh << EPWM_PDMACTL_CHSEL0_1_Pos) | (u32RisingFirst << EPWM_PDMACTL_CAPORD0_1_Pos) | \ in EPWM_EnablePDMA()
/hal_nuvoton-latest/m48x/StdDriver/src/
Depwm.c574 uint32_t u32IsOddCh; in EPWM_EnablePDMA() local
575 u32IsOddCh = u32ChannelNum & 0x1U; in EPWM_EnablePDMA()
577 … (((u32IsOddCh << EPWM_PDMACTL_CHSEL0_1_Pos) | (u32RisingFirst << EPWM_PDMACTL_CAPORD0_1_Pos) | \ in EPWM_EnablePDMA()
/hal_nuvoton-latest/m46x/StdDriver/src/
Depwm.c623 uint32_t u32IsOddCh; in EPWM_EnablePDMA() local
624 u32IsOddCh = u32ChannelNum & 0x1U; in EPWM_EnablePDMA()
626 … (((u32IsOddCh << EPWM_PDMACTL_CHSEL0_1_Pos) | (u32RisingFirst << EPWM_PDMACTL_CAPORD0_1_Pos) | \ in EPWM_EnablePDMA()