Home
last modified time | relevance | path

Searched refs:gpio_pin_toggle_dt (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/samples/sensor/qdec/src/
Dmain.c31 gpio_pin_toggle_dt(&phase_a); in qenc_emulate_work_handler()
33 gpio_pin_toggle_dt(&phase_b); in qenc_emulate_work_handler()
/Zephyr-latest/samples/basic/blinky/src/
Dmain.c38 ret = gpio_pin_toggle_dt(&led); in main()
/Zephyr-latest/samples/subsys/debug/debugmon/src/
Dmain.c18 gpio_pin_toggle_dt(&led); in timer_handler()
/Zephyr-latest/drivers/watchdog/
Dwdt_ti_tps382x.c74 return gpio_pin_toggle_dt(&config->wdi_gpio); in ti_tps382x_feed()
/Zephyr-latest/drivers/display/
Dls0xx.c62 gpio_pin_toggle_dt(&config->extcomin_gpio); in ls0xx_vcom_toggle()
64 gpio_pin_toggle_dt(&config->extcomin_gpio); in ls0xx_vcom_toggle()
/Zephyr-latest/tests/kernel/timer/timer_behavior/src/
Djitter_drift.c39 gpio_pin_toggle_dt(&timer_out); in timer_period_fn()
77 gpio_pin_toggle_dt(&timer_out); in timer_startdelay_fn()
/Zephyr-latest/drivers/stepper/step_dir/
Dstep_dir_stepper_common.c33 ret = gpio_pin_toggle_dt(&config->step_pin); in step_dir_stepper_perform_step()
40 ret = gpio_pin_toggle_dt(&config->step_pin); in step_dir_stepper_perform_step()
/Zephyr-latest/tests/boards/nrf/qdec/src/
Dmain.c39 gpio_pin_toggle_dt(&phase_a); in qenc_emulate_work_handler()
41 gpio_pin_toggle_dt(&phase_b); in qenc_emulate_work_handler()
/Zephyr-latest/include/zephyr/drivers/
Dgpio.h1733 static inline int gpio_pin_toggle_dt(const struct gpio_dt_spec *spec) in gpio_pin_toggle_dt() function