Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc/
Drsi_pwm.h269 return ERROR_PWM_INVALID_CHNLNUM; in RSI_MCPWM_ReadCounter()
302 return ERROR_PWM_INVALID_CHNLNUM; in RSI_MCPWM_GetCounterDir()
556 return ERROR_PWM_INVALID_CHNLNUM; in RSI_MCPWM_DutyCycleControlSet()
578 return ERROR_PWM_INVALID_CHNLNUM; in RSI_MCPWM_DutyCycleControlReset()
887 return ERROR_PWM_INVALID_CHNLNUM; in RSI_PWM_Channel_Reset_Disable()
918 return ERROR_PWM_INVALID_CHNLNUM; in RSI_PWM_Counter_Reset_Disable()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/core/chip/inc/
Drsi_error.h121 ERROR_PWM_INVALID_CHNLNUM = ERROR_PWM_BASE + 1, enumerator
122 ERROR_PWM_INVALID_PWMOUT = ERROR_PWM_INVALID_CHNLNUM + 1,