Searched defs:icm42688_dev_data (Results 1 – 1 of 1) sorted by relevance
321 struct icm42688_dev_data { struct322 struct icm42688_cfg cfg;326 struct k_thread thread;327 struct k_sem gpio_sem;329 struct k_work work;332 struct rtio_iodev_sqe *streaming_sqe;333 struct rtio *r;334 struct rtio_iodev *spi_iodev;335 uint8_t int_status;336 uint16_t fifo_count;[all …]