Searched defs:has_gyro (Results 1 – 2 of 2) sorted by relevance
41 uint8_t has_gyro: 1; /* set if gyro channel has data */ member
368 const bool has_gyro = FIELD_GET(FIFO_HEADER_GYRO, buffer[0]) == 1; in icm42688_fifo_decode() local