Sound Byte Libs 1ee2ca6
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
Classes | Namespaces
handle.hpp File Reference

UART handle type for hardware abstraction. More...

#include <cstdint>
Include dependency graph for handle.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sbl::UartHandle
 UART peripheral handle. More...
 

Namespaces

namespace  sbl
 Root namespace for all Sound Byte Libs functionality.
 

Detailed Description

UART handle type for hardware abstraction.

Canonical definition of UartHandle - the primary way to reference UART peripherals in SBL. Used by drivers, generated hardware configs, and user code.

Definition in file handle.hpp.