esp-rs / esp-pacs

Peripheral Access Crates for Espressif SoCs and modules
Apache License 2.0
103 stars 29 forks source link

Split `COMMAND` register for `I2C` #261

Closed playfulFence closed 1 month ago

playfulFence commented 1 month ago

Satisfying the https://github.com/esp-rs/esp-hal/issues/1751

Dominaezzz commented 1 month ago

The -ulp and -lp pacs have this register too btw

playfulFence commented 1 month ago

The -ulp and -lp pacs have this register too btw

And honestly, tried to do it, but the way the LP I2C peripherals were previously patched makes me personally some problems with making these changes for them. If we ever need to do this at some point - I'll get back to it, no problem.