Type Alias SpiCtrlReg1

Source
pub type SpiCtrlReg1 = RegValueT<SpiCtrlReg1_SPEC>;

Aliased Type§

struct SpiCtrlReg1 { /* private fields */ }

Implementations§

Source§

impl SpiCtrlReg1

Source

pub fn spi_9bit_val(self) -> RegisterFieldBool<4, 1, 0, SpiCtrlReg1_SPEC, RW>

Source

pub fn spi_busy(self) -> RegisterFieldBool<3, 1, 0, SpiCtrlReg1_SPEC, R>

Source

pub fn spi_priority(self) -> RegisterFieldBool<2, 1, 0, SpiCtrlReg1_SPEC, RW>

Source

pub fn spi_fifo_mode( self, ) -> RegisterField<0, 0x3, 1, 0, u8, u8, SpiCtrlReg1_SPEC, RW>

Trait Implementations§

Source§

impl Default for SpiCtrlReg1

Source§

fn default() -> SpiCtrlReg1

Returns the “default value” for a type. Read more