Home
last modified time | relevance | path

Searched refs:_api (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.7.0/subsys/tracing/include/
Dtracing_backend.h50 #define TRACING_BACKEND_DEFINE(_name, _api) \ argument
53 .api = &_api \
/Zephyr-Core-3.7.0/include/zephyr/sys/
Dhash_map.h47 #define SYS_HASHMAP_DEFINE_ADVANCED(_name, _api, _config_type, _data_type, _hash_func, \ argument
52 .api = (const struct sys_hashmap_api *)(_api), \
75 #define SYS_HASHMAP_DEFINE_STATIC_ADVANCED(_name, _api, _config_type, _data_type, _hash_func, \ argument
80 .api = (const struct sys_hashmap_api *)(_api), \
/Zephyr-Core-3.7.0/include/zephyr/drivers/serial/
Duart_async_to_irq.h89 #define UART_ASYNC_TO_IRQ_API_CONFIG_INITIALIZER(_api, _trampoline, _baudrate, _tx_buf, \ argument
99 .api = _api, \
/Zephyr-Core-3.7.0/include/zephyr/logging/
Dlog_backend.h110 #define LOG_BACKEND_DEFINE(_name, _api, _autostart, ...) \ argument
120 .api = &_api, \
Dlog_link.h86 #define LOG_LINK_DEF(_name, _api, _buf_wlen, _ctx) \ argument
104 .api = &_api, \
/Zephyr-Core-3.7.0/include/zephyr/input/
Dinput_kbd_matrix.h187 #define INPUT_KBD_MATRIX_DT_COMMON_CONFIG_INIT_ROW_COL(node_id, _api, _row_size, _col_size) \ argument
189 .api = _api, \
/Zephyr-Core-3.7.0/include/zephyr/internal/
Dsyscall_handler.h592 #define K_SYSCALL_SPECIFIC_DRIVER(_device, _dtype, _api) \ argument
596 K_SYSCALL_VERIFY_MSG(_dev->api == _api, \
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-2.1.rst552 …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()…