pub struct W { /* private fields */ }Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn flash_fcris_aris(&mut self) -> _FLASH_FCRIS_ARISW<'_>
pub fn flash_fcris_aris(&mut self) -> _FLASH_FCRIS_ARISW<'_>
Bit 0 - Access Raw Interrupt Status
Sourcepub fn flash_fcris_pris(&mut self) -> _FLASH_FCRIS_PRISW<'_>
pub fn flash_fcris_pris(&mut self) -> _FLASH_FCRIS_PRISW<'_>
Bit 1 - Programming Raw Interrupt Status
Sourcepub fn flash_fcris_eris(&mut self) -> _FLASH_FCRIS_ERISW<'_>
pub fn flash_fcris_eris(&mut self) -> _FLASH_FCRIS_ERISW<'_>
Bit 2 - EEPROM Raw Interrupt Status
Sourcepub fn flash_fcris_voltris(&mut self) -> _FLASH_FCRIS_VOLTRISW<'_>
pub fn flash_fcris_voltris(&mut self) -> _FLASH_FCRIS_VOLTRISW<'_>
Bit 9 - Pump Voltage Raw Interrupt Status
Sourcepub fn flash_fcris_invdris(&mut self) -> _FLASH_FCRIS_INVDRISW<'_>
pub fn flash_fcris_invdris(&mut self) -> _FLASH_FCRIS_INVDRISW<'_>
Bit 10 - Invalid Data Raw Interrupt Status
Sourcepub fn flash_fcris_erris(&mut self) -> _FLASH_FCRIS_ERRISW<'_>
pub fn flash_fcris_erris(&mut self) -> _FLASH_FCRIS_ERRISW<'_>
Bit 11 - Erase Verify Error Raw Interrupt Status
Sourcepub fn flash_fcris_progris(&mut self) -> _FLASH_FCRIS_PROGRISW<'_>
pub fn flash_fcris_progris(&mut self) -> _FLASH_FCRIS_PROGRISW<'_>
Bit 13 - Program Verify Error Raw Interrupt Status
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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