[][src]Type Definition atsame70n20b::spi0::spi_sr::R

type R = R<u32, SPI_SR>;

Reader of register SPI_SR

Implementations

impl R[src]

pub fn rdrf(&self) -> RDRF_R[src]

Bit 0 - Receive Data Register Full (cleared by reading SPI_RDR)

pub fn tdre(&self) -> TDRE_R[src]

Bit 1 - Transmit Data Register Empty (cleared by writing SPI_TDR)

pub fn modf(&self) -> MODF_R[src]

Bit 2 - Mode Fault Error (cleared on read)

pub fn ovres(&self) -> OVRES_R[src]

Bit 3 - Overrun Error Status (cleared on read)

pub fn nssr(&self) -> NSSR_R[src]

Bit 8 - NSS Rising (cleared on read)

pub fn txempty(&self) -> TXEMPTY_R[src]

Bit 9 - Transmission Registers Empty (cleared by writing SPI_TDR)

pub fn undes(&self) -> UNDES_R[src]

Bit 10 - Underrun Error Status (Slave mode only) (cleared on read)

pub fn spiens(&self) -> SPIENS_R[src]

Bit 16 - SPI Enable Status