Home
last modified time | relevance | path

Searched refs:odr_to_reg_map (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/sensor/bosch/bma4xx/
Dbma4xx.c73 static const uint32_t odr_to_reg_map[] = { variable
99 for (uint8_t i = 0; i < ARRAY_SIZE(odr_to_reg_map); i++) { in bma4xx_odr_to_reg()
100 if (microhertz <= odr_to_reg_map[i]) { in bma4xx_odr_to_reg()