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

#define RCM_BASE   (0x4007F000u)

Peripheral RCM base address

Definition at line 8642 of file S32K142.h.

#define RCM_BASE_ADDRS   { RCM_BASE }

Array initializer of RCM peripheral base addresses

Definition at line 8646 of file S32K142.h.

#define RCM_BASE_PTRS   { RCM }

Array initializer of RCM peripheral base pointers

Definition at line 8648 of file S32K142.h.

#define RCM_INSTANCE_COUNT   (1u)

Number of instances of the RCM module.

Definition at line 8637 of file S32K142.h.

#define RCM_IRQS   { RCM_IRQn }

Interrupt vectors for the RCM peripheral type

Definition at line 8654 of file S32K142.h.

#define RCM_IRQS_ARR_COUNT   (1u)

Number of interrupt vector arrays for the RCM module.

Definition at line 8650 of file S32K142.h.

#define RCM_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the RCM module.

Definition at line 8652 of file S32K142.h.

Typedef Documentation

typedef struct RCM_Type * RCM_MemMapPtr