S32 SDK
LPIT Peripheral Access Layer

Detailed Description

Modules

 LPIT Register Masks
 

Data Structures

struct  LPIT_Type
 

Macros

#define LPIT_TMR_COUNT   4u
 
#define LPIT_INSTANCE_COUNT   (1u)
 
#define LPIT0_BASE   (0x40037000u)
 
#define LPIT0   ((LPIT_Type *)LPIT0_BASE)
 
#define LPIT_BASE_ADDRS   { LPIT0_BASE }
 
#define LPIT_BASE_PTRS   { LPIT0 }
 
#define LPIT_IRQS_ARR_COUNT   (1u)
 
#define LPIT_IRQS_CH_COUNT   (4u)
 
#define LPIT_IRQS   { LPIT0_Ch0_IRQn, LPIT0_Ch1_IRQn, LPIT0_Ch2_IRQn, LPIT0_Ch3_IRQn }
 

Typedefs

typedef struct LPIT_TypeLPIT_MemMapPtr
 

Macro Definition Documentation

#define LPIT0   ((LPIT_Type *)LPIT0_BASE)

Peripheral LPIT0 base pointer

Definition at line 5909 of file S32K142.h.

#define LPIT0_BASE   (0x40037000u)

Peripheral LPIT0 base address

Definition at line 5907 of file S32K142.h.

#define LPIT_BASE_ADDRS   { LPIT0_BASE }

Array initializer of LPIT peripheral base addresses

Definition at line 5911 of file S32K142.h.

#define LPIT_BASE_PTRS   { LPIT0 }

Array initializer of LPIT peripheral base pointers

Definition at line 5913 of file S32K142.h.

#define LPIT_INSTANCE_COUNT   (1u)

Number of instances of the LPIT module.

Definition at line 5902 of file S32K142.h.

Interrupt vectors for the LPIT peripheral type

Definition at line 5919 of file S32K142.h.

#define LPIT_IRQS_ARR_COUNT   (1u)

Number of interrupt vector arrays for the LPIT module.

Definition at line 5915 of file S32K142.h.

#define LPIT_IRQS_CH_COUNT   (4u)

Number of interrupt channels for the LPIT module.

Definition at line 5917 of file S32K142.h.

#define LPIT_TMR_COUNT   4u

LPIT - Size of Registers Arrays

Definition at line 5881 of file S32K142.h.

Typedef Documentation

typedef struct LPIT_Type * LPIT_MemMapPtr