pub struct FLASH_SPEC;
Expand description
Trait Implementations§
Source§impl Readable for FLASH_SPEC
impl Readable for FLASH_SPEC
read()
method returns flash::R reader structure
Source§impl RegisterSpec for FLASH_SPEC
impl RegisterSpec for FLASH_SPEC
Source§impl Resettable for FLASH_SPEC
impl Resettable for FLASH_SPEC
reset()
method sets FLASH to value 0xffff_ffff
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for FLASH_SPEC
impl RefUnwindSafe for FLASH_SPEC
impl Send for FLASH_SPEC
impl Sync for FLASH_SPEC
impl Unpin for FLASH_SPEC
impl UnwindSafe for FLASH_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