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