S32 SDK
FTFC Peripheral Access Layer

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

#define FTFC_BASE   (0x40020000u)

Peripheral FTFC base address

Definition at line 3710 of file S32K142.h.

#define FTFC_BASE_ADDRS   { FTFC_BASE }

Array initializer of FTFC peripheral base addresses

Definition at line 3714 of file S32K142.h.

#define FTFC_BASE_PTRS   { FTFC }

Array initializer of FTFC peripheral base pointers

Definition at line 3716 of file S32K142.h.

#define FTFC_COMMAND_COMPLETE_IRQS   { FTFC_IRQn }

Interrupt vectors for the FTFC peripheral type

Definition at line 3724 of file S32K142.h.

#define FTFC_COMMAND_COMPLETE_IRQS_CH_COUNT   (1u)

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

Definition at line 3720 of file S32K142.h.

#define FTFC_FCCOB_COUNT   12u

FTFC - Size of Registers Arrays

Definition at line 3683 of file S32K142.h.

#define FTFC_FPROT_COUNT   4u

Definition at line 3684 of file S32K142.h.

#define FTFC_INSTANCE_COUNT   (1u)

Number of instances of the FTFC module.

Definition at line 3705 of file S32K142.h.

#define FTFC_IRQS_ARR_COUNT   (2u)

Number of interrupt vector arrays for the FTFC module.

Definition at line 3718 of file S32K142.h.

#define FTFC_READ_COLLISION_IRQS   { Read_Collision_IRQn }

Definition at line 3725 of file S32K142.h.

#define FTFC_READ_COLLISION_IRQS_CH_COUNT   (1u)

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

Definition at line 3722 of file S32K142.h.

Typedef Documentation

typedef struct FTFC_Type * FTFC_MemMapPtr