#[repr(C)]
pub struct Registers { pub cs: ReadWrite<u32, Register>, pub fifo: ReadWrite<u32, Register>, pub clk: ReadWrite<u32, Register>, pub dlen: ReadWrite<u32, Register>, pub ltoh: ReadWrite<u32, Register>, pub dc: ReadWrite<u32, Register>, }

Fields

cs: ReadWrite<u32, Register>

SPI master control and status

fifo: ReadWrite<u32, Register>

SPI master TX and RX FIFOs

clk: ReadWrite<u32, Register>

SPI master clock divider

dlen: ReadWrite<u32, Register>

SPI master data length

ltoh: ReadWrite<u32, Register>

SPI LoSSI mode TOH

dc: ReadWrite<u32, Register>

SPI DMA DREQ controls

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.