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 8459 of file S32K118.h.

#define RCM_BASE   (0x4007F000u)

Peripheral RCM base address

Definition at line 8457 of file S32K118.h.

#define RCM_BASE_ADDRS   { RCM_BASE }

Array initializer of RCM peripheral base addresses

Definition at line 8461 of file S32K118.h.

#define RCM_BASE_PTRS   { RCM }

Array initializer of RCM peripheral base pointers

Definition at line 8463 of file S32K118.h.

#define RCM_INSTANCE_COUNT   (1u)

Number of instances of the RCM module.

Definition at line 8452 of file S32K118.h.

#define RCM_IRQS   { RCM_IRQn }

Interrupt vectors for the RCM peripheral type

Definition at line 8469 of file S32K118.h.

#define RCM_IRQS_ARR_COUNT   (1u)

Number of interrupt vector arrays for the RCM module.

Definition at line 8465 of file S32K118.h.

#define RCM_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the RCM module.

Definition at line 8467 of file S32K118.h.

Typedef Documentation

typedef struct RCM_Type * RCM_MemMapPtr