Searched refs:shell_mqtt (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/shell/ |
D | shell_mqtt.h | 41 struct shell_mqtt { struct 108 static struct shell_mqtt _name##_shell_mqtt; \ argument 110 .ctx = (struct shell_mqtt *)&_name##_shell_mqtt }
|
/Zephyr-Core-3.5.0/subsys/shell/backends/ |
D | CMakeLists.txt | 25 shell_mqtt.c
|
D | shell_mqtt.c | 16 SHELL_DEFINE(shell_mqtt, "", &shell_transport_mqtt, 20 LOG_MODULE_REGISTER(shell_mqtt, CONFIG_SHELL_MQTT_LOG_LEVEL); 41 struct shell_mqtt *sh_mqtt; 647 sh_mqtt = (struct shell_mqtt *)transport->ctx; in init() 649 (void)memset(sh_mqtt, 0, sizeof(struct shell_mqtt)); in init() 834 return shell_init(&shell_mqtt, NULL, cfg_flags, log_backend, level); in enable_shell_mqtt() 840 return &shell_mqtt; in shell_backend_mqtt_get_ptr()
|
/Zephyr-Core-3.5.0/ |
D | CODEOWNERS | 727 /include/zephyr/shell/shell_mqtt.h @ycsin 901 /subsys/shell/backends/shell_mqtt.c @ycsin
|