Module pn532::spi[][src]

Expand description

SPI interfaces

Note:

The SPI peripheral must be in MODE_0

The SPI peripheral should be in lsb mode. If your peripheral cannot be set to lsb mode you need to enable the msb-spi feature of this crate.

Structs

SPI Interface without IRQ pin

SPI Interface with IRQ pin

Constants

To be used in Interface::read implementations

To be used in Interface::write implementations

To be used in Interface::wait_ready implementations

To be used in Interface::wait_ready implementations