pub type WidthW<'a, REG> = FieldWriter<'a, REG, 3, Widthselect>;
Expand description
Field WIDTH
writer - Instruction Code, Address, Option Code and Data Width
Aliased Type§
struct WidthW<'a, REG> { /* private fields */ }
Implementations§
Source§impl<'a, REG> WidthW<'a, REG>
impl<'a, REG> WidthW<'a, REG>
Sourcepub fn single_bit_spi(self) -> &'a mut W<REG>
pub fn single_bit_spi(self) -> &'a mut W<REG>
Instruction: Single-bit SPI / Address-Option: Single-bit SPI / Data: Single-bit SPI
Sourcepub fn dual_output(self) -> &'a mut W<REG>
pub fn dual_output(self) -> &'a mut W<REG>
Instruction: Single-bit SPI / Address-Option: Single-bit SPI / Data: Dual SPI
Sourcepub fn quad_output(self) -> &'a mut W<REG>
pub fn quad_output(self) -> &'a mut W<REG>
Instruction: Single-bit SPI / Address-Option: Single-bit SPI / Data: Quad SPI
Sourcepub fn dual_io(self) -> &'a mut W<REG>
pub fn dual_io(self) -> &'a mut W<REG>
Instruction: Single-bit SPI / Address-Option: Dual SPI / Data: Dual SPI
Sourcepub fn quad_io(self) -> &'a mut W<REG>
pub fn quad_io(self) -> &'a mut W<REG>
Instruction: Single-bit SPI / Address-Option: Quad SPI / Data: Quad SPI