/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/ |
D | app_gpio.c | 39 GPIO_DT_SPEC_GET(LED0_NODE, gpios), 41 GPIO_DT_SPEC_GET(LED1_NODE, gpios), 42 GPIO_DT_SPEC_GET(LED2_NODE, gpios), 43 GPIO_DT_SPEC_GET(LED3_NODE, gpios), 48 GPIO_DT_SPEC_GET(SW0_NODE, gpios), 50 GPIO_DT_SPEC_GET(SW1_NODE, gpios), 51 GPIO_DT_SPEC_GET(SW2_NODE, gpios), 52 GPIO_DT_SPEC_GET(SW3_NODE, gpios),
|
/Zephyr-latest/boards/96boards/wistrio/ |
D | rf.c | 13 GPIO_DT_SPEC_GET(DT_NODELABEL(rf_switch), rf1_gpios); in rf_init() 15 GPIO_DT_SPEC_GET(DT_NODELABEL(rf_switch), rf2_gpios); in rf_init() 17 GPIO_DT_SPEC_GET(DT_NODELABEL(rf_switch), rf3_gpios); in rf_init()
|
/Zephyr-latest/boards/arduino/nano_33_ble/ |
D | board.c | 15 GPIO_DT_SPEC_GET(DT_PATH(zephyr_user), pull_up_gpios); in board_init() 17 GPIO_DT_SPEC_GET(DT_ALIAS(led4), gpios); in board_init()
|
/Zephyr-latest/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-latest/boards/particle/argon/ |
D | board.c | 11 #define SKY_UFLn_GPIO_SPEC GPIO_DT_SPEC_GET(DT_NODELABEL(sky13351), vctl1_gpios) 12 #define SKY_PCBn_GPIO_SPEC GPIO_DT_SPEC_GET(DT_NODELABEL(sky13351), vctl2_gpios)
|
/Zephyr-latest/boards/particle/xenon/ |
D | board.c | 11 #define SKY_UFLn_GPIO_SPEC GPIO_DT_SPEC_GET(DT_NODELABEL(sky13351), vctl1_gpios) 12 #define SKY_PCBn_GPIO_SPEC GPIO_DT_SPEC_GET(DT_NODELABEL(sky13351), vctl2_gpios)
|
/Zephyr-latest/samples/boards/st/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-latest/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);
|
/Zephyr-latest/boards/actinius/common/ |
D | actinius_board_common.c | 25 GPIO_DT_SPEC_GET(SIM_SELECT_NODE, sim_gpios); in actinius_board_set_sim_select() 49 GPIO_DT_SPEC_GET(CHARGER_ENABLE_NODE, gpios); in actinius_board_set_charger_enable()
|
/Zephyr-latest/samples/subsys/modbus/rtu_server/src/ |
D | main.c | 21 GPIO_DT_SPEC_GET(DT_ALIAS(led0), gpios), 22 GPIO_DT_SPEC_GET(DT_ALIAS(led1), gpios), 23 GPIO_DT_SPEC_GET(DT_ALIAS(led2), gpios),
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/ |
D | main.c | 157 { .led_device = GPIO_DT_SPEC_GET(DT_ALIAS(led0), gpios), }, 158 { .led_device = GPIO_DT_SPEC_GET(DT_ALIAS(led1), gpios), }, 159 { .led_device = GPIO_DT_SPEC_GET(DT_ALIAS(led2), gpios), }, 160 { .led_device = GPIO_DT_SPEC_GET(DT_ALIAS(led3), gpios), }, 253 GPIO_DT_SPEC_GET(DT_ALIAS(sw0), gpios), 254 GPIO_DT_SPEC_GET(DT_ALIAS(sw1), gpios), 255 GPIO_DT_SPEC_GET(DT_ALIAS(sw2), gpios), 256 GPIO_DT_SPEC_GET(DT_ALIAS(sw3), gpios),
|
/Zephyr-latest/samples/sensor/qdec/src/ |
D | main.c | 22 GPIO_DT_SPEC_GET(DT_ALIAS(qenca), gpios); 24 GPIO_DT_SPEC_GET(DT_ALIAS(qencb), gpios);
|
/Zephyr-latest/boards/arduino/portenta_h7/ |
D | board.c | 14 const struct gpio_dt_spec led1 = GPIO_DT_SPEC_GET(DT_ALIAS(led1), gpios); in board_init()
|
/Zephyr-latest/boards/blues/swan_r5/ |
D | board.c | 13 GPIO_DT_SPEC_GET(DT_PATH(zephyr_user), dischrg_gpios); in board_swan_init()
|
/Zephyr-latest/boards/silabs/dev_kits/xg24_ek2703a/ |
D | board.c | 19 GPIO_DT_SPEC_GET(DT_NODELABEL(wake_up_trigger), gpios); in board_late_init_hook()
|
/Zephyr-latest/boards/particle/boron/ |
D | board.c | 11 #define ANT_UFLn_GPIO_SPEC GPIO_DT_SPEC_GET(DT_NODELABEL(sky13351), vctl1_gpios)
|
/Zephyr-latest/boards/sparkfun/thing_plus_matter_mgm240p/ |
D | board.c | 21 GPIO_DT_SPEC_GET(DT_NODELABEL(wake_up_trigger), gpios); in sparkfun_thing_plus_mgm240p_init()
|
/Zephyr-latest/boards/silabs/dev_kits/sltb010a/ |
D | board.c | 18 GPIO_DT_SPEC_GET(DT_NODELABEL(wake_up_trigger), gpios); in thunderboard_init()
|
/Zephyr-latest/boards/silabs/dev_kits/xg24_dk2601b/ |
D | board.c | 19 GPIO_DT_SPEC_GET(DT_NODELABEL(wake_up_trigger), gpios); in efr32xg24_dk2601b_init()
|
/Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/ |
D | board.c | 18 GPIO_DT_SPEC_GET(DT_NODELABEL(wake_up_trigger), gpios); in dev_kit_init()
|
/Zephyr-latest/boards/norik/octopus_io_board/ |
D | board.c | 18 const struct gpio_dt_spec simctrl = GPIO_DT_SPEC_GET(DT_PATH(sim_select), sim_gpios); in board_late_init_hook()
|
/Zephyr-latest/boards/norik/octopus_som/ |
D | board.c | 18 const struct gpio_dt_spec simctrl = GPIO_DT_SPEC_GET(DT_PATH(sim_select), sim_gpios); in board_late_init_hook()
|
/Zephyr-latest/samples/basic/blinky/src/ |
D | main.c | 21 static const struct gpio_dt_spec led = GPIO_DT_SPEC_GET(LED0_NODE, gpios);
|
/Zephyr-latest/drivers/stepper/step_dir/ |
D | step_dir_stepper_common.h | 46 .step_pin = GPIO_DT_SPEC_GET(node_id, step_gpios), \ 47 .dir_pin = GPIO_DT_SPEC_GET(node_id, dir_gpios), \
|
/Zephyr-latest/samples/boards/bbc/microbit/line_follower_robot/src/ |
D | main.c | 19 GPIO_DT_SPEC_GET(DT_PATH(zephyr_user), left_gpios); 21 GPIO_DT_SPEC_GET(DT_PATH(zephyr_user), right_gpios);
|