Go to the source code of this file.
Data Structures | |
struct | timing_instance_t |
Structure storing PAL instance information. More... | |
Enumerations | |
enum | timing_inst_type_t { TIMING_INST_TYPE_LPIT = 0u, TIMING_INST_TYPE_LPTMR = 1u, TIMING_INST_TYPE_FTM = 2u } |
Enumeration with the types of peripherals supported by Timing PAL. More... | |
enum timing_inst_type_t |
Enumeration with the types of peripherals supported by Timing PAL.
This enumeration contains the types of peripherals supported by Timing PAL. Implements : timing_inst_type_t_Class
Enumerator | |
---|---|
TIMING_INST_TYPE_LPIT | |
TIMING_INST_TYPE_LPTMR | |
TIMING_INST_TYPE_FTM |
Definition at line 62 of file timing_pal_mapping.h.