rp2040_pac::spi0::sspcr1

Type Alias LBM_W

Source
pub type LBM_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field LBM writer - Loop back mode: 0 Normal serial port operation enabled. 1 Output of transmit serial shifter is connected to input of receive serial shifter internally.

Aliased Typeยง

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