uc-sdk
|
Fast GPIO port half-word type definition. More...
#include <lpc17xx_gpio.h>
Public Attributes | |
__IO uint16_t | FIODIRL |
__IO uint16_t | FIODIRU |
uint32_t | RESERVED0 [3] |
__IO uint16_t | FIOMASKL |
__IO uint16_t | FIOMASKU |
__IO uint16_t | FIOPINL |
__IO uint16_t | FIOPINU |
__IO uint16_t | FIOSETL |
__IO uint16_t | FIOSETU |
__O uint16_t | FIOCLRL |
__O uint16_t | FIOCLRU |
Fast GPIO port half-word type definition.
Definition at line 93 of file lpc17xx_gpio.h.
__O uint16_t GPIO_HalfWord_TypeDef::FIOCLRL |
FIO clear register lower halfword part
Definition at line 103 of file lpc17xx_gpio.h.
__O uint16_t GPIO_HalfWord_TypeDef::FIOCLRU |
FIO clear register upper halfword part
Definition at line 104 of file lpc17xx_gpio.h.
__IO uint16_t GPIO_HalfWord_TypeDef::FIODIRL |
FIO direction register lower halfword part
Definition at line 94 of file lpc17xx_gpio.h.
__IO uint16_t GPIO_HalfWord_TypeDef::FIODIRU |
FIO direction register upper halfword part
Definition at line 95 of file lpc17xx_gpio.h.
__IO uint16_t GPIO_HalfWord_TypeDef::FIOMASKL |
FIO mask register lower halfword part
Definition at line 97 of file lpc17xx_gpio.h.
__IO uint16_t GPIO_HalfWord_TypeDef::FIOMASKU |
FIO mask register upper halfword part
Definition at line 98 of file lpc17xx_gpio.h.
__IO uint16_t GPIO_HalfWord_TypeDef::FIOPINL |
FIO pin register lower halfword part
Definition at line 99 of file lpc17xx_gpio.h.
__IO uint16_t GPIO_HalfWord_TypeDef::FIOPINU |
FIO pin register upper halfword part
Definition at line 100 of file lpc17xx_gpio.h.
__IO uint16_t GPIO_HalfWord_TypeDef::FIOSETL |
FIO set register lower halfword part
Definition at line 101 of file lpc17xx_gpio.h.
__IO uint16_t GPIO_HalfWord_TypeDef::FIOSETU |
FIO set register upper halfword part
Definition at line 102 of file lpc17xx_gpio.h.
uint32_t GPIO_HalfWord_TypeDef::RESERVED0[3] |
Reserved
Definition at line 96 of file lpc17xx_gpio.h.