rp2040_pac::spi0::sspdr

Type Alias DATA_W

Source
pub type DATA_W<'a, REG> = FieldWriter<'a, REG, 16, u16>;
Expand description

Field DATA writer - Transmit/Receive FIFO: Read Receive FIFO. Write Transmit FIFO. You must right-justify data when the PrimeCell SSP is programmed for a data size that is less than 16 bits. Unused bits at the top are ignored by transmit logic. The receive logic automatically right-justifies.

Aliased Typeยง

struct DATA_W<'a, REG> { /* private fields */ }