Searched refs:pMCPWM (Results 1 – 2 of 2) sorted by relevance
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc/ |
| D | rsi_pwm.h | 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() 285 STATIC INLINE rsi_error_t RSI_MCPWM_GetCounterDir(RSI_MCPWM_T *pMCPWM, uint8_t *counterDir, uint8_t… in RSI_MCPWM_GetCounterDir() argument 290 *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() [all …]
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/rom_driver/inc/ |
| D | rsi_rom_table_si91x.h | 362 rsi_error_t (*mcpwm_counter_reset)(RSI_MCPWM_T *pMCPWM, uint8_t chnlNum); 364 rsi_error_t (*mcpwm_channel_reset)(RSI_MCPWM_T *pMCPWM, uint8_t chnlNum); 366 rsi_error_t (*mcpwm_start)(RSI_MCPWM_T *pMCPWM, uint8_t chnlNum); 368 rsi_error_t (*mcpwm_stop)(RSI_MCPWM_T *pMCPWM, uint8_t chnlNum); 370 …rsi_error_t (*mcpwm_set_time_period)(RSI_MCPWM_T *pMCPWM, uint8_t chnlNum, uint16_t period, uint16… 372 void (*mcpwm_special_event_trigger_config)(RSI_MCPWM_T *pMCPWM, 376 rsi_error_t (*mcpwm_dead_time_value_set)(RSI_MCPWM_T *pMCPWM, 380 rsi_error_t (*mcpwm_period_control_config)(RSI_MCPWM_T *pMCPWM, 385 rsi_error_t (*mcpwm_fault_avalue_set)(RSI_MCPWM_T *pMCPWM, uint8_t pwmOutput, uint8_t value); 387 rsi_error_t (*mcpwm_fault_bvalue_set)(RSI_MCPWM_T *pMCPWM, uint8_t pwmOutput, uint8_t value); [all …]
|