pub struct SFMSST_SPEC;Expand description
Trait Implementations§
Source§impl Readable for SFMSST_SPEC
read() method returns sfmsst::R reader structure
impl Readable for SFMSST_SPEC
read() method returns sfmsst::R reader structure
Source§impl RegisterSpec for SFMSST_SPEC
impl RegisterSpec for SFMSST_SPEC
Source§impl Resettable for SFMSST_SPEC
reset() method sets SFMSST to value 0x80
impl Resettable for SFMSST_SPEC
reset() method sets SFMSST to value 0x80
Source§const RESET_VALUE: Self::Ux = {transmute(0x00000080): <qspi::sfmsst::SFMSST_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000080): <qspi::sfmsst::SFMSST_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for SFMSST_SPEC
impl RefUnwindSafe for SFMSST_SPEC
impl Send for SFMSST_SPEC
impl Sync for SFMSST_SPEC
impl Unpin for SFMSST_SPEC
impl UnwindSafe for SFMSST_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