NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
uartPort_t Struct Reference

#include <serial_uart_impl.h>

Collaboration diagram for uartPort_t:

Data Fields

serialPort_t port
 
DMA_Channel_TypeDefrxDMAChannel
 
DMA_Channel_TypeDeftxDMAChannel
 
uint32_t rxDMAIrq
 
uint32_t txDMAIrq
 
uint32_t rxDMAPos
 
bool txDMAEmpty
 
uint32_t txDMAPeripheralBaseAddr
 
uint32_t rxDMAPeripheralBaseAddr
 
USART_TypeDefUSARTx
 

Field Documentation

serialPort_t uartPort_t::port
DMA_Channel_TypeDef* uartPort_t::rxDMAChannel
uint32_t uartPort_t::rxDMAIrq
uint32_t uartPort_t::rxDMAPeripheralBaseAddr
uint32_t uartPort_t::rxDMAPos
DMA_Channel_TypeDef* uartPort_t::txDMAChannel
bool uartPort_t::txDMAEmpty
uint32_t uartPort_t::txDMAIrq
uint32_t uartPort_t::txDMAPeripheralBaseAddr
USART_TypeDef* uartPort_t::USARTx

The documentation for this struct was generated from the following file: