Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/bosch/bma4xx/
Dbma4xx.c92 static int bma4xx_odr_to_reg(uint32_t microhertz, uint8_t *reg_val) in bma4xx_odr_to_reg() argument
94 if (microhertz == 0) { in bma4xx_odr_to_reg()
100 if (microhertz <= odr_to_reg_map[i]) { in bma4xx_odr_to_reg()