![]() |
PDL for FM0+
Version1.0
Peripheral Driverl Library for FM0+
|
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. |
Dt channel configuration.
The DT configuration is done on a per channel basis
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().