S32 SDK

Detailed Description

Modules

 RCM Register Masks
 

Data Structures

struct  RCM_Type
 

Macros

#define RCM_INSTANCE_COUNT   (1u)
 
#define RCM_BASE   (0x4007F000u)
 
#define RCM   ((RCM_Type *)RCM_BASE)
 
#define RCM_BASE_ADDRS   { RCM_BASE }
 
#define RCM_BASE_PTRS   { RCM }
 
#define RCM_IRQS_ARR_COUNT   (1u)
 
#define RCM_IRQS_CH_COUNT   (1u)
 
#define RCM_IRQS   { RCM_IRQn }
 

Typedefs

typedef struct RCM_TypeRCM_MemMapPtr
 

Macro Definition Documentation

#define RCM   ((RCM_Type *)RCM_BASE)

Peripheral RCM base pointer

Definition at line 8719 of file S32K144.h.

#define RCM_BASE   (0x4007F000u)

Peripheral RCM base address

Definition at line 8717 of file S32K144.h.

#define RCM_BASE_ADDRS   { RCM_BASE }

Array initializer of RCM peripheral base addresses

Definition at line 8721 of file S32K144.h.

#define RCM_BASE_PTRS   { RCM }

Array initializer of RCM peripheral base pointers

Definition at line 8723 of file S32K144.h.

#define RCM_INSTANCE_COUNT   (1u)

Number of instances of the RCM module.

Definition at line 8712 of file S32K144.h.

#define RCM_IRQS   { RCM_IRQn }

Interrupt vectors for the RCM peripheral type

Definition at line 8729 of file S32K144.h.

#define RCM_IRQS_ARR_COUNT   (1u)

Number of interrupt vector arrays for the RCM module.

Definition at line 8725 of file S32K144.h.

#define RCM_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the RCM module.

Definition at line 8727 of file S32K144.h.

Typedef Documentation

typedef struct RCM_Type * RCM_MemMapPtr