Home
last modified time | relevance | path

Searched full:messages (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/tests_scripts/op_agg/
Dfull_status_msg_list.sh8 # access payload message and that the status item messages are received in the correct order.
17 # 3. The client sends X vendor model messages, making up an op agg sequence message of 380 bytes.
20 # 5. The server keeps track of the number of received messages and pass when X messages have been
22 # 6. The client keeps track of the number of received status messages. When X messages have been
23 # received, the client pass if the sequence of received status messages corresponds to the order
24 # in which the messages were sent, or the test fails.
/Zephyr-Core-3.5.0/samples/net/mqtt_publisher/
DKconfig9 int "Number of times to Publish sample MQTT messages"
12 Send sample MQTT messages this many times in a MQTT connection
13 before exiting. A value of zero means that the messages are sent
21 send NET_SAMPLE_APP_MAX_ITERATIONS amount of MQTT sample messages.
/Zephyr-Core-3.5.0/subsys/logging/
DKconfig.processing9 bool "Process printk messages"
12 If enabled, printk messages are redirected to the logging subsystem.
13 The messages are formatted in place and logged unconditionally.
43 int "Number of buffered log messages before flushing"
47 When number of buffered messages reaches the threshold thread is waken
59 number of buffered messages exceeds the threshold (see
69 milliseconds. When started, thread process any buffered messages.
76 milliseconds. When waken up, thread process any buffered messages.
103 messages. Option is used only if links are using dedicated buffers
104 for remote messages.
DKconfig.formatting10 bool "Error messages prepended"
13 bool "Warning messages prepended"
16 bool "Info messages prepended"
19 bool "Debug messages prepended"
48 catalog messages.
78 this will be used for all Sys-T messages.
81 this will be used for log messages without source IDs,
DKconfig.links18 Dedicated buffer allows to maintain ordering of processed messages.
19 If 0, main buffer is used and messages are processed in the order of
/Zephyr-Core-3.5.0/subsys/lorawan/services/
Dlorawan_services.c31 * work queue and gets blocked if other LoRaWAN messages are sent and processed from
39 static struct service_uplink_msg messages[10]; variable
119 if (len > sizeof(messages[0].data)) { in lorawan_services_schedule_uplink()
129 for (int i = 0; i < ARRAY_SIZE(messages); i++) { in lorawan_services_schedule_uplink()
130 if (!messages[i].used) { in lorawan_services_schedule_uplink()
131 memcpy(messages[i].data, data, len); in lorawan_services_schedule_uplink()
132 messages[i].port = port; in lorawan_services_schedule_uplink()
133 messages[i].len = len; in lorawan_services_schedule_uplink()
134 messages[i].ticks = timeout_abs_ticks; in lorawan_services_schedule_uplink()
135 messages[i].used = true; in lorawan_services_schedule_uplink()
[all …]
/Zephyr-Core-3.5.0/tests/subsys/logging/log_syst/
Dprj.conf13 # Use immediate mode so all messages are being
15 # dropped messages as there are quite a number of
16 # messages to be printed.
/Zephyr-Core-3.5.0/include/zephyr/logging/
Dlog_output_dict.h43 * dropped messages.
50 /** @brief Process log messages v2 for dictionary-based logging.
62 /** @brief Process dropped messages indication for dictionary-based logging.
64 * Function prints error message indicating lost log messages.
67 * @param cnt Number of dropped messages.
/Zephyr-Core-3.5.0/subsys/logging/backends/
DKconfig.net12 Send syslog messages to network server.
31 int "How many network buffers to allocate for sending messages"
36 sent to server. This number tells how many syslog messages can be
47 so that messages are not truncated.
50 should be selected so that typical messages will fit the buffer.
DKconfig.rtt25 bool "Drop messages that do not fit in up-buffer."
28 Number of dropped messages will be logged.
29 Increase up-buffer size helps to reduce dropping of messages.
37 bool "Overwrite messages if up-buffer full"
49 int "Size of internal buffer for storing messages."
DKconfig.adsp_hda25 determines how many log messages may be written to in a period of time.
41 Use cavstool understood IPC messages to inform setup and logging of
42 HDA messages.
/Zephyr-Core-3.5.0/drivers/can/
DKconfig.mcp251xfd19 int "Maximum number of queued messages"
24 as well as the number of messages in the TX queue.
27 int "Number of CAN messages in the RX fifo"
31 Defines the number of CAN messages in the RX fifo.
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/
Dop_agg_srv.rst12 a sequence of access layer messages.
14 The Opcodes Aggregator Server model accepts messages encrypted with the node's device key
20 to encrypt the sequence of access layer messages sent to the Opcodes Aggregator Server.
22 The Opcodes Aggregator Server handles aggregated messages and dispatches them to the
Dheartbeat.rst11 Heartbeat messages
14 Heartbeat messages are sent as transport control packets through the network,
15 and are only encrypted with a network key. Heartbeat messages contain the
36 publication can be configured to stop after a certain number of messages, or
48 A node can be configured to subscribe to Heartbeat messages from one node at
Dsar_cfg_srv.rst13 The model defines a set of states and messages for the SAR configuration.
18 The model also supports the SAR Transmitter and SAR Receiver get and set messages.
22 messages encrypted with the node’s device key.
/Zephyr-Core-3.5.0/include/zephyr/drivers/console/
Dipm_console.h1 /* ipm_console.c - Console messages to/from another processor */
35 * Stack for the receiver's thread, which prints out messages as
50 * Line buffer for incoming messages, characters accumulate here
60 * Destination for received console messages, one of
70 /** Semaphore to wake up the thread to print out messages */
90 * Source of messages to forward, hooks will be installed.
/Zephyr-Core-3.5.0/samples/subsys/logging/syst/
Dprj.conf20 # Use immediate mode so all messages are being
22 # dropped messages as there are quite a number of
23 # messages to be printed.
/Zephyr-Core-3.5.0/subsys/net/ip/
DKconfig.debug51 module-help = Enables core network stack code to output debug messages.
57 module-help = Enables network interface code to output debug messages.
63 module-help = Enables network traffic class code to output debug messages.
69 module-help = Enables utility functions to output debug messages.
81 module-help = Enables UDP/TCP connection debug messages.
87 module-help = Enables routing engine debug messages.
/Zephyr-Core-3.5.0/subsys/net/lib/mqtt/
DKconfig17 module-help=Enables mqtt debug messages.
48 disconnects, the message broker stores unacknowledged QoS 1 messages
49 and new QoS 1 messages published to topics to which the client is
51 all subscriptions are reinstated and all stored messages are sent to
/Zephyr-Core-3.5.0/tests/subsys/logging/log_switch_format/
Dprj.conf26 # Use immediate mode so all messages are being
28 # dropped messages as there are quite a number of
29 # messages to be printed.
/Zephyr-Core-3.5.0/samples/drivers/can/counter/
DREADME.rst5 Send and receive CAN messages.
11 Messages with standard and extended identifiers are sent over the bus.
12 Messages are received using message-queues and work-queues.
19 In loopback mode, the board receives its own messages. This could be used for
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Di2c_emul.h50 * Passes I2C messages to the emulator. The emulator updates the data with what
54 * @param msgs Array of messages to transfer. For 'read' messages, this function
56 * @param num_msgs Number of messages to transfer.
/Zephyr-Core-3.5.0/subsys/net/lib/mqtt_sn/
DKconfig19 int "Number of preallocated messages"
46 int "Number of times to retry messages"
57 module-help=Enables mqtt-sn debug messages.
/Zephyr-Core-3.5.0/scripts/native_simulator/native/src/include/
Dnsi_cmdline.h44 * displaying it the help messages and initializing <dest> to its
48 /* For help messages, should it be wrapped in "[]" */
55 * Name of the option destination in the help messages:
65 /* Long description for the help messages */
/Zephyr-Core-3.5.0/samples/userspace/shared_mem/
DREADME.rst34 After starting, the console will display multiple starting messages
35 followed by two series of repeating messages. The repeating messages
38 output is the first message without spaces. The two messages are

12345678910>>...21