Struct rp2040_pac::adc::fifo::FIFO_SPEC
source · pub struct FIFO_SPEC;
Trait Implementations§
source§impl Resettable for FIFO_SPEC
impl Resettable for FIFO_SPEC
reset()
method sets FIFO to value 0
source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for FIFO_SPEC
read()
method returns fifo::R
reader structure
Auto Trait Implementations§
impl Freeze for FIFO_SPEC
impl RefUnwindSafe for FIFO_SPEC
impl Send for FIFO_SPEC
impl Sync for FIFO_SPEC
impl Unpin for FIFO_SPEC
impl UnwindSafe for FIFO_SPEC
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