/Zephyr-latest/subsys/lorawan/services/ |
D | lorawan_services.c | 43 static struct service_uplink_msg messages[10]; variable 123 if (len > sizeof(messages[0].data)) { in lorawan_services_schedule_uplink() 133 for (int i = 0; i < ARRAY_SIZE(messages); i++) { in lorawan_services_schedule_uplink() 134 if (!messages[i].used) { in lorawan_services_schedule_uplink() 135 memcpy(messages[i].data, data, len); in lorawan_services_schedule_uplink() 136 messages[i].port = port; in lorawan_services_schedule_uplink() 137 messages[i].len = len; in lorawan_services_schedule_uplink() 138 messages[i].ticks = timeout_abs_ticks; in lorawan_services_schedule_uplink() 139 messages[i].used = true; in lorawan_services_schedule_uplink() 141 insert_uplink(&messages[i]); in lorawan_services_schedule_uplink()
|
/Zephyr-latest/samples/net/mqtt_publisher/ |
D | Kconfig | 9 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-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.lorawan | 27 LoRaWAN download and uplink frame port used for communication. All messages received on 38 bool "Reassemble LoRaWAN SMP messages" 42 Will reassemble downlink LoRaWAN messages together to allow for messages larger than a 43 single message to be received, otherwise will support messages up to a single packet in 83 bool "Fragment uplink messages" 86 Will fragment messages into multiple uplink messages if they are too big to fit into a
|
/Zephyr-latest/tests/subsys/logging/log_blocking/ |
D | Kconfig | 7 int "Number of log messages per test" 14 Specify the maximum rate at which messages will be logged from the 21 Specify the maximum rate at which log messages will be handled by
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.xmc4xxx | 16 int "Maximum number of queued messages" 21 as well as the number of messages in the TX queue. 24 int "Number of CAN messages allocated to each RX FIFO" 28 Defines the number of CAN messages in each RX FIFO. A separate RX FIFO
|
D | Kconfig.mcp251xfd | 19 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-latest/doc/connectivity/bluetooth/api/mesh/ |
D | op_agg_srv.rst | 12 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
|
D | heartbeat.rst | 11 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
|
D | sar_cfg_srv.rst | 13 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.
|
D | access.rst | 55 messages on. Only messages encrypted with application keys in the AppKey list 66 A model will process all messages addressed to the unicast address of their 80 The models may send messages in two ways: 87 When publishing messages with :c:func:`bt_mesh_model_publish`, the model 90 unprompted model messages, as it passes the responsibility of selecting 163 thread. This allows the stack to process other incoming and outgoing messages 216 Delayable messages 222 messages that are transmitted by a model in a response to a received message, also called 223 response messages. 225 Response messages should be sent with the following random delays: [all …]
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.processing | 9 bool "Process printk messages" 13 If enabled, printk messages are redirected to the logging subsystem. 14 The messages are formatted in place and logged unconditionally. 44 int "Number of buffered log messages before flushing" 48 When number of buffered messages reaches the threshold thread is waken 60 number of buffered messages exceeds the threshold (see 70 milliseconds. When started, thread process any buffered messages. 77 milliseconds. When waken up, thread process any buffered messages. 104 messages. Option is used only if links are using dedicated buffers 105 for remote messages.
|
D | Kconfig.links | 18 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-latest/subsys/net/lib/mqtt_sn/ |
D | Kconfig | 20 int "Number of preallocated messages" 49 int "Radius for broadcast messages" 71 int "Number of times to retry messages" 91 int "Number of missed Advertise messages before considering GW lost" 98 module-help=Enables mqtt-sn debug messages.
|
/Zephyr-latest/drivers/usb/uvb/ |
D | Kconfig | 17 int "Maximum number of messages allocatable" 21 Maximum number of messages allocatable.
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig.template.shell_log_queue_size | 7 Size of buffer for messages that can be enqueued in order to be processed 11 because all log messages are enqueued.
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | Kconfig | 42 timers, depending on received PTP messages or timeouts actions defined 46 int "Number of messages available for allocation" 49 PTP messages are allocated dynamically from memory slab. The Kconfig symbol 195 transmitting Announce messages and rising timeout event. 198 int "Interval between successive Announce messages" 202 Defines mean time interval between successive Announce messages. The value should be 207 int "Interval between successive Delay_Req messages" 211 The minimum time interval between Delay_Req messages. 215 int "Interval between successive Sync messages" 219 Specify mean time interval between successive Sync messages, [all …]
|
/Zephyr-latest/subsys/net/lib/mqtt/ |
D | Kconfig | 17 module-help=Enables mqtt debug messages. 54 disconnects, the message broker stores unacknowledged QoS 1 messages 55 and new QoS 1 messages published to topics to which the client is 57 all subscriptions are reinstated and all stored messages are sent to
|
/Zephyr-latest/subsys/usb/device_next/ |
D | Kconfig | 44 int "Maximum number of USB device notification messages" 48 Maximum number of USB device notification messages that can be queued. 51 int "USB device notification messages work delay"
|
/Zephyr-latest/drivers/usb/udc/ |
D | Kconfig.ambiq | 30 int "UDC AMBIQ maximum number of ISR event messages" 34 AMBIQ maximum number of ISR event messages.
|
D | Kconfig.nrf | 22 int "nRF UDC driver maximum number of ISR event messages" 26 Maximum number of messages for handling of nRF USBD ISR events.
|
D | Kconfig.renesas_ra | 28 int "Renesas RA family UDC driver maximum number of ISR event messages" 32 Maximum number of messages for handling of Renesas RA USBD ISR events.
|
/Zephyr-latest/subsys/logging/frontends/ |
D | Kconfig | 28 Determines how often a report about dropped messages is printed. Given 48 bool "Send fully self-contained messages" 60 int "Buffer size to store early messages" 76 When enabled, then logging messages with 0 and 1 numeric argument are 112 Module demultiplexes messages encoded in STPv2 stream. Messages may 114 There are 3 types of messages: logging, tracepoints and HW events.
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.debug | 51 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-latest/tests/subsys/logging/log_frontend_stmesp_demux/ |
D | README | 1 Test for demultiplexer of log messages encoded in STPv2 data stream.
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.mqueue | 13 int "Maximum number of messages in a POSIX message queue" 16 Mention maximum number of messages in message queue in POSIX compliant
|