Searched refs:counterDir (Results 1 – 2 of 2) sorted by relevance
209 uint32_t counterDir; // Current Counter direction member285 STATIC INLINE rsi_error_t RSI_MCPWM_GetCounterDir(RSI_MCPWM_T *pMCPWM, uint8_t *counterDir, uint8_t… in RSI_MCPWM_GetCounterDir() argument290 *counterDir = (uint8_t)(pMCPWM->PWM_TIME_PRD_STS_REG_CH0); in RSI_MCPWM_GetCounterDir()293 *counterDir = (uint8_t)(pMCPWM->PWM_TIME_PRD_STS_REG_CH1); in RSI_MCPWM_GetCounterDir()296 *counterDir = (uint8_t)(pMCPWM->PWM_TIME_PRD_STS_REG_CH2); in RSI_MCPWM_GetCounterDir()299 *counterDir = (uint8_t)(pMCPWM->PWM_TIME_PRD_STS_REG_CH3); in RSI_MCPWM_GetCounterDir()
133 uint8_t counterDir; in RSI_TIMERS_getDirection() local135 counterDir = pTIMER->MATCH_CTRL[timerNum].MCUULP_TMR_CNTRL_b.COUNTER_UP; in RSI_TIMERS_getDirection()136 return counterDir; in RSI_TIMERS_getDirection()