Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc/
Drsi_timers.h115 return ERROR_INVAL_TIMER_NUM; in RSI_TIMERS_SetDirection()
138 return ERROR_INVAL_TIMER_NUM; in RSI_TIMERS_getDirection()
155 return ERROR_INVAL_TIMER_NUM; in RSI_TIMERS_GetTimerMode()
171 return ERROR_INVAL_TIMER_NUM; in RSI_TIMERS_TimerStart()
189 return ERROR_INVAL_TIMER_NUM; in RSI_TIMERS_TimerStop()
207 return ERROR_INVAL_TIMER_NUM; in RSI_TIMERS_InterruptEnable()
225 return ERROR_INVAL_TIMER_NUM; in RSI_TIMERS_InterruptDisable()
243 return ERROR_INVAL_TIMER_NUM; in RSI_TIMERS_InterruptClear()
262 return ERROR_INVAL_TIMER_NUM; in RSI_TIMERS_SetMatch()
305 return ERROR_INVAL_TIMER_NUM; in RSI_TIMERS_SetTimerType()
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/core/chip/inc/
Drsi_error.h128 ERROR_INVAL_TIMER_NUM = ERROR_TIMER_BASE + 1, enumerator
129 ERROR_INVAL_TIMER_MODE = ERROR_INVAL_TIMER_NUM + 1,