Home
last modified time | relevance | path

Searched refs:sys_trace_gpio_add_callback_exit (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/tracing/user/
Dtracing_user.c269 void sys_trace_gpio_add_callback_exit(const struct device *port, int ret) in sys_trace_gpio_add_callback_exit() function
/Zephyr-latest/subsys/tracing/ctf/
Dtracing_ctf.h638 void sys_trace_gpio_add_callback_exit(const struct device *port, int ret);
688 #define sys_port_trace_gpio_add_callback_exit(port, ret) sys_trace_gpio_add_callback_exit(port, ret)