pub struct KEYR;Expand description
Opaque KEYR register
Implementations§
Source§impl KEYR
impl KEYR
Sourcepub fn unlock_flash<'a>(
&'a mut self,
sr: &'a mut SR,
cr: &'a mut CR,
) -> Result<FlashProgramming<'a>, Error>
pub fn unlock_flash<'a>( &'a mut self, sr: &'a mut SR, cr: &'a mut CR, ) -> Result<FlashProgramming<'a>, Error>
Unlock the flash registers via KEYR to access the flash programming
Auto Trait Implementations§
impl Freeze for KEYR
impl RefUnwindSafe for KEYR
impl Send for KEYR
impl Sync for KEYR
impl Unpin for KEYR
impl UnwindSafe for KEYR
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