timing_pal_mapping.h File Reference
#include "device_registers.h"
#include "timing_pal_cfg.h"

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...
 

Enumeration Type Documentation

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.