Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of target-mcu-k64f by
_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
__O hw_gpio_pcor_t PCOR |
[0x8] Port Clear Output Register
Definition at line 483 of file MK64F12_gpio.h.
__IO hw_gpio_pddr_t PDDR |
[0x14] Port Data Direction Register
Definition at line 486 of file MK64F12_gpio.h.
__I hw_gpio_pdir_t PDIR |
[0x10] Port Data Input Register
Definition at line 485 of file MK64F12_gpio.h.
__IO hw_gpio_pdor_t PDOR |
[0x0] Port Data Output Register
Definition at line 481 of file MK64F12_gpio.h.
__O hw_gpio_psor_t PSOR |
[0x4] Port Set Output Register
Definition at line 482 of file MK64F12_gpio.h.
__O hw_gpio_ptor_t PTOR |
[0xC] Port Toggle Output Register
Definition at line 484 of file MK64F12_gpio.h.
Generated on Sat Aug 27 2022 17:09:02 by
