Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ti/fdc2x1x/
Dfdc2x1x.c466 gpio_pin_set_dt(&cfg->sd_gpio, enable); in fdc2x1x_set_shutdown()
519 if (cfg->sd_gpio.port->name) { in fdc2x1x_device_pm_action()
889 if (!gpio_is_ready_dt(&cfg->sd_gpio)) { in fdc2x1x_init_sd_pin()
890 LOG_ERR("%s: sd_gpio device not ready", cfg->sd_gpio.port->name); in fdc2x1x_init_sd_pin()
894 gpio_pin_configure_dt(&cfg->sd_gpio, GPIO_OUTPUT_INACTIVE); in fdc2x1x_init_sd_pin()
923 if (cfg->sd_gpio.port->name) { in fdc2x1x_init()
961 .sd_gpio = GPIO_DT_SPEC_INST_GET(n, sd_gpios), \
Dfdc2x1x.h185 struct gpio_dt_spec sd_gpio; member