Module nrf52832_hal::spim

source ·
Expand description

HAL interface to the SPIM peripheral.

See product specification, chapter 31.

Structs§

  • SPI mode.
  • GPIO pins for SPIM interface
  • Interface to a SPIM instance.

Enums§

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.

Traits§

  • Implemented by all SPIM instances.