#[repr(C)]pub struct WRITE {
pub dst: DST,
pub src: SRC,
pub cnt: CNT,
}Expand description
Register block
Fields§
§dst: DST0x00 - Flash destination address
src: SRC0x04 - RAM source address
cnt: CNT0x08 - Write transfer length
Auto Trait Implementations§
impl !Freeze for WRITE
impl !RefUnwindSafe for WRITE
impl Send for WRITE
impl !Sync for WRITE
impl Unpin for WRITE
impl UnwindSafe for WRITE
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