[][src]Type Definition rsl10_pac::spi1::spi1_status::R

type R = R<u32, SPI1_STATUS>;

Reader of register SPI1_STATUS

Methods

impl R[src]

pub fn spi1_transmit_status(&self) -> SPI1_TRANSMIT_STATUS_R[src]

Bit 3 - Indicate that the transmission of the data is completed

pub fn spi1_receive_status(&self) -> SPI1_RECEIVE_STATUS_R[src]

Bit 2 - Indicate that new data has been received

pub fn spi1_overrun_status(&self) -> SPI1_OVERRUN_STATUS_R[src]

Bit 1 - Indicate that an overrun has occurred when receiving data on the SPI interface

pub fn spi1_underrun_status(&self) -> SPI1_UNDERRUN_STATUS_R[src]

Bit 0 - Indicate that an underrun has occurred when transmitting data on the SPI interface