Module esp32s3::i2c0::clk_conf

source ·
Expand description

I2C CLK configuration register

Structs

I2C CLK configuration register
Register CLK_CONF reader
Register CLK_CONF writer

Type Definitions

Field SCLK_ACTIVE reader - The clock switch for i2c module
Field SCLK_ACTIVE writer - The clock switch for i2c module
Field SCLK_DIV_A reader - the numerator of the fractional part of the fractional divisor for i2c module
Field SCLK_DIV_A writer - the numerator of the fractional part of the fractional divisor for i2c module
Field SCLK_DIV_B reader - the denominator of the fractional part of the fractional divisor for i2c module
Field SCLK_DIV_B writer - the denominator of the fractional part of the fractional divisor for i2c module
Field SCLK_DIV_NUM reader - the integral part of the fractional divisor for i2c module
Field SCLK_DIV_NUM writer - the integral part of the fractional divisor for i2c module
Field SCLK_SEL reader - The clock selection for i2c module:0-XTAL;1-CLK_8MHz.
Field SCLK_SEL writer - The clock selection for i2c module:0-XTAL;1-CLK_8MHz.