µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
usart-wrapper.h File Reference

Go to the source code of this file.

Classes

class  os::driver::usart_wrapper
 

Namespaces

namespace  os
 System namespace.
 
namespace  os::driver
 

Typedefs

typedef struct _ARM_DRIVER_USART const ARM_DRIVER_USART
 
typedef void(* ARM_USART_SignalEvent_t) (uint32_t event)
 

Typedef Documentation

◆ ARM_DRIVER_USART

typedef struct _ARM_DRIVER_USART const ARM_DRIVER_USART

Definition at line 33 of file usart-wrapper.h.

◆ ARM_USART_SignalEvent_t

typedef void(* ARM_USART_SignalEvent_t) (uint32_t event)

Definition at line 30 of file usart-wrapper.h.