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 */ }