rp2040_pac::spi0::sspsr

Type Alias BSY_R

Source
pub type BSY_R = BitReader;
Expand description

Field BSY reader - PrimeCell SSP busy flag, RO: 0 SSP is idle. 1 SSP is currently transmitting and/or receiving a frame or the transmit FIFO is not empty.

Aliased Typeยง

struct BSY_R { /* private fields */ }