[][src]Type Definition lpc54606_pac::spi0::fiford::R

type R = R<u32, FIFORD>;

Reader of register FIFORD

Methods

impl R[src]

pub fn rxdata(&self) -> RXDATA_R[src]

Bits 0:15 - Received data from the FIFO.

pub fn rxssel0_n(&self) -> RXSSEL0_N_R[src]

Bit 16 - Slave Select for receive. This field allows the state of the SSEL0 pin to be saved along with received data. The value will reflect the SSEL0 pin for both master and slave operation. A zero indicates that a slave select is active. The actual polarity of each slave select pin is configured by the related SPOL bit in CFG.

pub fn rxssel1_n(&self) -> RXSSEL1_N_R[src]

Bit 17 - Slave Select for receive. This field allows the state of the SSEL1 pin to be saved along with received data. The value will reflect the SSEL1 pin for both master and slave operation. A zero indicates that a slave select is active. The actual polarity of each slave select pin is configured by the related SPOL bit in CFG.

pub fn rxssel2_n(&self) -> RXSSEL2_N_R[src]

Bit 18 - Slave Select for receive. This field allows the state of the SSEL2 pin to be saved along with received data. The value will reflect the SSEL2 pin for both master and slave operation. A zero indicates that a slave select is active. The actual polarity of each slave select pin is configured by the related SPOL bit in CFG.

pub fn rxssel3_n(&self) -> RXSSEL3_N_R[src]

Bit 19 - Slave Select for receive. This field allows the state of the SSEL3 pin to be saved along with received data. The value will reflect the SSEL3 pin for both master and slave operation. A zero indicates that a slave select is active. The actual polarity of each slave select pin is configured by the related SPOL bit in CFG.

pub fn sot(&self) -> SOT_R[src]

Bit 20 - Start of Transfer flag. This flag will be 1 if this is the first data after the SSELs went from deasserted to asserted (i.e., any previous transfer has ended). This information can be used to identify the first piece of data in cases where the transfer length is greater than 16 bits.