Home
last modified time | relevance | path

Searched refs:retain (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/tests/net/lib/mqtt/v3_1_1/mqtt_packet/
DREADME43 [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/
Dmqtt_sn_msg.h28 bool retain; member
92 bool retain; member
114 bool retain; member
181 bool retain; member
Dmqtt_sn_encoder.c65 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()
Dmqtt_sn_decoder.c76 flags->retain = (bool)(b & MQTT_SN_FLAGS_RETAIN); in decode_flags()
200 params->retain = flags.retain; in decode_msg_publish()
Dmqtt_sn.c37 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/
Dgpd.h43 int nrf_gpd_retain_pins_set(const struct pinctrl_dev_config *pcfg, bool retain);
/Zephyr-latest/boards/brcm/bcm958401m2/
Dbcm958401m2.dts24 * Setting the current-speed as 0 will retain the baud rate
/Zephyr-latest/boards/brcm/bcm958402m2/
Dbcm958402m2_bcm58402_m7.dts25 * Setting the current-speed as 0 will retain the baud rate
/Zephyr-latest/tests/net/lib/mqtt_sn_packet/src/
Dmqtt_sn_packet.c185 .retain = true,
360 .retain = true,
407 .retain = true,
508 .retain = true,
/Zephyr-latest/drivers/retained_mem/
DKconfig7 Enables support for drivers that can retain their data whilst the
/Zephyr-latest/subsys/ipc/ipc_service/backends/
DKconfig.rpmsg18 Some platforms retain the memory content upon reset. This is
/Zephyr-latest/soc/nordic/nrf54h/gpd/
Dgpd.c273 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/
Dmqtt_sn.h440 struct mqtt_sn_data *topic_name, bool retain, struct mqtt_sn_data *data);
/Zephyr-latest/doc/services/retention/
Dindex.rst7 write data from and to memory areas or devices that retain the data while the
/Zephyr-latest/
DLICENSE100 (c) You must retain, in the Source form of any Derivative Works
/Zephyr-latest/subsys/debug/
DKconfig370 Choose N in you wish to retain the frame pointer. This option may
/Zephyr-latest/doc/services/zbus/
Dindex.rst876 <message_queues_v2>`) may be necessary to retain the pending message until it gets processed.
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst121 changed to be prefixed with ``fs_mgmt_`` to retain alignment with other