Type Alias rp2040_pac::spi0::sspcr1::MS_W

source ·
pub type MS_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field MS writer - Master or slave mode select. This bit can be modified only when the PrimeCell SSP is disabled, SSE=0: 0 Device configured as master, default. 1 Device configured as slave.

Aliased Type§

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