pub type TRANS_TYPE_W<'a, REG> = FieldWriter<'a, REG, 2, TRANS_TYPE_A>;
Expand description

Field TRANS_TYPE writer - Address and instruction transfer format

Aliased Type§

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

Implementations§

source§

impl<'a, REG> TRANS_TYPE_W<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

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

Command and address both in standard SPI frame format

source

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

Command in standard SPI format, address in format specified by FRF

source

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

Command and address both in format specified by FRF (e.g. Dual-SPI)