pub struct R(_);
Expand description
Register OUTFIFO_STATUS_CH1
reader
Implementations
sourceimpl R
impl R
sourcepub fn outfifo_full_ch1(&self) -> OUTFIFO_FULL_CH1_R
pub fn outfifo_full_ch1(&self) -> OUTFIFO_FULL_CH1_R
Bit 0 - L1 Tx FIFO full signal for Tx channel 1.
sourcepub fn outfifo_empty_ch1(&self) -> OUTFIFO_EMPTY_CH1_R
pub fn outfifo_empty_ch1(&self) -> OUTFIFO_EMPTY_CH1_R
Bit 1 - L1 Tx FIFO empty signal for Tx channel 1.
sourcepub fn outfifo_cnt_ch1(&self) -> OUTFIFO_CNT_CH1_R
pub fn outfifo_cnt_ch1(&self) -> OUTFIFO_CNT_CH1_R
Bits 2:7 - The register stores the byte number of the data in L1 Tx FIFO for Tx channel 1.
sourcepub fn out_remain_under_1b_ch1(&self) -> OUT_REMAIN_UNDER_1B_CH1_R
pub fn out_remain_under_1b_ch1(&self) -> OUT_REMAIN_UNDER_1B_CH1_R
Bit 23 - reserved
sourcepub fn out_remain_under_2b_ch1(&self) -> OUT_REMAIN_UNDER_2B_CH1_R
pub fn out_remain_under_2b_ch1(&self) -> OUT_REMAIN_UNDER_2B_CH1_R
Bit 24 - reserved
sourcepub fn out_remain_under_3b_ch1(&self) -> OUT_REMAIN_UNDER_3B_CH1_R
pub fn out_remain_under_3b_ch1(&self) -> OUT_REMAIN_UNDER_3B_CH1_R
Bit 25 - reserved
sourcepub fn out_remain_under_4b_ch1(&self) -> OUT_REMAIN_UNDER_4B_CH1_R
pub fn out_remain_under_4b_ch1(&self) -> OUT_REMAIN_UNDER_4B_CH1_R
Bit 26 - reserved
Methods from Deref<Target = R<OUTFIFO_STATUS_CH1_SPEC>>
Trait Implementations
sourceimpl From<R<OUTFIFO_STATUS_CH1_SPEC>> for R
impl From<R<OUTFIFO_STATUS_CH1_SPEC>> for R
sourcefn from(reader: R<OUTFIFO_STATUS_CH1_SPEC>) -> Self
fn from(reader: R<OUTFIFO_STATUS_CH1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more