Type Alias stm32h7xx_hal::pac::quadspi::cr::ABORT_R

source ·
pub type ABORT_R = BitReaderRaw<bool>;
Expand description

Field ABORT reader - Abort request This bit aborts the on-going command sequence. It is automatically reset once the abort is complete. This bit stops the current transfer. In polling mode or memory-mapped mode, this bit also reset the APM bit or the DM bit.

Aliased Type§

struct ABORT_R { /* private fields */ }