Type Definition lpc81x_pac::lpc811::spi0::stat::SSA_W

source ·
pub type SSA_W<'a, const O: u8> = BitWriter<'a, u32, STAT_SPEC, bool, O>;
Expand description

Field SSA writer - Slave Select Assert. This flag is set whenever any slave select transitions from deasserted to asserted, in both master and slave modes. This allows determining when the SPI transmit/receive functions become busy, and allows waking up the device from reduced power modes when a slave mode access begins. This flag is cleared by software.