34 #ifndef _ESOS_STM32L4_RS232_H
35 #define _ESOS_STM32L4_RS232_H
52 void __esos_hw_signal_start_tx(
void);
53 void __esos_hw_signal_stop_tx(
void);
80 #define USART_CONSOLE USART2
88 #define IS_CHAR_READY_UART1()
94 #define IS_TRANSMIT_BUFFER_FULL_UART1()
101 #define IS_TRANSMIT_COMPLETE_UART1()
105 void __esos_hw_PutUint8(uint8_t u8_c);
106 void __esos_hw_PutString(uint8_t* psz_in);
107 uint8_t __esos_hw_GetUint8(
void);
110 void __esos_hw_InitCommSystem(
void);
114 #endif // end ESOS_STM32L4_RS232_H