Searched refs:bindesc_handle (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bindesc/ |
D | bindesc_read.c | 56 static inline int get_entry(struct bindesc_handle *handle, const uint8_t *address, in get_entry() 95 int bindesc_open_memory_mapped_flash(struct bindesc_handle *handle, size_t offset) in bindesc_open_memory_mapped_flash() 112 int bindesc_open_ram(struct bindesc_handle *handle, const uint8_t *address, size_t max_size) in bindesc_open_ram() 132 int bindesc_open_flash(struct bindesc_handle *handle, size_t offset, in bindesc_open_flash() 156 int bindesc_foreach(struct bindesc_handle *handle, bindesc_callback_t callback, void *user_data) in bindesc_foreach() 184 int bindesc_find_str(struct bindesc_handle *handle, uint16_t id, const char **result) in bindesc_find_str() 198 int bindesc_find_uint(struct bindesc_handle *handle, uint16_t id, const uint32_t **result) in bindesc_find_uint() 212 int bindesc_find_bytes(struct bindesc_handle *handle, uint16_t id, const uint8_t **result, in bindesc_find_bytes() 228 int bindesc_get_size(struct bindesc_handle *handle, size_t *result) in bindesc_get_size()
|
/Zephyr-latest/include/zephyr/ |
D | bindesc.h | 318 struct bindesc_handle { struct 364 int bindesc_open_memory_mapped_flash(struct bindesc_handle *handle, size_t offset); 384 int bindesc_open_ram(struct bindesc_handle *handle, const uint8_t *address, size_t max_size); 402 int bindesc_open_flash(struct bindesc_handle *handle, size_t offset, 418 int bindesc_foreach(struct bindesc_handle *handle, bindesc_callback_t callback, void *user_data); 434 int bindesc_find_str(struct bindesc_handle *handle, uint16_t id, const char **result); 450 int bindesc_find_uint(struct bindesc_handle *handle, uint16_t id, const uint32_t **result); 467 int bindesc_find_bytes(struct bindesc_handle *handle, uint16_t id, const uint8_t **result, 482 int bindesc_get_size(struct bindesc_handle *handle, size_t *result);
|
/Zephyr-latest/tests/subsys/bindesc/reading/src/ |
D | main.c | 49 static void test_bindesc_read(struct bindesc_handle *handle) in test_bindesc_read() 68 struct bindesc_handle handle; in ZTEST() 77 struct bindesc_handle handle; in ZTEST()
|
/Zephyr-latest/samples/subsys/bindesc/read_bindesc/src/ |
D | main.c | 58 struct bindesc_handle handle; in main()
|
/Zephyr-latest/doc/services/binary_descriptors/ |
D | index.rst | 142 struct bindesc_handle handle;
|