Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/pwm/
Dfsl_pwm.c1358 uint16_t mask, swcout, sourceShift; in PWM_SetChannelOutput() local
1364 swcout = (uint16_t)PWM_SWCOUT_SM0OUT23_MASK << ((uint8_t)subModule * 2U); in PWM_SetChannelOutput()
1370 swcout = (uint16_t)PWM_SWCOUT_SM0OUT45_MASK << ((uint8_t)subModule * 2U); in PWM_SetChannelOutput()
1376 swcout = 0U; in PWM_SetChannelOutput()
1394 base->SWCOUT |= swcout; in PWM_SetChannelOutput()
1400 base->SWCOUT &= ~swcout; in PWM_SetChannelOutput()