zephyr icon indicating copy to clipboard operation
zephyr copied to clipboard

sensors: ICM42688 read/writes chain callbacks

Open teburd opened this issue 7 months ago • 1 comments

RTIO expects the CHAINED flag to be set when ordering of operations is important. The callbacks in the icm42688 stream handling were not chained into, meaning the callbacks would have occured immediately rather than after the SPI reads/writes.

Update all the spi transactions to chain into the desired callbacks in the driver.

Fixes #72742

teburd avatar Jun 26 '24 18:06 teburd