CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
UART_error_counts_single_subsystem_struct_t Struct Reference

These will be an error defined in the stm32l4xx_hal_uart.h file. More...

#include <uart_error_tracking.h>

Public Attributes

uint16_t parity_error_count
 
uint16_t noise_error_count
 
uint16_t frame_error_count
 
uint16_t overrun_error_count
 
uint16_t dma_transfer_error_count
 
uint16_t receiver_timeout_error_count
 
uint16_t handler_buffer_full_error_count
 

Detailed Description

These will be an error defined in the stm32l4xx_hal_uart.h file.

Note
UART_Error_Definition: stm32l4xx_hal_uart.h
Not accounting for: HAL_UART_ERROR_NONE as there is no point

Member Data Documentation

◆ dma_transfer_error_count

uint16_t UART_error_counts_single_subsystem_struct_t::dma_transfer_error_count

◆ frame_error_count

uint16_t UART_error_counts_single_subsystem_struct_t::frame_error_count

◆ handler_buffer_full_error_count

uint16_t UART_error_counts_single_subsystem_struct_t::handler_buffer_full_error_count

◆ noise_error_count

uint16_t UART_error_counts_single_subsystem_struct_t::noise_error_count

◆ overrun_error_count

uint16_t UART_error_counts_single_subsystem_struct_t::overrun_error_count

◆ parity_error_count

uint16_t UART_error_counts_single_subsystem_struct_t::parity_error_count

◆ receiver_timeout_error_count

uint16_t UART_error_counts_single_subsystem_struct_t::receiver_timeout_error_count

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