/Zephyr-Core-3.5.0/samples/basic/button/ |
D | CMakeLists.txt | 5 project(button) project
|
/Zephyr-Core-3.5.0/samples/bluetooth/st_ble_sensor/src/ |
D | button_svc.c | 24 static const struct gpio_dt_spec button = GPIO_DT_SPEC_GET(DT_ALIAS(sw0), gpios); variable
|
/Zephyr-Core-3.5.0/samples/boards/nrf/dynamic_pinctrl/src/ |
D | remap.c | 34 const struct gpio_dt_spec button = GPIO_DT_SPEC_GET_OR(DT_ALIAS(sw0), in remap_pins() local
|
/Zephyr-Core-3.5.0/samples/boards/esp32/light_sleep/src/ |
D | main.c | 27 static const struct gpio_dt_spec button = variable
|
/Zephyr-Core-3.5.0/boards/arm/waveshare_open103z/ |
D | waveshare_open103z.dts | 46 button: button { label
|
/Zephyr-Core-3.5.0/samples/basic/button/src/ |
D | main.c | 24 static const struct gpio_dt_spec button = GPIO_DT_SPEC_GET_OR(SW0_NODE, gpios, variable
|
/Zephyr-Core-3.5.0/samples/boards/mimxrt1060_evk/system_off/src/ |
D | main.c | 31 static const struct gpio_dt_spec button = GPIO_DT_SPEC_GET_OR(SW0_NODE, gpios, { 0 }); variable
|
/Zephyr-Core-3.5.0/samples/bluetooth/encrypted_advertising/central/src/ |
D | main.c | 36 static const struct gpio_dt_spec button = GPIO_DT_SPEC_GET_OR(SW0_NODE, gpios, {0}); variable
|
/Zephyr-Core-3.5.0/samples/bluetooth/encrypted_advertising/peripheral/src/ |
D | main.c | 32 static const struct gpio_dt_spec button = GPIO_DT_SPEC_GET_OR(SW0_NODE, gpios, {0}); variable
|
/Zephyr-Core-3.5.0/samples/boards/stm32/power_mgmt/standby_shutdown/src/ |
D | main.c | 35 static const struct gpio_dt_spec button = variable
|
/Zephyr-Core-3.5.0/samples/bluetooth/mesh/src/ |
D | microbit.c | 16 static const struct gpio_dt_spec button = variable
|
/Zephyr-Core-3.5.0/samples/shields/x_nucleo_53l0a1/src/ |
D | main.c | 121 const struct gpio_dt_spec button = GPIO_DT_SPEC_GET(SW0_NODE, gpios); in main() local
|
/Zephyr-Core-3.5.0/soc/arm/arm/mps2/ |
D | soc_registers.h | 25 volatile uint32_t button; member
|
/Zephyr-Core-3.5.0/samples/bluetooth/mesh_demo/src/ |
D | microbit.c | 229 static int configure_button(const struct gpio_dt_spec *button) in configure_button()
|
/Zephyr-Core-3.5.0/samples/bluetooth/mesh_provisioner/src/ |
D | main.c | 319 static const struct gpio_dt_spec button = GPIO_DT_SPEC_GET_OR(SW0_NODE, gpios, {0}); variable
|