Prusa MINI Firmware overview
|
Macros | |
#define | UART_HWCONTROL_NONE 0x00000000U |
#define | UART_HWCONTROL_RTS ((uint32_t)USART_CR3_RTSE) |
#define | UART_HWCONTROL_CTS ((uint32_t)USART_CR3_CTSE) |
#define | UART_HWCONTROL_RTS_CTS ((uint32_t)(USART_CR3_RTSE | USART_CR3_CTSE)) |
#define UART_HWCONTROL_NONE 0x00000000U |
#define UART_HWCONTROL_RTS ((uint32_t)USART_CR3_RTSE) |
#define UART_HWCONTROL_CTS ((uint32_t)USART_CR3_CTSE) |
#define UART_HWCONTROL_RTS_CTS ((uint32_t)(USART_CR3_RTSE | USART_CR3_CTSE)) |