libxr 1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
LibXR::SPI::Configuration Struct Reference

存储 SPI 配置参数的结构体。Structure for storing SPI configuration parameters. More...

#include <spi.hpp>

Data Fields

ClockPolarity clock_polarity
 SPI 时钟极性。SPI clock polarity.
 
ClockPhase clock_phase
 SPI 时钟相位。SPI clock phase.
 

Detailed Description

存储 SPI 配置参数的结构体。Structure for storing SPI configuration parameters.

Definition at line 45 of file spi.hpp.

Field Documentation

◆ clock_phase

ClockPhase LibXR::SPI::Configuration::clock_phase

SPI 时钟相位。SPI clock phase.

Definition at line 48 of file spi.hpp.

◆ clock_polarity

ClockPolarity LibXR::SPI::Configuration::clock_polarity

SPI 时钟极性。SPI clock polarity.

Definition at line 47 of file spi.hpp.


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