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::GpioDriverRequirements< GpioDriver > Class Template Reference

GPIO driver requirements validator. More...

#include <gpio_requirements.hpp>

Collaboration diagram for sbl::validation::GpioDriverRequirements< GpioDriver >:

Static Public Member Functions

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

Detailed Description

template<typename GpioDriver>
class sbl::validation::GpioDriverRequirements< GpioDriver >

GPIO driver requirements validator.

Validates that GPIO drivers provide all required handle-first methods.

Definition at line 44 of file gpio_requirements.hpp.

Member Function Documentation

◆ validate()

template<typename GpioDriver >
static constexpr bool sbl::validation::GpioDriverRequirements< GpioDriver >::validate ( )
inlinestaticconstexpr

Validate all required GPIO methods.

Definition at line 49 of file gpio_requirements.hpp.


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