template to catch a proper SPI interface type
More...
#include <spi.h>
template<typename _Tp>
struct utl::spi_i_details::is_spi_< _Tp, meta::void_t< meta::use_if_same_t< try_cclock_t< _Tp >, uint32_t >, meta::use_if_same_t< try_clock_t< _Tp >, void >, meta::use_if_same_t< try_tx_t< _Tp >, byte_t >, meta::use_if_same_t< try_rx_t< _Tp >, byte_t > > >
template to catch a proper SPI interface type
Definition at line 309 of file spi.h.
The documentation for this struct was generated from the following file: