Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/st/stts22h/
Dstts22h.c27 const struct stts22h_config *cfg = dev->config; in stts22h_set_odr_raw()
36 const struct stts22h_config *cfg = dev->config; in stts22h_sample_fetch()
141 const struct stts22h_config *cfg = dev->config; in stts22h_init_chip()
172 const struct stts22h_config *cfg = dev->config; in stts22h_init()
198 static const struct stts22h_config stts22h_config_##inst = { \
Dstts22h_trigger.c30 const struct stts22h_config *config = dev->config; in stts22h_trigger_set()
55 const struct stts22h_config *cfg = dev->config; in stts22h_handle_interrupt()
74 const struct stts22h_config *cfg = stts22h->dev->config; in stts22h_gpio_callback()
115 const struct stts22h_config *cfg = dev->config; in stts22h_init_interrupt()
Dstts22h.h23 struct stts22h_config { struct
/Zephyr-latest/samples/boards/st/sensortile_box_pro/sensors-on-board/src/
Dmain.c214 static void stts22h_config(const struct device *stts22h) in stts22h_config() function
329 stts22h_config(stts22h); in main()
/Zephyr-latest/samples/boards/st/steval_stwinbx1/sensors/src/
Dmain.c80 static void stts22h_config(const struct device *stts22h) in stts22h_config() function
340 stts22h_config(stts22h); in main()