Type Alias rp2040_pac::spi0::sspcr1::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 */ }