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

GPIO_MemMap Struct Reference

GPIO_MemMap Struct Reference
[GPIO]

GPIO - Peripheral register structure. More...

#include <MKL25Z4.h>

Data Fields

uint32_t PDOR
 Port Data Output Register, offset: 0x0.
uint32_t PSOR
 Port Set Output Register, offset: 0x4.
uint32_t PCOR
 Port Clear Output Register, offset: 0x8.
uint32_t PTOR
 Port Toggle Output Register, offset: 0xC.
uint32_t PDIR
 Port Data Input Register, offset: 0x10.
uint32_t PDDR
 Port Data Direction Register, offset: 0x14.

Detailed Description

GPIO - Peripheral register structure.

Definition at line 1746 of file MKL25Z4.h.


Field Documentation

uint32_t PCOR

Port Clear Output Register, offset: 0x8.

Definition at line 1749 of file MKL25Z4.h.

uint32_t PDDR

Port Data Direction Register, offset: 0x14.

Definition at line 1752 of file MKL25Z4.h.

uint32_t PDIR

Port Data Input Register, offset: 0x10.

Definition at line 1751 of file MKL25Z4.h.

uint32_t PDOR

Port Data Output Register, offset: 0x0.

Definition at line 1747 of file MKL25Z4.h.

uint32_t PSOR

Port Set Output Register, offset: 0x4.

Definition at line 1748 of file MKL25Z4.h.

uint32_t PTOR

Port Toggle Output Register, offset: 0xC.

Definition at line 1750 of file MKL25Z4.h.