|
OpenMPTL - STM32 (common)
C++ Microprocessor Template Library
|
#include <spi.hpp>
Public Types | |
| using | msb_first = regval< typename SPIx::CR1::LSBFIRST, 0 > |
| using | lsb_first = regval< typename SPIx::CR1::LSBFIRST, 1 > |
| using mptl::spi_stm32_common< _spi_no, system_clock_type >::frame_format::lsb_first = regval< typename SPIx::CR1::LSBFIRST, 1 > |
| using mptl::spi_stm32_common< _spi_no, system_clock_type >::frame_format::msb_first = regval< typename SPIx::CR1::LSBFIRST, 0 > |
1.8.13