pub struct FLASH_STrs;Expand description
Flash status register
You can read this register and get flash_st::R. See API.
Trait Implementations§
Source§impl RegisterSpec for FLASH_STrs
impl RegisterSpec for FLASH_STrs
Source§impl Resettable for FLASH_STrs
reset() method sets FLASH_ST to value 0x05
impl Resettable for FLASH_STrs
reset() method sets FLASH_ST to value 0x05
Source§const RESET_VALUE: u32 = 5u32
const RESET_VALUE: u32 = 5u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for FLASH_STrs
read() method returns flash_st::R reader structure
Auto Trait Implementations§
impl Freeze for FLASH_STrs
impl RefUnwindSafe for FLASH_STrs
impl Send for FLASH_STrs
impl Sync for FLASH_STrs
impl Unpin for FLASH_STrs
impl UnwindSafe for FLASH_STrs
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