#include <system.h>
Public Attributes | |
USART_TypeDef * | dev |
uint32_t | DMA_Channel |
uint32_t | DMA_Rx_IT_Bit |
uint32_t | DMA_Tx_IT_Bit |
GPIO_TypeDef * | GPIO |
uint8_t | GPIO_AF |
IRQn_Type | Rx_DMA_IRQn |
DMA_Stream_TypeDef * | Rx_DMA_Stream |
uint16_t | Rx_Pin |
uint8_t | Rx_PinSource |
IRQn_Type | Tx_DMA_IRQn |
DMA_Stream_TypeDef * | Tx_DMA_Stream |
uint16_t | Tx_Pin |
uint8_t | Tx_PinSource |
IRQn_Type | USART_IRQn |
USART_TypeDef* uart_hardware_struct_t::dev |
GPIO_TypeDef* uart_hardware_struct_t::GPIO |
DMA_Stream_TypeDef* uart_hardware_struct_t::Rx_DMA_Stream |
DMA_Stream_TypeDef* uart_hardware_struct_t::Tx_DMA_Stream |