Configuration structure.
More...
#include <serial_stm32.hpp>
List of all members.
Public Attributes |
serial_stm32_devices_t | device |
uint32_t | baudrate |
serial_stm32_databits_t | databits |
serial_stm32_stopbits_t | stopbits |
serial_stm32_parity_t | parity |
serial_stm32_mode_t | mode |
serial_stm32_flowcontrol_t | flow_control |
gpio_stm32_port_t | rx_port |
gpio_stm32_pin_t | rx_pin |
gpio_stm32_alt_function_t | rx_af |
gpio_stm32_port_t | tx_port |
gpio_stm32_pin_t | tx_pin |
gpio_stm32_alt_function_t | tx_af |
Detailed Description
The documentation for this struct was generated from the following file: