Home
last modified time | relevance | path

Searched defs:button (Results 1 – 15 of 15) sorted by relevance

/Zephyr-Core-3.5.0/samples/basic/button/
DCMakeLists.txt5 project(button) project
/Zephyr-Core-3.5.0/samples/bluetooth/st_ble_sensor/src/
Dbutton_svc.c24 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/
Dremap.c34 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/
Dmain.c27 static const struct gpio_dt_spec button = variable
/Zephyr-Core-3.5.0/boards/arm/waveshare_open103z/
Dwaveshare_open103z.dts46 button: button { label
/Zephyr-Core-3.5.0/samples/basic/button/src/
Dmain.c24 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/
Dmain.c31 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/
Dmain.c36 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/
Dmain.c32 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/
Dmain.c35 static const struct gpio_dt_spec button = variable
/Zephyr-Core-3.5.0/samples/bluetooth/mesh/src/
Dmicrobit.c16 static const struct gpio_dt_spec button = variable
/Zephyr-Core-3.5.0/samples/shields/x_nucleo_53l0a1/src/
Dmain.c121 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/
Dsoc_registers.h25 volatile uint32_t button; member
/Zephyr-Core-3.5.0/samples/bluetooth/mesh_demo/src/
Dmicrobit.c229 static int configure_button(const struct gpio_dt_spec *button) in configure_button()
/Zephyr-Core-3.5.0/samples/bluetooth/mesh_provisioner/src/
Dmain.c319 static const struct gpio_dt_spec button = GPIO_DT_SPEC_GET_OR(SW0_NODE, gpios, {0}); variable