Detailed Description

Modules

 PDB Register Masks
 

Data Structures

struct  PDB_Type
 

Macros

#define PDB_CH_COUNT   2u
 
#define PDB_DLY_COUNT   8u
 
#define PDB_POnDLY_COUNT   1u
 
#define PDB_INSTANCE_COUNT   (1u)
 
#define PDB0_BASE   (0x40036000u)
 
#define PDB0   ((PDB_Type *)PDB0_BASE)
 
#define PDB_BASE_ADDRS   { PDB0_BASE }
 
#define PDB_BASE_PTRS   { PDB0 }
 
#define PDB_IRQS_ARR_COUNT   (1u)
 
#define PDB_IRQS_CH_COUNT   (1u)
 
#define PDB_IRQS   { PDB0_IRQn }
 

Typedefs

typedef struct PDB_TypePDB_MemMapPtr
 

Macro Definition Documentation

#define PDB0   ((PDB_Type *)PDB0_BASE)

Peripheral PDB0 base pointer

Definition at line 7991 of file S32K118.h.

#define PDB0_BASE   (0x40036000u)

Peripheral PDB0 base address

Definition at line 7989 of file S32K118.h.

#define PDB_BASE_ADDRS   { PDB0_BASE }

Array initializer of PDB peripheral base addresses

Definition at line 7993 of file S32K118.h.

#define PDB_BASE_PTRS   { PDB0 }

Array initializer of PDB peripheral base pointers

Definition at line 7995 of file S32K118.h.

#define PDB_CH_COUNT   2u

PDB - Size of Registers Arrays

Definition at line 7957 of file S32K118.h.

#define PDB_DLY_COUNT   8u

Definition at line 7958 of file S32K118.h.

#define PDB_INSTANCE_COUNT   (1u)

Number of instances of the PDB module.

Definition at line 7984 of file S32K118.h.

#define PDB_IRQS   { PDB0_IRQn }

Interrupt vectors for the PDB peripheral type

Definition at line 8001 of file S32K118.h.

#define PDB_IRQS_ARR_COUNT   (1u)

Number of interrupt vector arrays for the PDB module.

Definition at line 7997 of file S32K118.h.

#define PDB_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the PDB module.

Definition at line 7999 of file S32K118.h.

#define PDB_POnDLY_COUNT   1u

Definition at line 7959 of file S32K118.h.

Typedef Documentation

typedef struct PDB_Type * PDB_MemMapPtr