Module kernel::hil::spi::cs

source ·
Expand description

Utility types for modeling chip select pins in a SpiMaster implementation.

Structs§

Enums§

  • Marks a peripheral as requiring or controller as supporting active high chip select pins.
  • Marks a peripheral as requiring or controller as supporting active low chip select pins.
  • Represents the Polarity of a chip-select pin (i.e. whether high or low indicates the peripheral is active).

Traits§