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