Searched refs:timerNum (Results 1 – 2 of 2) sorted by relevance
104 STATIC INLINE rsi_error_t RSI_TIMERS_SetDirection(RSI_TIMERS_T *pTIMER, uint8_t timerNum, ulp_timer… in RSI_TIMERS_SetDirection() argument106 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() argument134 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() argument152 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 …]
446 uint8_t timerNum,450 uint32_t (*timers_read_timer)(RSI_TIMERS_T *pTIMER, uint8_t timerNum, boolean_t countDir);