embedded-hal icon indicating copy to clipboard operation
embedded-hal copied to clipboard

spi: add settings to embedded-hal-bus SpiDevice impls for CS-to-clock delays.

Open Dirbaio opened this issue 1 year ago • 3 comments
trafficstars

As discussed in today's meeting:

It is better if the CS-assert-to-clock and clock-to-CS-deassert delays are configured in the SpiDevice itself, so that the driver doesn't have to add them to every single transaction, and can use the read/write/write_read convenience methods.

  • add configuration settings to the SpiDevice impls in embedded-hal-bus to do the delays
  • document that drivers are discouraged from using Operation::DelayNs directly for CS-to-clocks delays.

Dirbaio avatar Nov 28 '23 20:11 Dirbaio