Home
last modified time | relevance | path

Searched refs:GPIO_DT_SPEC_GET (Results 1 – 25 of 93) sorted by relevance

1234

/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/
Dapp_gpio.c39 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/
Drf.c13 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/
Dboard.c15 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/
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-latest/boards/particle/argon/
Dboard.c11 #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/
Dboard.c11 #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/
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-latest/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);
/Zephyr-latest/boards/actinius/common/
Dactinius_board_common.c25 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/
Dmain.c21 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/
Dmain.c157 { .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/
Dmain.c22 GPIO_DT_SPEC_GET(DT_ALIAS(qenca), gpios);
24 GPIO_DT_SPEC_GET(DT_ALIAS(qencb), gpios);
/Zephyr-latest/boards/arduino/portenta_h7/
Dboard.c14 const struct gpio_dt_spec led1 = GPIO_DT_SPEC_GET(DT_ALIAS(led1), gpios); in board_init()
/Zephyr-latest/boards/blues/swan_r5/
Dboard.c13 GPIO_DT_SPEC_GET(DT_PATH(zephyr_user), dischrg_gpios); in board_swan_init()
/Zephyr-latest/boards/silabs/dev_kits/xg24_ek2703a/
Dboard.c19 GPIO_DT_SPEC_GET(DT_NODELABEL(wake_up_trigger), gpios); in board_late_init_hook()
/Zephyr-latest/boards/particle/boron/
Dboard.c11 #define ANT_UFLn_GPIO_SPEC GPIO_DT_SPEC_GET(DT_NODELABEL(sky13351), vctl1_gpios)
/Zephyr-latest/boards/sparkfun/thing_plus_matter_mgm240p/
Dboard.c21 GPIO_DT_SPEC_GET(DT_NODELABEL(wake_up_trigger), gpios); in sparkfun_thing_plus_mgm240p_init()
/Zephyr-latest/boards/silabs/dev_kits/sltb010a/
Dboard.c18 GPIO_DT_SPEC_GET(DT_NODELABEL(wake_up_trigger), gpios); in thunderboard_init()
/Zephyr-latest/boards/silabs/dev_kits/xg24_dk2601b/
Dboard.c19 GPIO_DT_SPEC_GET(DT_NODELABEL(wake_up_trigger), gpios); in efr32xg24_dk2601b_init()
/Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/
Dboard.c18 GPIO_DT_SPEC_GET(DT_NODELABEL(wake_up_trigger), gpios); in dev_kit_init()
/Zephyr-latest/boards/norik/octopus_io_board/
Dboard.c18 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/
Dboard.c18 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/
Dmain.c21 static const struct gpio_dt_spec led = GPIO_DT_SPEC_GET(LED0_NODE, gpios);
/Zephyr-latest/drivers/stepper/step_dir/
Dstep_dir_stepper_common.h46 .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/
Dmain.c19 GPIO_DT_SPEC_GET(DT_PATH(zephyr_user), left_gpios);
21 GPIO_DT_SPEC_GET(DT_PATH(zephyr_user), right_gpios);

1234