pub struct FIFOCNTrs;Expand description
Bits 23:0 = FIFOCOUNT: Remaining number of words to be written to or read from the FIFO
You can read this register and get fifocnt::R. See API.
See register structure
Trait Implementations§
Source§impl Resettable for FIFOCNTrs
reset() method sets FIFOCNT to value 0
impl Resettable for FIFOCNTrs
reset() method sets FIFOCNT to value 0
Source§const RESET_VALUE: <Self as RegisterSpec>::Ux = <Self::Ux>::ZERO
const RESET_VALUE: <Self as RegisterSpec>::Ux = <Self::Ux>::ZERO
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for FIFOCNTrs
read() method returns fifocnt::R reader structure
Auto Trait Implementations§
impl Freeze for FIFOCNTrs
impl RefUnwindSafe for FIFOCNTrs
impl Send for FIFOCNTrs
impl Sync for FIFOCNTrs
impl Unpin for FIFOCNTrs
impl UnwindSafe for FIFOCNTrs
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more