Type Alias ModeW

Source
pub type ModeW<'a, REG> = BitWriter<'a, REG, Modeselect>;
Expand description

Field MODE writer - Serial Memory Mode

Aliased Type§

struct ModeW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> ModeW<'a, REG>
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