I initialize the sensor like this:uint8_t rst;
dev_ctx.write_reg = platform_write;
dev_ctx.read_reg = platform_read;
dev_ctx.handle = &SENSOR_BUS;
static uint8_t whoamI;
/* Wait sensor boot time */
platform_delay(1000);
/* Check device ID */
lsm6dsr_...