Module esp_idf_hal::spi::config

source ·
Expand description

SPI configuration

Structs§

Enums§

  • Specifies the order in which the bits of data should be transfered/received
  • Specify the communication mode with the device
  • Clock phase.
  • Clock polarity.

Constants§

  • Helper for CPOL = 0, CPHA = 0.
  • Helper for CPOL = 0, CPHA = 1.
  • Helper for CPOL = 1, CPHA = 0.
  • Helper for CPOL = 1, CPHA = 1.