PDL for FM0+  Version1.0
Peripheral Driverl Library for FM0+
stc_dt_channel_config Struct Reference

Dt channel configuration. More...

#include <dt.h>

Data Fields

uint8_t u8Mode
 Mode, see description of en_dt_mode_t.
uint8_t u8PrescalerDiv
 Prescaler, see description of en_dt_prescaler_t.
uint8_t u8CounterSize
 Counter size, see description of en_dt_countersize_t.

Detailed Description

Dt channel configuration.

The DT configuration is done on a per channel basis

Definition at line 182 of file dt.h.


Field Documentation

uint8_t u8CounterSize

Counter size, see description of en_dt_countersize_t.

Definition at line 186 of file dt.h.

Referenced by Dt_Init().

uint8_t u8Mode

Mode, see description of en_dt_mode_t.

Definition at line 184 of file dt.h.

Referenced by Dt_Init().

uint8_t u8PrescalerDiv

Prescaler, see description of en_dt_prescaler_t.

Definition at line 185 of file dt.h.

Referenced by Dt_Init().


The documentation for this struct was generated from the following file: