Struct nrf52840_pac::qspi::read::READ
source · #[repr(C)]pub struct READ {
pub src: SRC,
pub dst: DST,
pub cnt: CNT,
}
Expand description
Register block
Fields§
§src: SRC
0x00 - Flash memory source address
dst: DST
0x04 - RAM destination address
cnt: CNT
0x08 - 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