Structure to hold the parameters of timer OCU control, such as compare values and DMA state.

Public Attributes#

boolean_t
boolean_t

DMA state for counter, true to enable, false to disable.

Pointer to OCU control parameters structure.

Pointer to MCPWM callback structure.

Public Attribute Documentation#

is_counter_number_1#

boolean_t sl_config_timer_ocu_control_t::is_counter_number_1

CT counter number, see sl_counter_number_t.


Definition at line 274 of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_config_timer.h

is_dma_state_enabled#

boolean_t sl_config_timer_ocu_control_t::is_dma_state_enabled

DMA state for counter, true to enable, false to disable.


Definition at line 275 of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_config_timer.h

params#

sl_config_timer_ocu_params_t* sl_config_timer_ocu_control_t::params

Pointer to OCU control parameters structure.


Definition at line 276 of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_config_timer.h

callback#

sl_config_timer_pwm_callback_t* sl_config_timer_ocu_control_t::callback

Pointer to MCPWM callback structure.


Definition at line 277 of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_config_timer.h