Type Alias atsamd51p::qspi::ctrlb::MODE_W

source ·
pub type MODE_W<'a, REG, const O: u8> = BitWriter<'a, REG, O, MODESELECT_A>;
Expand description

Field MODE writer - Serial Memory Mode

Aliased Type§

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

Implementations§

source§

impl<'a, REG, const O: u8> MODE_W<'a, REG, O>
where REG: Writable + RegisterSpec,

source

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

SPI operating mode

source

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

Serial Memory operating mode