Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/
Dbindesc.h348 typedef int (*bindesc_callback_t)(const struct bindesc_entry *entry, void *user_data); typedef
418 int bindesc_foreach(struct bindesc_handle *handle, bindesc_callback_t callback, void *user_data);
/Zephyr-latest/subsys/bindesc/
Dbindesc_read.c156 int bindesc_foreach(struct bindesc_handle *handle, bindesc_callback_t callback, void *user_data) in bindesc_foreach()