Home
last modified time | relevance | path

Searched refs:chosen (Results 1 – 15 of 15) sorted by relevance

/subsys/net/lib/mqtt/
A Dmqtt_decoder.c390 struct mqtt_utf8_pair *chosen = NULL; in decode_user_property() local
412 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() local
449 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()
/subsys/mgmt/ec_host_cmd/
A DKconfig92 Automatically initialize the host command subsystem with the chosen backend.
93 The ec_host_cmd_init function is called by the chosen backend.
A Dec_host_cmd_handler.c24 #define EC_HOST_CMD_ADD_CHOSEN(chosen) COND_CODE_1(DT_NODE_EXISTS(DT_CHOSEN(chosen)), (1), (0)) argument
/subsys/retention/
A DKconfig55 byte must be created and set as the "zephyr,boot-mode" chosen node
A DKconfig.blinfo28 the "zephyr,bootloader-info" chosen node via device tree, MCUboot
/subsys/logging/
A Dlog_core.c721 struct log_msg_ptr *chosen = NULL; in z_log_msg_claim_oldest() local
744 chosen = msg_ptr; in z_log_msg_claim_oldest()
772 (*chosen).msg = NULL; in z_log_msg_claim_oldest()
/subsys/demand_paging/backing_store/
A DKconfig11 This option is chosen when the backing store will be implemented in
/subsys/lorawan/services/
A DKconfig107 block transport session of the FUOTA process. It is chosen on the
128 block transport session of the FUOTA process. It is chosen on the
/subsys/demand_paging/eviction/
A DKconfig16 This option is chosen when the eviction algorithm will be implemented
/subsys/secure_storage/
A DKconfig.its_store20 It needs a `secure_storage_its_partition` devicetree chosen property that points
/subsys/random/
A DKconfig86 chosen property defined in the devicetree. This means that there is an
/subsys/net/l2/wifi/
A DKconfig171 preferred maximum idle period. The non-S1G AP indicates its chosen
/subsys/llext/
A DKconfig179 extension will be appended depending on the chosen output format.
/subsys/net/lib/sockets/
A DKconfig146 Maximum Fragment Length (MFL) value is automatically chosen based on
/subsys/bluetooth/mesh/
A DKconfig223 This should be chosen based on the number of local messages that the node

Completed in 50 milliseconds