Type Alias rp2040_pac::spi0::sspdr::R

source ·
pub type R = R<SSPDR_SPEC>;
Expand description

Register SSPDR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn data(&self) -> DATA_R

Bits 0:15 - 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.