#include "ftm_common.h"
Go to the source code of this file.
Data Structures | |
struct | ftm_timer_param_t |
FlexTimer driver timer mode configuration structure. More... | |
Functions | |
status_t | FTM_DRV_InitCounter (uint32_t instance, const ftm_timer_param_t *timer) |
Initialize the FTM counter. More... | |
status_t | FTM_DRV_CounterStart (uint32_t instance) |
Starts the FTM counter. More... | |
status_t | FTM_DRV_CounterStop (uint32_t instance) |
Stops the FTM counter. More... | |
uint32_t | FTM_DRV_CounterRead (uint32_t instance) |
Reads back the current value of the FTM counter. More... | |