Structure to hold the parameters of timer OCU control parameters like compare values, DMA state.

Public Attributes#

boolean_t
boolean_t

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

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 sl_counter_number_t.


Definition at line 246 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 and false to disable it.


Definition at line 247 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 248 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 249 of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_config_timer.h