Searched refs:pTIMER (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() argument108 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() argument135 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() argument153 return (pTIMER->MATCH_CTRL[timerNum].MCUULP_TMR_CNTRL_b.TMR_MODE); in RSI_TIMERS_GetTimerMode()166 STATIC INLINE rsi_error_t RSI_TIMERS_TimerStart(RSI_TIMERS_T *pTIMER, uint8_t timerNum) in RSI_TIMERS_TimerStart() argument169 pTIMER->MATCH_CTRL[timerNum].MCUULP_TMR_CNTRL_b.TMR_START = ENABLE; in RSI_TIMERS_TimerStart()184 STATIC INLINE rsi_error_t RSI_TIMERS_TimerStop(RSI_TIMERS_T *pTIMER, uint8_t timerNum) in RSI_TIMERS_TimerStop() argument[all …]
445 rsi_error_t (*timers_microsec_timer_config)(RSI_TIMERS_T *pTIMER,450 uint32_t (*timers_read_timer)(RSI_TIMERS_T *pTIMER, uint8_t timerNum, boolean_t countDir);