Detailed Description

Modules

 CMU_FC Register Masks
 

Data Structures

struct  CMU_FC_Type
 

Macros

#define CMU_FC_INSTANCE_COUNT   (2u)
 
#define CMU_FC_0_BASE   (0x4003E000u)
 
#define CMU_FC_0   ((CMU_FC_Type *)CMU_FC_0_BASE)
 
#define CMU_FC_1_BASE   (0x4003F000u)
 
#define CMU_FC_1   ((CMU_FC_Type *)CMU_FC_1_BASE)
 
#define CMU_FC_BASE_ADDRS   { CMU_FC_0_BASE, CMU_FC_1_BASE }
 
#define CMU_FC_BASE_PTRS   { CMU_FC_0, CMU_FC_1 }
 
#define CMU_FC_IRQS_ARR_COUNT   (1u)
 
#define CMU_FC_IRQS_CH_COUNT   (1u)
 
#define CMU_FC_IRQS   { SCG_CMU_LVD_LVWSCG_IRQn, SCG_CMU_LVD_LVWSCG_IRQn }
 

Typedefs

typedef struct CMU_FC_TypeCMU_FC_MemMapPtr
 

Macro Definition Documentation

#define CMU_FC_0   ((CMU_FC_Type *)CMU_FC_0_BASE)

Peripheral CMU_FC_0 base pointer

Definition at line 1868 of file S32K118.h.

#define CMU_FC_0_BASE   (0x4003E000u)

Peripheral CMU_FC_0 base address

Definition at line 1866 of file S32K118.h.

#define CMU_FC_1   ((CMU_FC_Type *)CMU_FC_1_BASE)

Peripheral CMU_FC_1 base pointer

Definition at line 1872 of file S32K118.h.

#define CMU_FC_1_BASE   (0x4003F000u)

Peripheral CMU_FC_1 base address

Definition at line 1870 of file S32K118.h.

#define CMU_FC_BASE_ADDRS   { CMU_FC_0_BASE, CMU_FC_1_BASE }

Array initializer of CMU_FC peripheral base addresses

Definition at line 1874 of file S32K118.h.

#define CMU_FC_BASE_PTRS   { CMU_FC_0, CMU_FC_1 }

Array initializer of CMU_FC peripheral base pointers

Definition at line 1876 of file S32K118.h.

#define CMU_FC_INSTANCE_COUNT   (2u)

Number of instances of the CMU_FC module.

Definition at line 1861 of file S32K118.h.

#define CMU_FC_IRQS   { SCG_CMU_LVD_LVWSCG_IRQn, SCG_CMU_LVD_LVWSCG_IRQn }

Interrupt vectors for the CMU_FC peripheral type

Definition at line 1882 of file S32K118.h.

#define CMU_FC_IRQS_ARR_COUNT   (1u)

Number of interrupt vector arrays for the CMU_FC module.

Definition at line 1878 of file S32K118.h.

#define CMU_FC_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the CMU_FC module.

Definition at line 1880 of file S32K118.h.

Typedef Documentation

typedef struct CMU_FC_Type * CMU_FC_MemMapPtr