/Zephyr-Core-3.7.0/drivers/ieee802154/ |
D | ieee802154_rf2xx.h | 78 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;
|
D | ieee802154_cc2520.h | 23 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/ |
D | wifi_winc1500_nm_bsp_internal.h | 38 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/ |
D | rf.c | 12 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/ |
D | airoc_wifi.h | 39 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/ |
D | main.c | 12 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/ |
D | app_gpio.h | 12 extern const struct gpio_dt_spec button_device[]; 13 extern const struct gpio_dt_spec led_device[];
|
/Zephyr-Core-3.7.0/drivers/input/ |
D | input_gpio_kbd_matrix.c | 23 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/ |
D | tlc59731.c | 57 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/ |
D | main.c | 12 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/ |
D | usbc_vbus_adc_priv.h | 20 const struct gpio_dt_spec power_gpios; 21 const struct gpio_dt_spec discharge_gpios;
|
/Zephyr-Core-3.7.0/drivers/led/ |
D | led_gpio.c | 24 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/ |
D | lis2dux12.h | 42 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/ |
D | sx126x_common.h | 41 struct gpio_dt_spec antenna_enable; 44 struct gpio_dt_spec tx_enable; 47 struct gpio_dt_spec rx_enable;
|
D | sx126x_standalone.c | 16 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/ |
D | lis2de12.h | 49 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/ |
D | diag.c | 126 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/ |
D | lis2du12.h | 52 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/ |
D | board.c | 14 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/ |
D | soc_samr3x_radio_off.c | 14 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/ |
D | ccs811.h | 79 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/ |
D | board.c | 16 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/ |
D | board.c | 16 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/ |
D | main.c | 22 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/ |
D | power_ctrl.c | 37 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);
|