Type Alias stm32_hal2::pac::i2c1::timingr::SCLDEL_R

source ·
pub type SCLDEL_R = FieldReaderRaw<u8, u8>;
Expand description

Field SCLDEL reader - 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_R { /* private fields */ }