Type Alias stm32_hal2::pac::i2c1::cr1::SBC_W

source ·
pub type SBC_W<'a, const O: u8> = BitWriterRaw<'a, u32, CR1_SPEC, SBC_A, BitM, O>;
Expand description

Field SBC writer - Slave byte control This bit is used to enable hardware byte control in slave mode.

Aliased Type§

struct SBC_W<'a, const O: u8> { /* private fields */ }