Type Alias stm32_hal2::pac::i2c1::timingr::SCLDEL_W

source ·
pub type SCLDEL_W<'a, const O: u8> = FieldWriterRaw<'a, u32, TIMINGR_SPEC, u8, u8, Safe, 4, O>;
Expand description

Field SCLDEL writer - Data setup time This field is used to generate a delay tSCLDEL between SDA edge and SCL rising edge. In master mode and in slave mode with NOSTRETCH = 0, the SCL line is stretched low during tSCLDEL. tSCLDEL = (SCLDEL+1) x tPRESC Note: tSCLDEL is used to generate tSU:DAT timing.

Aliased Type§

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