i2c_slave_config_t::::allow_pd field
If set, the driver will backup/restore the I2C registers before/after entering/exist sleep mode. By this approach, the system can power off I2C's power domain. This can save power, but at the expense of more RAM being consumed
![]()
uint32_t allow_pd: 1;