Go to the source code of this file.
Functions | |
status_t | FTM_DRV_InitOutputCompare (uint32_t instance, const ftm_output_cmp_param_t *param) |
Configures the FTM to generate timed pulses(Output compare mode). More... | |
status_t | FTM_DRV_DeinitOutputCompare (uint32_t instance, const ftm_output_cmp_param_t *param) |
Disables compare match output control and clears FTM timer configuration. More... | |
status_t | FTM_DRV_UpdateOutputCompareChannel (uint32_t instance, uint8_t channel, uint16_t nextComparematchValue, ftm_output_compare_update_t update, bool softwareTrigger) |
Sets the next compare match value based on the current counter value. More... | |