Type Definition lpc81x_pac::lpc812::spi0::cfg::MASTER_W

source ·
pub type MASTER_W<'a, const O: u8> = BitWriter<'a, u32, CFG_SPEC, MASTER_A, O>;
Expand description

Field MASTER writer - Master mode select.

Implementations§

Slave mode. The SPI will operate in slave mode. SCK, MOSI, and the SSEL signals are inputs, MISO is an output.

Master mode. The SPI will operate in master mode. SCK, MOSI, and the SSEL signals are outputs, MISO is an input.