APM:Libraries
|
#include <gpio_hal.h>
Public Attributes | |
GPIO_TypeDef * | GPIOx |
uint32_t | clk |
afio_exti_port | exti_port |
GPIO device type
Definition at line 53 of file gpio_hal.h.
uint32_t gpio_dev::clk |
RCC clock information
Definition at line 55 of file gpio_hal.h.
Referenced by gpio_set_mode(), and i2c_lowLevel_init().
afio_exti_port gpio_dev::exti_port |
AFIO external interrupt port value
Definition at line 56 of file gpio_hal.h.
Referenced by gpio_exti_port().
GPIO_TypeDef* gpio_dev::GPIOx |
Register map
Definition at line 54 of file gpio_hal.h.
Referenced by gpio_exti_port(), gpio_read_bit(), gpio_set_af_mode(), gpio_set_mode(), gpio_set_speed(), gpio_toggle_bit(), gpio_write_bit(), i2c_lowLevel_deinit(), i2c_lowLevel_init(), F4Light::SPIDevice::init(), Soft_I2C::init_hw(), and usb_setParams().