1#ifndef Cpl_Io_Serial_ST_M32F4_InputOutput_h_
2#define Cpl_Io_Serial_ST_M32F4_InputOutput_h_
66 void start( IRQn_Type uartIrqNum,
67 UART_HandleTypeDef* uartHdlToUse )
noexcept;
75 bool read(
void* buffer,
int numBytes,
int& bytesRead );
88 bool write( const
void* buffer,
int maxBytes,
int& bytesWritten );
This template class implements a THREAD SAFE Ring Buffer.
Definition RingBufferMT.h:33
This concrete class implements a non-busy-wait blocking Transmit/Receive Stream UART driver with a SO...
Definition StreamDriver.h:49
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20