S32 SDK

Detailed Description

Modules

 RTC Register Masks
 

Data Structures

struct  RTC_Type
 

Macros

#define RTC_INSTANCE_COUNT   (1u)
 
#define RTC_BASE   (0x4003D000u)
 
#define RTC   ((RTC_Type *)RTC_BASE)
 
#define RTC_BASE_ADDRS   { RTC_BASE }
 
#define RTC_BASE_PTRS   { RTC }
 
#define RTC_IRQS_ARR_COUNT   (2u)
 
#define RTC_IRQS_CH_COUNT   (1u)
 
#define RTC_SECONDS_IRQS_CH_COUNT   (1u)
 
#define RTC_IRQS   { RTC_IRQn }
 
#define RTC_SECONDS_IRQS   { RTC_Seconds_IRQn }
 

Typedefs

typedef struct RTC_TypeRTC_MemMapPtr
 

Macro Definition Documentation

#define RTC   ((RTC_Type *)RTC_BASE)

Peripheral RTC base pointer

Definition at line 8926 of file S32K142.h.

#define RTC_BASE   (0x4003D000u)

Peripheral RTC base address

Definition at line 8924 of file S32K142.h.

#define RTC_BASE_ADDRS   { RTC_BASE }

Array initializer of RTC peripheral base addresses

Definition at line 8928 of file S32K142.h.

#define RTC_BASE_PTRS   { RTC }

Array initializer of RTC peripheral base pointers

Definition at line 8930 of file S32K142.h.

#define RTC_INSTANCE_COUNT   (1u)

Number of instances of the RTC module.

Definition at line 8919 of file S32K142.h.

#define RTC_IRQS   { RTC_IRQn }

Interrupt vectors for the RTC peripheral type

Definition at line 8938 of file S32K142.h.

#define RTC_IRQS_ARR_COUNT   (2u)

Number of interrupt vector arrays for the RTC module.

Definition at line 8932 of file S32K142.h.

#define RTC_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the RTC module.

Definition at line 8934 of file S32K142.h.

#define RTC_SECONDS_IRQS   { RTC_Seconds_IRQn }

Definition at line 8939 of file S32K142.h.

#define RTC_SECONDS_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the SECONDS type of RTC module.

Definition at line 8936 of file S32K142.h.

Typedef Documentation

typedef struct RTC_Type * RTC_MemMapPtr