Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc/
Drsi_timers.h104 STATIC INLINE rsi_error_t RSI_TIMERS_SetDirection(RSI_TIMERS_T *pTIMER, uint8_t timerNum, ulp_timer… in RSI_TIMERS_SetDirection() argument
106 if (timerNum <= TIMER_3) { in RSI_TIMERS_SetDirection()
108 pTIMER->MATCH_CTRL[timerNum].MCUULP_TMR_CNTRL_b.COUNTER_UP = ENABLE; in RSI_TIMERS_SetDirection()
110 pTIMER->MATCH_CTRL[timerNum].MCUULP_TMR_CNTRL_b.COUNTER_UP = DISABLE; in RSI_TIMERS_SetDirection()
131 STATIC INLINE uint32_t RSI_TIMERS_getDirection(const RSI_TIMERS_T *pTIMER, uint8_t timerNum) in RSI_TIMERS_getDirection() argument
134 if (timerNum <= TIMER_3) { in RSI_TIMERS_getDirection()
135 counterDir = pTIMER->MATCH_CTRL[timerNum].MCUULP_TMR_CNTRL_b.COUNTER_UP; in RSI_TIMERS_getDirection()
150 STATIC INLINE uint32_t RSI_TIMERS_GetTimerMode(const RSI_TIMERS_T *pTIMER, uint8_t timerNum) in RSI_TIMERS_GetTimerMode() argument
152 if (timerNum <= TIMER_3) { in RSI_TIMERS_GetTimerMode()
153 return (pTIMER->MATCH_CTRL[timerNum].MCUULP_TMR_CNTRL_b.TMR_MODE); in RSI_TIMERS_GetTimerMode()
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/rom_driver/inc/
Drsi_rom_table_si91x.h446 uint8_t timerNum,
450 uint32_t (*timers_read_timer)(RSI_TIMERS_T *pTIMER, uint8_t timerNum, boolean_t countDir);