S32 SDK

Detailed Description

Modules

 LPTMR Register Masks
 

Data Structures

struct  LPTMR_Type
 

Macros

#define LPTMR_INSTANCE_COUNT   (1u)
 
#define LPTMR0_BASE   (0x40040000u)
 
#define LPTMR0   ((LPTMR_Type *)LPTMR0_BASE)
 
#define LPTMR_BASE_ADDRS   { LPTMR0_BASE }
 
#define LPTMR_BASE_PTRS   { LPTMR0 }
 
#define LPTMR_IRQS_ARR_COUNT   (1u)
 
#define LPTMR_IRQS_CH_COUNT   (1u)
 
#define LPTMR_IRQS   { LPTMR0_IRQn }
 

Typedefs

typedef struct LPTMR_TypeLPTMR_MemMapPtr
 

Macro Definition Documentation

#define LPTMR0   ((LPTMR_Type *)LPTMR0_BASE)

Peripheral LPTMR0 base pointer

Definition at line 6566 of file S32K144.h.

#define LPTMR0_BASE   (0x40040000u)

Peripheral LPTMR0 base address

Definition at line 6564 of file S32K144.h.

#define LPTMR_BASE_ADDRS   { LPTMR0_BASE }

Array initializer of LPTMR peripheral base addresses

Definition at line 6568 of file S32K144.h.

#define LPTMR_BASE_PTRS   { LPTMR0 }

Array initializer of LPTMR peripheral base pointers

Definition at line 6570 of file S32K144.h.

#define LPTMR_INSTANCE_COUNT   (1u)

Number of instances of the LPTMR module.

Definition at line 6559 of file S32K144.h.

#define LPTMR_IRQS   { LPTMR0_IRQn }

Interrupt vectors for the LPTMR peripheral type

Definition at line 6576 of file S32K144.h.

#define LPTMR_IRQS_ARR_COUNT   (1u)

Number of interrupt vector arrays for the LPTMR module.

Definition at line 6572 of file S32K144.h.

#define LPTMR_IRQS_CH_COUNT   (1u)

Number of interrupt channels for the LPTMR module.

Definition at line 6574 of file S32K144.h.

Typedef Documentation

typedef struct LPTMR_Type * LPTMR_MemMapPtr