Type Alias atsame70n21b::qspi::mr::SMM_W

source ·
pub type SMM_W<'a, const O: u8> = BitWriter<'a, MR_SPEC, O, SMMSELECT_A>;
Expand description

Field SMM writer - Serial Memory Mode

Aliased Type§

struct SMM_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> SMM_W<'a, O>

source

pub fn spi(self) -> &'a mut W

The QSPI is in SPI mode.

source

pub fn memory(self) -> &'a mut W

The QSPI is in Serial Memory mode.