[][src]Struct cc13x2_cc26x2_hal::ssi0::sr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn bsy(&mut self) -> _BSYW[src]

Bit 4 - 4:4] Serial interface busy: 0: SSI is idle 1: SSI is currently transmitting and/or receiving a frame or the transmit FIFO is not empty.

pub fn rff(&mut self) -> _RFFW[src]

Bit 3 - 3:3] Receive FIFO full: 0: Receive FIFO is not full. 1: Receive FIFO is full.

pub fn rne(&mut self) -> _RNEW[src]

Bit 2 - 2:2] Receive FIFO not empty 0: Receive FIFO is empty. 1: Receive FIFO is not empty.

pub fn tnf(&mut self) -> _TNFW[src]

Bit 1 - 1:1] Transmit FIFO not full: 0: Transmit FIFO is full. 1: Transmit FIFO is not full.

pub fn tfe(&mut self) -> _TFEW[src]

Bit 0 - 0:0] Transmit FIFO empty: 0: Transmit FIFO is not empty. 1: Transmit FIFO is empty.

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self