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