Home
last modified time | relevance | path

Searched refs:gpio_dt_spec (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/Zephyr-Core-3.7.0/drivers/ieee802154/
Dieee802154_rf2xx.h78 struct gpio_dt_spec irq_gpio;
79 struct gpio_dt_spec reset_gpio;
80 struct gpio_dt_spec slptr_gpio;
81 struct gpio_dt_spec dig2_gpio;
82 struct gpio_dt_spec clkm_gpio;
Dieee802154_cc2520.h23 struct gpio_dt_spec vreg_en;
24 struct gpio_dt_spec reset;
25 struct gpio_dt_spec fifo;
26 struct gpio_dt_spec cca;
27 struct gpio_dt_spec sfd;
28 struct gpio_dt_spec fifop;
/Zephyr-Core-3.7.0/drivers/wifi/winc1500/
Dwifi_winc1500_nm_bsp_internal.h38 struct gpio_dt_spec chip_en_gpio;
39 struct gpio_dt_spec irq_gpio;
40 struct gpio_dt_spec reset_gpio;
/Zephyr-Core-3.7.0/boards/96boards/wistrio/
Drf.c12 const struct gpio_dt_spec rf1 = in rf_init()
14 const struct gpio_dt_spec rf2 = in rf_init()
16 const struct gpio_dt_spec rf3 = in rf_init()
/Zephyr-Core-3.7.0/drivers/wifi/infineon/
Dairoc_wifi.h39 struct gpio_dt_spec wifi_reg_on_gpio;
40 struct gpio_dt_spec wifi_host_wake_gpio;
41 struct gpio_dt_spec wifi_dev_wake_gpio;
/Zephyr-Core-3.7.0/tests/drivers/gpio/gpio_hogs/src/
Dmain.c12 const struct gpio_dt_spec output_high_gpio =
14 const struct gpio_dt_spec output_low_gpio =
16 const struct gpio_dt_spec input_gpio =
19 static void assert_gpio_hog_direction(const struct gpio_dt_spec *spec, bool output) in assert_gpio_hog_direction()
57 static void assert_gpio_hog_config(const struct gpio_dt_spec *spec, gpio_flags_t expected) in assert_gpio_hog_config()
/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/
Dapp_gpio.h12 extern const struct gpio_dt_spec button_device[];
13 extern const struct gpio_dt_spec led_device[];
/Zephyr-Core-3.7.0/drivers/input/
Dinput_gpio_kbd_matrix.c23 const struct gpio_dt_spec *row_gpio;
24 const struct gpio_dt_spec *col_gpio;
61 const struct gpio_dt_spec *gpio0 = &cfg->col_gpio[0]; in gpio_kbd_matrix_drive_column()
74 const struct gpio_dt_spec *gpio = &cfg->col_gpio[i]; in gpio_kbd_matrix_drive_column()
98 const struct gpio_dt_spec *gpio0 = &cfg->row_gpio[0]; in gpio_kbd_matrix_read_row()
107 const struct gpio_dt_spec *gpio = &cfg->row_gpio[i]; in gpio_kbd_matrix_read_row()
150 const struct gpio_dt_spec *gpio = &cfg->row_gpio[i]; in gpio_kbd_matrix_set_detect_mode()
162 const struct gpio_dt_spec *gpio, int gpio_count) in gpio_kbd_matrix_is_gpio_coherent()
164 const struct gpio_dt_spec *gpio0 = &gpio[0]; in gpio_kbd_matrix_is_gpio_coherent()
197 const struct gpio_dt_spec *gpio = &cfg->col_gpio[i]; in gpio_kbd_matrix_init()
[all …]
/Zephyr-Core-3.7.0/drivers/led_strip/
Dtlc59731.c57 struct gpio_dt_spec sdi_gpio;
61 static inline int rgb_pulse(const struct gpio_dt_spec *led_dev) in rgb_pulse()
78 static int rgb_write_bit(const struct gpio_dt_spec *led_dev, uint8_t data) in rgb_write_bit()
94 static int rgb_write_data(const struct gpio_dt_spec *led_dev, uint8_t data) in rgb_write_data()
109 const struct gpio_dt_spec *led_gpio = &tlc_conf->sdi_gpio; in tlc59731_led_set_color()
150 const struct gpio_dt_spec *led = &tlc_conf->sdi_gpio; in tlc59731_gpio_init()
/Zephyr-Core-3.7.0/tests/drivers/gpio/gpio_enable_disable_interrupt/src/
Dmain.c12 static struct gpio_dt_spec irq_pin =
23 const struct gpio_dt_spec *irq_spec;
61 static void enable_interrupt(const struct gpio_dt_spec *irq_spec) in enable_interrupt()
67 static void disable_interrupt(const struct gpio_dt_spec *irq_spec) in disable_interrupt()
73 static void trigger_callback(const struct gpio_dt_spec *irq_spec) in trigger_callback()
/Zephyr-Core-3.7.0/drivers/usb_c/vbus/
Dusbc_vbus_adc_priv.h20 const struct gpio_dt_spec power_gpios;
21 const struct gpio_dt_spec discharge_gpios;
/Zephyr-Core-3.7.0/drivers/led/
Dled_gpio.c24 const struct gpio_dt_spec *led;
31 const struct gpio_dt_spec *led_gpio; in led_gpio_set_brightness()
63 const struct gpio_dt_spec *led = &config->led[i]; in led_gpio_init()
88 static const struct gpio_dt_spec gpio_dt_spec_##i[] = { \
/Zephyr-Core-3.7.0/drivers/sensor/st/lis2dux12/
Dlis2dux12.h42 const struct gpio_dt_spec int1_gpio;
43 const struct gpio_dt_spec int2_gpio;
62 struct gpio_dt_spec *drdy_gpio;
/Zephyr-Core-3.7.0/drivers/lora/
Dsx126x_common.h41 struct gpio_dt_spec antenna_enable;
44 struct gpio_dt_spec tx_enable;
47 struct gpio_dt_spec rx_enable;
Dsx126x_standalone.c16 static const struct gpio_dt_spec sx126x_gpio_reset = GPIO_DT_SPEC_INST_GET(
18 static const struct gpio_dt_spec sx126x_gpio_busy = GPIO_DT_SPEC_INST_GET(
20 static const struct gpio_dt_spec sx126x_gpio_dio1 = GPIO_DT_SPEC_INST_GET(
/Zephyr-Core-3.7.0/drivers/sensor/st/lis2de12/
Dlis2de12.h49 const struct gpio_dt_spec int1_gpio;
50 const struct gpio_dt_spec int2_gpio;
71 struct gpio_dt_spec *drdy_gpio;
/Zephyr-Core-3.7.0/modules/openthread/platform/
Ddiag.c126 static const struct gpio_dt_spec gpio_spec[] = {
130 static otError gpio_get_spec(uint32_t gpio_idx, const struct gpio_dt_spec **spec) in gpio_get_spec()
158 const struct gpio_dt_spec *spec; in otPlatDiagGpioSet()
182 const struct gpio_dt_spec *spec; in otPlatDiagGpioGet()
213 const struct gpio_dt_spec *spec; in otPlatDiagGpioSetMode()
246 const struct gpio_dt_spec *spec; in otPlatDiagGpioGetMode()
/Zephyr-Core-3.7.0/drivers/sensor/st/lis2du12/
Dlis2du12.h52 const struct gpio_dt_spec int1_gpio;
53 const struct gpio_dt_spec int2_gpio;
74 struct gpio_dt_spec *drdy_gpio;
/Zephyr-Core-3.7.0/boards/arduino/nano_33_ble/
Dboard.c14 static const struct gpio_dt_spec pull_up = in board_init()
16 static const struct gpio_dt_spec user_led = in board_init()
/Zephyr-Core-3.7.0/soc/atmel/sam0/common/
Dsoc_samr3x_radio_off.c14 const struct gpio_dt_spec reset = GPIO_DT_SPEC_GET(DT_NODELABEL(lora), reset_gpios); in radio_off_setup()
15 const struct gpio_dt_spec cs = GPIO_DT_SPEC_GET(DT_NODELABEL(sercom4), cs_gpios); in radio_off_setup()
/Zephyr-Core-3.7.0/drivers/sensor/ams/ccs811/
Dccs811.h79 struct gpio_dt_spec irq_gpio;
80 struct gpio_dt_spec reset_gpio;
81 struct gpio_dt_spec wake_gpio;
/Zephyr-Core-3.7.0/boards/particle/xenon/
Dboard.c16 struct gpio_dt_spec ufl_gpio = SKY_UFLn_GPIO_SPEC; in external_antenna()
17 struct gpio_dt_spec pcb_gpio = SKY_PCBn_GPIO_SPEC; in external_antenna()
/Zephyr-Core-3.7.0/boards/particle/argon/
Dboard.c16 struct gpio_dt_spec ufl_gpio = SKY_UFLn_GPIO_SPEC; in external_antenna()
17 struct gpio_dt_spec pcb_gpio = SKY_PCBn_GPIO_SPEC; in external_antenna()
/Zephyr-Core-3.7.0/samples/boards/stm32/power_mgmt/wkup_pins/src/
Dmain.c22 static const struct gpio_dt_spec button = GPIO_DT_SPEC_GET(WKUP_SRC_NODE, gpios);
24 static const struct gpio_dt_spec led = GPIO_DT_SPEC_GET(DT_ALIAS(led0), gpios);
/Zephyr-Core-3.7.0/samples/subsys/usb_c/source/src/
Dpower_ctrl.c37 static const struct gpio_dt_spec source_en = GPIO_DT_SPEC_GET(PORT1_SOURCE_EN_NODE, gpios);
38 static const struct gpio_dt_spec dcdc_en = GPIO_DT_SPEC_GET(PORT1_DCDC_EN_NODE, gpios);
40 static const struct gpio_dt_spec vconn1_en = GPIO_DT_SPEC_GET(PORT1_VCONN1_EN_NODE, gpios);
41 static const struct gpio_dt_spec vconn2_en = GPIO_DT_SPEC_GET(PORT1_VCONN2_EN_NODE, gpios);

12345678910>>...16