PER Firmware
Loading...
Searching...
No Matches
usart_tx_errors_t Struct Reference

#include <usart.h>

Public Attributes

bool dma_transfer_error
 DMA transfer error.
 
bool dma_direct_mode_error
 DMA error while attempting to operate in direct mode.
 
bool dma_fifo_overrun
 DMA FIFO has been overrun - apparently this can be ignored on USART peripherals AS LONG AS YOU AREN'T USING THE FIFO.
 

Member Data Documentation

◆ dma_direct_mode_error

bool usart_tx_errors_t::dma_direct_mode_error

DMA error while attempting to operate in direct mode.

◆ dma_fifo_overrun

bool usart_tx_errors_t::dma_fifo_overrun

DMA FIFO has been overrun - apparently this can be ignored on USART peripherals AS LONG AS YOU AREN'T USING THE FIFO.

◆ dma_transfer_error

bool usart_tx_errors_t::dma_transfer_error

DMA transfer error.


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