Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc/
Drsi_pwm.h210 uint32_t counterVal; // Counter current value member
252 STATIC INLINE rsi_error_t RSI_MCPWM_ReadCounter(RSI_MCPWM_T *pMCPWM, uint16_t *counterVal, uint8_t … in RSI_MCPWM_ReadCounter() argument
257 *counterVal = (uint16_t)(pMCPWM->PWM_TIME_PRD_CNTR_VALUE_CH0); in RSI_MCPWM_ReadCounter()
260 *counterVal = (uint16_t)(pMCPWM->PWM_TIME_PRD_CNTR_VALUE_CH1); in RSI_MCPWM_ReadCounter()
263 *counterVal = (uint16_t)(pMCPWM->PWM_TIME_PRD_CNTR_VALUE_CH2); in RSI_MCPWM_ReadCounter()
266 *counterVal = (uint16_t)(pMCPWM->PWM_TIME_PRD_CNTR_VALUE_CH3); in RSI_MCPWM_ReadCounter()