pub struct Parts {
pub acr: ACR,
/* private fields */
}
Expand description
Constrained FLASH peripheral
Fields§
§acr: ACR
Opaque ACR register
Implementations§
Source§impl Parts
impl Parts
pub fn writer( &mut self, sector_sz: SectorSize, flash_sz: FlashSize, ) -> FlashWriter<'_>
Auto Trait Implementations§
impl Freeze for Parts
impl RefUnwindSafe for Parts
impl Send for Parts
impl Sync for Parts
impl Unpin for Parts
impl UnwindSafe for Parts
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