Searched refs:chosen (Results 1 – 15 of 15) sorted by relevance
390 struct mqtt_utf8_pair *chosen = NULL; in decode_user_property() local412 chosen = &user_prop[i]; in decode_user_property()417 if (chosen == NULL) { in decode_user_property()420 memcpy(chosen, &temp, sizeof(struct mqtt_utf8_pair)); in decode_user_property()431 uint32_t *chosen = NULL; in decode_sub_id_property() local449 chosen = &sub_id_array[i]; in decode_sub_id_property()454 if (chosen == NULL) { in decode_sub_id_property()457 *chosen = value; in decode_sub_id_property()
92 Automatically initialize the host command subsystem with the chosen backend.93 The ec_host_cmd_init function is called by the chosen backend.
24 #define EC_HOST_CMD_ADD_CHOSEN(chosen) COND_CODE_1(DT_NODE_EXISTS(DT_CHOSEN(chosen)), (1), (0)) argument
55 byte must be created and set as the "zephyr,boot-mode" chosen node
28 the "zephyr,bootloader-info" chosen node via device tree, MCUboot
721 struct log_msg_ptr *chosen = NULL; in z_log_msg_claim_oldest() local744 chosen = msg_ptr; in z_log_msg_claim_oldest()772 (*chosen).msg = NULL; in z_log_msg_claim_oldest()
11 This option is chosen when the backing store will be implemented in
107 block transport session of the FUOTA process. It is chosen on the128 block transport session of the FUOTA process. It is chosen on the
16 This option is chosen when the eviction algorithm will be implemented
20 It needs a `secure_storage_its_partition` devicetree chosen property that points
86 chosen property defined in the devicetree. This means that there is an
171 preferred maximum idle period. The non-S1G AP indicates its chosen
179 extension will be appended depending on the chosen output format.
146 Maximum Fragment Length (MFL) value is automatically chosen based on
223 This should be chosen based on the number of local messages that the node
Completed in 50 milliseconds