Alessandro Angelino / target-mcu-k64f

Fork of target-mcu-k64f by Morpheus

Embed: (wiki syntax)

« Back to documentation index

_hw_gpio Struct Reference

_hw_gpio Struct Reference

All GPIO module registers. More...

#include <MK64F12_gpio.h>

Data Fields

__IO hw_gpio_pdor_t PDOR
__O hw_gpio_psor_t PSOR
__O hw_gpio_pcor_t PCOR
__O hw_gpio_ptor_t PTOR
__I hw_gpio_pdir_t PDIR
__IO hw_gpio_pddr_t PDDR

Detailed Description

All GPIO module registers.

Definition at line 479 of file MK64F12_gpio.h.


Field Documentation

[0x8] Port Clear Output Register

Definition at line 483 of file MK64F12_gpio.h.

[0x14] Port Data Direction Register

Definition at line 486 of file MK64F12_gpio.h.

[0x10] Port Data Input Register

Definition at line 485 of file MK64F12_gpio.h.

[0x0] Port Data Output Register

Definition at line 481 of file MK64F12_gpio.h.

[0x4] Port Set Output Register

Definition at line 482 of file MK64F12_gpio.h.

[0xC] Port Toggle Output Register

Definition at line 484 of file MK64F12_gpio.h.