Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/bosch/bmp581/
Dbmp581.c30 static int get_osr_odr_press_config(struct bmp581_osr_odr_press_config *osr_odr_press_cfg,
231 static int get_osr_odr_press_config(struct bmp581_osr_odr_press_config *osr_odr_press_cfg, in get_osr_odr_press_config() argument
242 CHECKIF(osr_odr_press_cfg == NULL || dev == NULL) { in get_osr_odr_press_config()
250 osr_odr_press_cfg->osr_t = BMP5_GET_BITS_POS_0(reg_data[0], BMP5_TEMP_OS); in get_osr_odr_press_config()
251 osr_odr_press_cfg->osr_p = BMP5_GET_BITSLICE(reg_data[0], BMP5_PRESS_OS); in get_osr_odr_press_config()
252 osr_odr_press_cfg->press_en = BMP5_GET_BITSLICE(reg_data[0], BMP5_PRESS_EN); in get_osr_odr_press_config()
253 osr_odr_press_cfg->odr = BMP5_GET_BITSLICE(reg_data[1], BMP5_ODR); in get_osr_odr_press_config()