16 #ifndef _SAFETY_UART_H 17 #define _SAFETY_UART_H Definition: safety_uart.h:69
void safety_UART_hook_err(SafetyUartID id)
ERR IRQ Handler.
Definition: safety_uart.c:667
All common macro and definition for TXZ safety libraries.
Definition: safety_uart.h:68
void safety_UART_hook_rx(SafetyUartID id)
RX IRQ Handler.
Definition: safety_uart.c:649
Definition: safety_uart.h:64
SafetyUartID
Definition: safety_uart.h:62
Definition: safety_uart.h:67
Definition: safety_uart.h:66
void safety_UART_hook_tx(SafetyUartID id)
TX IRQ Handler.
Definition: safety_uart.c:631
Definition: safety_uart.h:71
bool safety_UART_loopback(SafetyUartID id, uint32_t start, uint32_t length)
UART loopback test.
Definition: safety_uart.c:684
Definition: safety_uart.h:65
This file provides all the functions prototypes for UART driver.