Searched refs:xshut (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/boards/shields/x_nucleo_53l0a1/ |
D | x_nucleo_53l0a1.overlay | 26 xshut-gpios = <&expander1_x_nucleo_53l0a1 15 GPIO_ACTIVE_LOW>; 33 xshut-gpios = <&expander2_x_nucleo_53l0a1 14 GPIO_ACTIVE_LOW>; 38 xshut-gpios = <&expander2_x_nucleo_53l0a1 15 GPIO_ACTIVE_LOW>;
|
/Zephyr-latest/drivers/sensor/st/vl53l0x/ |
D | vl53l0x.c | 53 struct gpio_dt_spec xshut; member 182 if (config->xshut.port) { in vl53l0x_start() 183 r = gpio_pin_configure_dt(&config->xshut, GPIO_OUTPUT_INACTIVE); in vl53l0x_start() 340 if (config->xshut.port == NULL) { in vl53l0x_init() 351 r = gpio_pin_configure_dt(&config->xshut, GPIO_OUTPUT_ACTIVE); in vl53l0x_init() 391 ret = gpio_pin_set_dt(&config->xshut, 1); in vl53l0x_pm_action() 408 .xshut = GPIO_DT_SPEC_INST_GET_OR(inst, xshut_gpios, {}) \
|
D | Kconfig | 29 must have an xshut-gpio property.
|
/Zephyr-latest/drivers/sensor/st/vl53l1x/ |
D | Kconfig | 27 bool "Use xshut pin on VL53L1X time of flight sensor" 30 Enable to use the xshut pin on the VL53L1X. If not, the pin should be
|
D | vl53l1.c | 31 struct gpio_dt_spec xshut; member 131 if (config->xshut.port) { in vl53l1x_initialize() 132 int gpio_ret = gpio_pin_set_dt(&config->xshut, 1); in vl53l1x_initialize() 436 if (config->xshut.port) { in vl53l1x_init() 437 ret = gpio_pin_configure_dt(&config->xshut, GPIO_OUTPUT); in vl53l1x_init() 468 .xshut = GPIO_DT_SPEC_INST_GET_OR(i, xshut_gpios, { 0 }),)) \
|
/Zephyr-latest/boards/st/stm32wb5mm_dk/ |
D | stm32wb5mm_dk.dts | 188 xshut-gpios = <&gpioc 6 GPIO_ACTIVE_LOW>;
|
/Zephyr-latest/boards/st/b_l4s5i_iot01a/ |
D | b_l4s5i_iot01a.dts | 136 xshut-gpios = <&gpioc 6 GPIO_ACTIVE_LOW>;
|
/Zephyr-latest/boards/arduino/nicla_vision/ |
D | arduino_nicla_vision_stm32h747xx_m7.dts | 115 xshut-gpios = <&gpiog 10 GPIO_ACTIVE_HIGH>;
|
/Zephyr-latest/boards/st/disco_l475_iot1/ |
D | disco_l475_iot1.dts | 170 xshut-gpios = <&gpioc 6 GPIO_ACTIVE_LOW>;
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 428 xshut-gpios = <&test_gpio 0 0>; 664 xshut-gpios = <&test_gpio 0 0>;
|