S32 SDK
LPI2C Peripheral Access Layer

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 5315 of file S32K142.h.

#define LPI2C0_BASE   (0x40066000u)

Peripheral LPI2C0 base address

Definition at line 5313 of file S32K142.h.

#define LPI2C_BASE_ADDRS   { LPI2C0_BASE }

Array initializer of LPI2C peripheral base addresses

Definition at line 5317 of file S32K142.h.

#define LPI2C_BASE_PTRS   { LPI2C0 }

Array initializer of LPI2C peripheral base pointers

Definition at line 5319 of file S32K142.h.

#define LPI2C_INSTANCE_COUNT   (1u)

Number of instances of the LPI2C module.

Definition at line 5308 of file S32K142.h.

#define LPI2C_IRQS_ARR_COUNT   (2u)

Number of interrupt vector arrays for the LPI2C module.

Definition at line 5321 of file S32K142.h.

#define LPI2C_MASTER_IRQS   { LPI2C0_Master_IRQn }

Interrupt vectors for the LPI2C peripheral type

Definition at line 5327 of file S32K142.h.

#define LPI2C_MASTER_IRQS_CH_COUNT   (1u)

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

Definition at line 5323 of file S32K142.h.

#define LPI2C_SLAVE_IRQS   { LPI2C0_Slave_IRQn }

Definition at line 5328 of file S32K142.h.

#define LPI2C_SLAVE_IRQS_CH_COUNT   (1u)

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

Definition at line 5325 of file S32K142.h.

Typedef Documentation

typedef struct LPI2C_Type * LPI2C_MemMapPtr