S32 SDK

Detailed Description

Modules

 FTFC Register Masks
 

Data Structures

struct  FTFC_Type
 

Macros

#define FTFC_FCCOB_COUNT   12u
 
#define FTFC_FPROT_COUNT   4u
 
#define FTFC_INSTANCE_COUNT   (1u)
 
#define FTFC_BASE   (0x40020000u)
 
#define FTFC   ((FTFC_Type *)FTFC_BASE)
 
#define FTFC_BASE_ADDRS   { FTFC_BASE }
 
#define FTFC_BASE_PTRS   { FTFC }
 
#define FTFC_IRQS_ARR_COUNT   (2u)
 
#define FTFC_COMMAND_COMPLETE_IRQS_CH_COUNT   (1u)
 
#define FTFC_READ_COLLISION_IRQS_CH_COUNT   (1u)
 
#define FTFC_COMMAND_COMPLETE_IRQS   { FTFC_IRQn }
 
#define FTFC_READ_COLLISION_IRQS   { Read_Collision_IRQn }
 

Typedefs

typedef struct FTFC_TypeFTFC_MemMapPtr
 

Macro Definition Documentation

#define FTFC   ((FTFC_Type *)FTFC_BASE)

Peripheral FTFC base pointer

Definition at line 3798 of file S32K144.h.

#define FTFC_BASE   (0x40020000u)

Peripheral FTFC base address

Definition at line 3796 of file S32K144.h.

#define FTFC_BASE_ADDRS   { FTFC_BASE }

Array initializer of FTFC peripheral base addresses

Definition at line 3800 of file S32K144.h.

#define FTFC_BASE_PTRS   { FTFC }

Array initializer of FTFC peripheral base pointers

Definition at line 3802 of file S32K144.h.

#define FTFC_COMMAND_COMPLETE_IRQS   { FTFC_IRQn }

Interrupt vectors for the FTFC peripheral type

Definition at line 3810 of file S32K144.h.

#define FTFC_COMMAND_COMPLETE_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the COMMAND_COMPLETE type of FTFC module.

Definition at line 3806 of file S32K144.h.

#define FTFC_FCCOB_COUNT   12u

FTFC - Size of Registers Arrays

Definition at line 3769 of file S32K144.h.

#define FTFC_FPROT_COUNT   4u

Definition at line 3770 of file S32K144.h.

#define FTFC_INSTANCE_COUNT   (1u)

Number of instances of the FTFC module.

Definition at line 3791 of file S32K144.h.

#define FTFC_IRQS_ARR_COUNT   (2u)

Number of interrupt vector arrays for the FTFC module.

Definition at line 3804 of file S32K144.h.

#define FTFC_READ_COLLISION_IRQS   { Read_Collision_IRQn }

Definition at line 3811 of file S32K144.h.

#define FTFC_READ_COLLISION_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the READ_COLLISION type of FTFC module.

Definition at line 3808 of file S32K144.h.

Typedef Documentation

typedef struct FTFC_Type * FTFC_MemMapPtr