Emilio Monti / mbed-KL25Z

Dependents:   FRDM_RGBLED

Embed: (wiki syntax)

« Back to documentation index

PORT_Type Struct Reference

PORT_Type Struct Reference
[PORT Peripheral Access Layer]

PORT - Register Layout Typedef. More...

#include <MKL25Z4.h>

Data Fields

__IO uint32_t PCR [32]
 Pin Control Register n, array offset: 0x0, array step: 0x4.
__O uint32_t GPCLR
 Global Pin Control Low Register, offset: 0x80.
__O uint32_t GPCHR
 Global Pin Control High Register, offset: 0x84.
__IO uint32_t ISFR
 Interrupt Status Flag Register, offset: 0xA0.

Detailed Description

PORT - Register Layout Typedef.

Definition at line 2343 of file MKL25Z4.h.


Field Documentation

__O uint32_t GPCHR

Global Pin Control High Register, offset: 0x84.

Definition at line 2346 of file MKL25Z4.h.

__O uint32_t GPCLR

Global Pin Control Low Register, offset: 0x80.

Definition at line 2345 of file MKL25Z4.h.

__IO uint32_t ISFR

Interrupt Status Flag Register, offset: 0xA0.

Definition at line 2348 of file MKL25Z4.h.

__IO uint32_t PCR[32]

Pin Control Register n, array offset: 0x0, array step: 0x4.

Definition at line 2344 of file MKL25Z4.h.