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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn bsy(&self) -> BSYR[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(&self) -> RFFR[src]

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

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

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

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

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

pub fn tfe(&self) -> TFER[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 R

impl Sync for R

Blanket Implementations

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> From for T[src]

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