Struct nrf52840::qspi::ERASE[][src]

#[repr(C)]
pub struct ERASE { pub ptr: PTR, pub len: LEN, }

Register block

Fields

0x00 - Start address of flash block to be erased

0x04 - Size of block to be erased.

Auto Trait Implementations

impl Send for ERASE

impl !Sync for ERASE