Searched refs:_api (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.4.0/subsys/tracing/include/ |
D | tracing_backend.h | 50 #define TRACING_BACKEND_DEFINE(_name, _api) \ argument 53 .api = &_api \
|
/Zephyr-Core-3.4.0/include/zephyr/sys/ |
D | hash_map.h | 53 #define SYS_HASHMAP_DEFINE_ADVANCED(_name, _api, _config_type, _data_type, _hash_func, \ argument 58 .api = (const struct sys_hashmap_api *)(_api), \ 81 #define SYS_HASHMAP_DEFINE_STATIC_ADVANCED(_name, _api, _config_type, _data_type, _hash_func, \ argument 86 .api = (const struct sys_hashmap_api *)(_api), \
|
/Zephyr-Core-3.4.0/include/zephyr/logging/ |
D | log_backend.h | 110 #define LOG_BACKEND_DEFINE(_name, _api, _autostart, ...) \ argument 120 .api = &_api, \
|
D | log_link.h | 86 #define LOG_LINK_DEF(_name, _api, _buf_wlen, _ctx) \ argument 104 .api = &_api, \
|
/Zephyr-Core-3.4.0/include/zephyr/ |
D | syscall_handler.h | 492 #define Z_SYSCALL_SPECIFIC_DRIVER(_device, _dtype, _api) \ argument 496 Z_SYSCALL_VERIFY_MSG(_dev->api == _api, \
|
/Zephyr-Core-3.4.0/doc/releases/ |
D | release-notes-2.1.rst | 552 …CID :205667]Error handling issues in /tests/drivers/counter/counter\_basic\_api/src/test\_counter.c 616 * :github:`20176` - tests/drivers/pwm/pwm\_api failed on reel\_board. 680 * :github:`19697` - tests/subsys/fs/fat\_fs\_api uses unitialized variables 681 * :github:`19692` - [TOPIC-GPIO] gpi\_api\_1pin test failures 704 * :github:`19535` - Doubly freed memory in the pipe\_api test 716 * :github:`19437` - tests/kernel/sched/schedule\_api tests fail to build 747 * :github:`19231` - native\_posix\_64/tests/subsys/fs/fat\_fs\_api/filesystem.fat fails 826 * :github:`18282` - tests/kernel/sched/schedule\_api/ fails on LPC54114\_m4 891 * :github:`13417` - tests/drivers/watchdog/wdt\_basic\_api/testcase.yaml: test\_wdt\_no\_callback()…
|