OpenMPTL - STM32 (common)
C++ Microprocessor Template Library
Public Types | List of all members
mptl::spi_stm32_common< _spi_no, system_clock_type >::frame_format Struct Reference

#include <spi.hpp>

Public Types

using msb_first = regval< typename SPIx::CR1::LSBFIRST, 0 >
 
using lsb_first = regval< typename SPIx::CR1::LSBFIRST, 1 >
 

Member Typedef Documentation

◆ lsb_first

template<unsigned _spi_no, typename system_clock_type >
using mptl::spi_stm32_common< _spi_no, system_clock_type >::frame_format::lsb_first = regval< typename SPIx::CR1::LSBFIRST, 1 >

◆ msb_first

template<unsigned _spi_no, typename system_clock_type >
using mptl::spi_stm32_common< _spi_no, system_clock_type >::frame_format::msb_first = regval< typename SPIx::CR1::LSBFIRST, 0 >

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