Sound Byte Libs 1ee2ca6
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
sbl::validation::UartDriverRequirements< UartDriver > Class Template Reference

UART driver requirements validator. More...

#include <uart_requirements.hpp>

Collaboration diagram for sbl::validation::UartDriverRequirements< UartDriver >:

Static Public Member Functions

static constexpr bool validate ()
 Validate all required UART methods.
 

Detailed Description

template<typename UartDriver>
class sbl::validation::UartDriverRequirements< UartDriver >

UART driver requirements validator.

Validates that UART drivers provide all required methods.

Definition at line 43 of file uart_requirements.hpp.

Member Function Documentation

◆ validate()

template<typename UartDriver >
static constexpr bool sbl::validation::UartDriverRequirements< UartDriver >::validate ( )
inlinestaticconstexpr

Validate all required UART methods.

Definition at line 48 of file uart_requirements.hpp.


The documentation for this class was generated from the following file: