15 #define RS485_ENABLED 0 16 #define TX_INTERRUPT 0 41 #define RS485_NMMEN (0x1<<0) 42 #define RS485_RXDIS (0x1<<1) 43 #define RS485_AADEN (0x1<<2) 44 #define RS485_SEL (0x1<<3) 45 #define RS485_DCTRL (0x1<<4) 46 #define RS485_OINV (0x1<<5) void UARTInit(uint32_t Baudrate)
Definition: uart.c:106
void UART_IRQHandler(void)
Definition: uart.c:32
void UARTSend(uint8_t *BufferPtr, uint32_t Length)
Definition: uart.c:165
unsigned char uint8_t
Definition: type.h:27
unsigned int uint32_t
Definition: type.h:29