Searched refs:_ft (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.7.0/include/zephyr/shell/ |
D | shell.h | 1095 #define shell_info(_sh, _ft, ...) \ argument 1096 shell_info_impl(_sh, _ft "\n", ##__VA_ARGS__) 1108 #define shell_print(_sh, _ft, ...) \ argument 1109 shell_print_impl(_sh, _ft "\n", ##__VA_ARGS__) 1121 #define shell_warn(_sh, _ft, ...) \ argument 1122 shell_warn_impl(_sh, _ft "\n", ##__VA_ARGS__) 1134 #define shell_error(_sh, _ft, ...) \ argument 1135 shell_error_impl(_sh, _ft "\n", ##__VA_ARGS__)
|
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/shell/ |
D | shell.c | 42 #define shell_print_ctx(_ft, ...) \ argument 45 shell_print(bt_mesh_shell_ctx_shell, _ft, ##__VA_ARGS__); \
|