Alessandro Angelino / target-mcu-k64f

Fork of target-mcu-k64f by Morpheus

Embed: (wiki syntax)

« Back to documentation index

GPIO_Type Struct Reference

GPIO_Type Struct Reference
[GPIO Peripheral Access Layer]

GPIO - Register Layout Typedef. More...

#include <MK64F12.h>

Data Fields

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

Detailed Description

GPIO - Register Layout Typedef.

Definition at line 7348 of file cmsis/MK64F12.h.


Field Documentation

__O uint32_t PCOR

Port Clear Output Register, offset: 0x8.

Definition at line 7351 of file cmsis/MK64F12.h.

__IO uint32_t PDDR

Port Data Direction Register, offset: 0x14.

Definition at line 7354 of file cmsis/MK64F12.h.

__I uint32_t PDIR

Port Data Input Register, offset: 0x10.

Definition at line 7353 of file cmsis/MK64F12.h.

__IO uint32_t PDOR

Port Data Output Register, offset: 0x0.

Definition at line 7349 of file cmsis/MK64F12.h.

__O uint32_t PSOR

Port Set Output Register, offset: 0x4.

Definition at line 7350 of file cmsis/MK64F12.h.

__O uint32_t PTOR

Port Toggle Output Register, offset: 0xC.

Definition at line 7352 of file cmsis/MK64F12.h.