Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
sbl::validation::timer_driver_interface_complete< TimerDriver > Struct Template Reference

Combined Timer driver interface check. More...

#include <method_detection.hpp>

Collaboration diagram for sbl::validation::timer_driver_interface_complete< TimerDriver >:

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename TimerDriver>
struct sbl::validation::timer_driver_interface_complete< TimerDriver >

Combined Timer driver interface check.

True if driver implements all required Timer methods.

Definition at line 166 of file method_detection.hpp.

Member Data Documentation

◆ value

template<typename TimerDriver >
constexpr bool sbl::validation::timer_driver_interface_complete< TimerDriver >::value
staticconstexpr
Initial value:
=
has_timer_busy_wait_ms<TimerDriver>::value &&
has_timer_millis<TimerDriver>::value &&
has_timer_micros<TimerDriver>::value

Definition at line 167 of file method_detection.hpp.


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