25 #ifndef FTM_MC_DRIVER_H
26 #define FTM_MC_DRIVER_H
55 #if defined(__cplusplus)
103 #if defined(__cplusplus)
status_t FTM_DRV_CounterStop(uint32_t instance)
Stops the FTM counter.
FlexTimer driver timer mode configuration structure.
status_t
Status return codes. Common error codes will be a unified enumeration (C enum) that will contain all ...
status_t FTM_DRV_CounterStart(uint32_t instance)
Starts the FTM counter.
uint32_t FTM_DRV_CounterRead(uint32_t instance)
Reads back the current value of the FTM counter.
status_t FTM_DRV_InitCounter(uint32_t instance, const ftm_timer_param_t *timer)
Initialize the FTM counter.
ftm_config_mode_t
FlexTimer operation mode.