Files
Trond F. Christiansen 049d368524 sensor: bmm350: Fix I2C register write to use single transaction
The bmm350_prep_reg_write_rtio_async() function was incorrectly using two
separate SQEs for register writes, creating two distinct I2C transactions:
Before: [START][ADDR+W][REG][RESTART] + [START][ADDR+W][DATA][STOP]

Change to use a single SQE for the entire write:
After: [START][ADDR+W][REG][DATA][STOP]

Signed-off-by: Trond F. Christiansen <trond.christiansen@nordicsemi.no>
2025-12-15 17:09:32 +00:00
..
2025-10-07 22:53:45 -04:00
2025-07-01 10:58:54 -10:00
2025-10-07 22:53:45 -04:00
2025-06-26 10:56:48 -05:00
2025-06-26 10:56:48 -05:00