stm32f103
|
Go to the source code of this file.
Classes | |
class | UartDevice |
Implements device-level abstraction for UART devices. More... | |
struct | UartDevice::Config |
Configuration for UART device. More... | |
Functions | |
void | UartDeviceTriggerListener (const uint8_t uart_port, const char data) |
Bridging function between IRQ Handler and external user-defined listener. More... | |
void UartDeviceTriggerListener | ( | const uint8_t | uart_port, |
const char | data | ||
) |
Bridging function between IRQ Handler and external user-defined listener.
uart_port | UART Port triggered |
data | Data sent to uart_port |