S32 SDK

Detailed Description

Modules

 LPI2C Register Masks
 

Data Structures

struct  LPI2C_Type
 

Macros

#define LPI2C_INSTANCE_COUNT   (1u)
 
#define LPI2C0_BASE   (0x40066000u)
 
#define LPI2C0   ((LPI2C_Type *)LPI2C0_BASE)
 
#define LPI2C_BASE_ADDRS   { LPI2C0_BASE }
 
#define LPI2C_BASE_PTRS   { LPI2C0 }
 
#define LPI2C_IRQS_ARR_COUNT   (2u)
 
#define LPI2C_MASTER_IRQS_CH_COUNT   (1u)
 
#define LPI2C_SLAVE_IRQS_CH_COUNT   (1u)
 
#define LPI2C_MASTER_IRQS   { LPI2C0_Master_IRQn }
 
#define LPI2C_SLAVE_IRQS   { LPI2C0_Slave_IRQn }
 

Typedefs

typedef struct LPI2C_TypeLPI2C_MemMapPtr
 

Macro Definition Documentation

#define LPI2C0   ((LPI2C_Type *)LPI2C0_BASE)

Peripheral LPI2C0 base pointer

Definition at line 5379 of file S32K144.h.

#define LPI2C0_BASE   (0x40066000u)

Peripheral LPI2C0 base address

Definition at line 5377 of file S32K144.h.

#define LPI2C_BASE_ADDRS   { LPI2C0_BASE }

Array initializer of LPI2C peripheral base addresses

Definition at line 5381 of file S32K144.h.

#define LPI2C_BASE_PTRS   { LPI2C0 }

Array initializer of LPI2C peripheral base pointers

Definition at line 5383 of file S32K144.h.

#define LPI2C_INSTANCE_COUNT   (1u)

Number of instances of the LPI2C module.

Definition at line 5372 of file S32K144.h.

#define LPI2C_IRQS_ARR_COUNT   (2u)

Number of interrupt vector arrays for the LPI2C module.

Definition at line 5385 of file S32K144.h.

#define LPI2C_MASTER_IRQS   { LPI2C0_Master_IRQn }

Interrupt vectors for the LPI2C peripheral type

Definition at line 5391 of file S32K144.h.

#define LPI2C_MASTER_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the MASTER type of LPI2C module.

Definition at line 5387 of file S32K144.h.

#define LPI2C_SLAVE_IRQS   { LPI2C0_Slave_IRQn }

Definition at line 5392 of file S32K144.h.

#define LPI2C_SLAVE_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the SLAVE type of LPI2C module.

Definition at line 5389 of file S32K144.h.

Typedef Documentation

typedef struct LPI2C_Type * LPI2C_MemMapPtr