Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/st/ism330dhcx/
Dism330dhcx_i2c.c26 const struct ism330dhcx_config *cfg = dev->config; in ism330dhcx_i2c_read()
34 const struct ism330dhcx_config *cfg = dev->config; in ism330dhcx_i2c_write()
42 const struct ism330dhcx_config *cfg = dev->config; in ism330dhcx_i2c_init()
Dism330dhcx_trigger.c28 const struct ism330dhcx_config *cfg = dev->config; in ism330dhcx_enable_t_int()
57 const struct ism330dhcx_config *cfg = dev->config; in ism330dhcx_enable_xl_int()
93 const struct ism330dhcx_config *cfg = dev->config; in ism330dhcx_enable_g_int()
131 const struct ism330dhcx_config *cfg = dev->config; in ism330dhcx_trigger_set()
176 const struct ism330dhcx_config *cfg = dev->config; in ism330dhcx_handle_interrupt()
216 const struct ism330dhcx_config *cfg = ism330dhcx->dev->config; in ism330dhcx_gpio_callback()
257 const struct ism330dhcx_config *cfg = dev->config; in ism330dhcx_init_interrupt()
Dism330dhcx_spi.c26 const struct ism330dhcx_config *cfg = dev->config; in ism330dhcx_spi_read()
66 const struct ism330dhcx_config *cfg = dev->config; in ism330dhcx_spi_write()
98 const struct ism330dhcx_config *cfg = dev->config; in ism330dhcx_spi_init()
Dism330dhcx.h33 struct ism330dhcx_config { struct
Dism330dhcx.c691 const struct ism330dhcx_config * const cfg = dev->config; in ism330dhcx_init_chip()
757 const struct ism330dhcx_config * const config = dev->config; in ism330dhcx_init()
788 static const struct ism330dhcx_config ism330dhcx_config_##inst = { \
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/sensorhub/src/
Dmain.c82 static void ism330dhcx_config(const struct device *ism330dhcx) in ism330dhcx_config() function
173 ism330dhcx_config(ism330dhcx); in main()
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/standard/src/
Dmain.c108 static void ism330dhcx_config(const struct device *ism330dhcx) in ism330dhcx_config() function
190 ism330dhcx_config(ism330dhcx); in main()
/Zephyr-latest/samples/boards/st/steval_stwinbx1/sensors/src/
Dmain.c188 static void ism330dhcx_config(const struct device *ism330dhcx) in ism330dhcx_config() function
342 ism330dhcx_config(ism330dhcx); in main()