General Purpose I/O. More...
#include <stm32f407xx.h>
Public Attributes | |
| __IO uint32_t | AFR [2] | 
| __IO uint32_t | BSRR | 
| __IO uint32_t | IDR | 
| __IO uint32_t | LCKR | 
| __IO uint32_t | MODER | 
| __IO uint32_t | ODR | 
| __IO uint32_t | OSPEEDR | 
| __IO uint32_t | OTYPER | 
| __IO uint32_t | PUPDR | 
General Purpose I/O.
Definition at line 527 of file stm32f407xx.h.
| __IO uint32_t GPIO_TypeDef::AFR | 
GPIO alternate function registers, Address offset: 0x20-0x24
Definition at line 537 of file stm32f407xx.h.
| __IO uint32_t GPIO_TypeDef::BSRR | 
GPIO port bit set/reset register, Address offset: 0x18 
GPIO port bit set/reset, Address offset: 0x18 
 
Definition at line 535 of file stm32f407xx.h.
| __IO uint32_t GPIO_TypeDef::IDR | 
GPIO port input data register, Address offset: 0x10 
 
Definition at line 533 of file stm32f407xx.h.
| __IO uint32_t GPIO_TypeDef::LCKR | 
GPIO port configuration lock register, Address offset: 0x1C 
 
Definition at line 536 of file stm32f407xx.h.
| __IO uint32_t GPIO_TypeDef::MODER | 
GPIO port mode register, Address offset: 0x00 
 
Definition at line 529 of file stm32f407xx.h.
| __IO uint32_t GPIO_TypeDef::ODR | 
GPIO port output data register, Address offset: 0x14 
 
Definition at line 534 of file stm32f407xx.h.
| __IO uint32_t GPIO_TypeDef::OSPEEDR | 
GPIO port output speed register, Address offset: 0x08 
 
Definition at line 531 of file stm32f407xx.h.
| __IO uint32_t GPIO_TypeDef::OTYPER | 
GPIO port output type register, Address offset: 0x04 
 
Definition at line 530 of file stm32f407xx.h.
| __IO uint32_t GPIO_TypeDef::PUPDR | 
GPIO port pull-up/pull-down register, Address offset: 0x0C 
 
Definition at line 532 of file stm32f407xx.h.