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.


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.


params#

sl_config_timer_ocu_params_t* sl_config_timer_ocu_control_t::params

pointer to OCU control parameters structure


callback#

sl_config_timer_pwm_callback_t* sl_config_timer_ocu_control_t::callback

pointer to MCPWM callback structure