/Zephyr-latest/tests/net/lib/mqtt/v3_1_1/mqtt_packet/ |
D | README | 43 [PASS] 3 - CONNECT, new session, will retain 45 [PASS] 5 - CONNECT, new session, will qos = 1, will retain 49 [PASS] 9 - PUBLISH, retain = 1 50 [PASS] 10 - PUBLISH, retain = 1, qos = 1
|
/Zephyr-latest/subsys/net/lib/mqtt_sn/ |
D | mqtt_sn_msg.h | 28 bool retain; member 92 bool retain; member 114 bool retain; member 181 bool retain; member
|
D | mqtt_sn_encoder.c | 65 LOG_DBG("Encode flags %d, %d, %d, %d, %d, %d", flags->dup, flags->retain, flags->will, in encode_flags() 69 b |= flags->retain ? MQTT_SN_FLAGS_RETAIN : 0; in encode_flags() 140 struct mqtt_sn_flags flags = {.qos = params->qos, .retain = params->retain}; in mqtt_sn_encode_msg_willtopic() 213 .retain = params->retain, in mqtt_sn_encode_msg_publish() 412 struct mqtt_sn_flags flags = {.qos = params->qos, .retain = params->retain}; in mqtt_sn_encode_msg_willtopicupd()
|
D | mqtt_sn_decoder.c | 76 flags->retain = (bool)(b & MQTT_SN_FLAGS_RETAIN); in decode_flags() 200 params->retain = flags.retain; in decode_msg_publish()
|
D | mqtt_sn.c | 37 bool retain; member 519 p.params.publish.retain = pub->retain; in mqtt_sn_do_publish() 1060 struct mqtt_sn_data *topic_name, bool retain, struct mqtt_sn_data *data) in mqtt_sn_publish() argument 1099 pub->retain = retain; in mqtt_sn_publish() 1223 response.params.willtopic.retain = client->will_retain; in handle_willtopicreq()
|
/Zephyr-latest/soc/nordic/nrf54h/gpd/include/nrf/ |
D | gpd.h | 43 int nrf_gpd_retain_pins_set(const struct pinctrl_dev_config *pcfg, bool retain);
|
/Zephyr-latest/boards/brcm/bcm958401m2/ |
D | bcm958401m2.dts | 24 * Setting the current-speed as 0 will retain the baud rate
|
/Zephyr-latest/boards/brcm/bcm958402m2/ |
D | bcm958402m2_bcm58402_m7.dts | 25 * Setting the current-speed as 0 will retain the baud rate
|
/Zephyr-latest/tests/net/lib/mqtt_sn_packet/src/ |
D | mqtt_sn_packet.c | 185 .retain = true, 360 .retain = true, 407 .retain = true, 508 .retain = true,
|
/Zephyr-latest/drivers/retained_mem/ |
D | Kconfig | 7 Enables support for drivers that can retain their data whilst the
|
/Zephyr-latest/subsys/ipc/ipc_service/backends/ |
D | Kconfig.rpmsg | 18 Some platforms retain the memory content upon reset. This is
|
/Zephyr-latest/soc/nordic/nrf54h/gpd/ |
D | gpd.c | 273 int nrf_gpd_retain_pins_set(const struct pinctrl_dev_config *pcfg, bool retain) in nrf_gpd_retain_pins_set() argument 290 if (retain) { in nrf_gpd_retain_pins_set()
|
/Zephyr-latest/include/zephyr/net/ |
D | mqtt_sn.h | 440 struct mqtt_sn_data *topic_name, bool retain, struct mqtt_sn_data *data);
|
/Zephyr-latest/doc/services/retention/ |
D | index.rst | 7 write data from and to memory areas or devices that retain the data while the
|
/Zephyr-latest/ |
D | LICENSE | 100 (c) You must retain, in the Source form of any Derivative Works
|
/Zephyr-latest/subsys/debug/ |
D | Kconfig | 370 Choose N in you wish to retain the frame pointer. This option may
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 876 <message_queues_v2>`) may be necessary to retain the pending message until it gets processed.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 121 changed to be prefixed with ``fs_mgmt_`` to retain alignment with other
|