![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
#include <stdlib.h>#include <assert.h>#include "fsl_pit_driver.h"#include "BM_pit_instance.h"#include "fsl_pit_features.h"
Go to the source code of this file.
Functions | |
| void | pit_register_isr_callback_function (uint32_t timer, pit_isr_callback_t function) |
| Register pit isr callback function. More... | |
Variables | |
| pit_isr_callback_t | pit_isr_callback_table [FSL_FEATURE_PIT_TIMER_COUNT] = {NULL} |
| Function table to save PIT isr callback function pointers. More... | |