[][src]Type Definition rsl10_pac::spi0::spi0_status::W

type W = W<u32, SPI0_STATUS>;

Writer for register SPI0_STATUS

Methods

impl W[src]

pub fn spi0_transmit_status(&mut self) -> SPI0_TRANSMIT_STATUS_W[src]

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

pub fn spi0_receive_status(&mut self) -> SPI0_RECEIVE_STATUS_W[src]

Bit 2 - Indicate that new data has been received

pub fn spi0_overrun_status(&mut self) -> SPI0_OVERRUN_STATUS_W[src]

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

pub fn spi0_underrun_status(&mut self) -> SPI0_UNDERRUN_STATUS_W[src]

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