ENC424J600/src
Harry Ho fbcc3778d2 spi: Always delay for NSS setup time
* Fixes the lack of setup time delay of an fixed-byte command that immediately follows an N-byte command.
* Extra 50ns will be inserted in-between fixed-byte commands but should be acceptable.
2021-06-23 12:49:21 +08:00
..
lib.rs spi: Replace delay_ns func pointer with delay on cortex-m 2021-06-03 15:03:43 +08:00
nal.rs nal: Remove delay_ns func pointer 2021-06-04 13:21:02 +08:00
rx.rs spi: Fix Rx/Tx buffer logic & simplify 2021-04-30 17:30:25 +08:00
smoltcp_phy.rs Rename functions & classes for clarity 2021-04-29 17:07:28 +08:00
spi.rs spi: Always delay for NSS setup time 2021-06-23 12:49:21 +08:00
tx.rs spi: Fix Rx/Tx buffer logic & simplify 2021-04-30 17:30:25 +08:00