Freescale_Cachan / Mbed 2 deprecated Programme_course_base

Dependencies:   MMA8451Q mbed xbee_lib

Fork of Programme_course by Freescale_Cachan

Embed: (wiki syntax)

« Back to documentation index

PORT_MemMap Struct Reference

PORT_MemMap Struct Reference
[PORT]

PORT - Peripheral register structure. More...

#include <MKL25Z4.h>

Data Fields

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

Detailed Description

PORT - Peripheral register structure.

Definition at line 3977 of file MKL25Z4.h.


Field Documentation

uint32_t GPCHR

Global Pin Control High Register, offset: 0x84.

Definition at line 3980 of file MKL25Z4.h.

uint32_t GPCLR

Global Pin Control Low Register, offset: 0x80.

Definition at line 3979 of file MKL25Z4.h.

uint32_t ISFR

Interrupt Status Flag Register, offset: 0xA0.

Definition at line 3982 of file MKL25Z4.h.

uint32_t PCR[32]

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

Definition at line 3978 of file MKL25Z4.h.