LETIMER initialization structure.

Public Attributes#

bool

Counter shall keep running during debug halt.

bool

Load TOP into CNT when counter underflows.

bool

Load TOPBUFF into TOP when REP0 reaches 0, in BUFFERED mode only.

bool

Idle value for output 0.

bool

Idle value for output 1.

Public Attribute Documentation#

prescaler#

sl_hal_letimer_prescaler_t sl_hal_letimer_init_t::prescaler

Prescaling factor.


repeat_mode#

sl_hal_letimer_repeat_mode_t sl_hal_letimer_init_t::repeat_mode

Repeat mode.


underflow_output0_action#

sl_hal_letimer_underflow_output_action_t sl_hal_letimer_init_t::underflow_output0_action

Underflow output 0 action.


underflow_output1_action#

sl_hal_letimer_underflow_output_action_t sl_hal_letimer_init_t::underflow_output1_action

Underflow output 1 action.


debug_run#

bool sl_hal_letimer_init_t::debug_run

Counter shall keep running during debug halt.


enable_top#

bool sl_hal_letimer_init_t::enable_top

Load TOP into CNT when counter underflows.


buffered_top#

bool sl_hal_letimer_init_t::buffered_top

Load TOPBUFF into TOP when REP0 reaches 0, in BUFFERED mode only.


output0_polarity#

bool sl_hal_letimer_init_t::output0_polarity

Idle value for output 0.


output1_polarity#

bool sl_hal_letimer_init_t::output1_polarity

Idle value for output 1.