Searched refs:up (Results 1 – 25 of 55) sorted by relevance
123
| /subsys/logging/backends/ |
| A D | Kconfig.rtt | 13 is transferred to up-buffer at once depending on available space and 16 in up-buffer for a message and message is transferred to host. 25 bool "Drop messages that do not fit in up-buffer." 27 If there is not enough space in up-buffer for a message, drop it. 29 Increase up-buffer size helps to reduce dropping of messages. 34 Waits until there is enough space in the up-buffer for a message. 37 bool "Overwrite messages if up-buffer full" 39 If there is not enough space in up-buffer for a message overwrite 90 terminal up-buffer and its settings. 93 int "Size of reserved up-buffer for logger output." [all …]
|
| A D | Kconfig.semihost | 14 int "Size of reserved up-buffer for logger output." 17 Specify reserved size of up-buffer used for logger output.
|
| A D | Kconfig.spinel | 17 int "Size of reserved up-buffer for logger output." 20 Specify reserved size of up-buffer used for logger output.
|
| /subsys/shell/ |
| A D | shell_history.c | 53 bool z_shell_history_get(struct shell_history *history, bool up, in z_shell_history_get() argument 64 if (!up) { /* button down */ in z_shell_history_get()
|
| /subsys/pm/ |
| A D | Kconfig | 64 to ticks and system clock is set to wake up the core earlier before scheduled 65 wake up. This option specifies rounding that is used when converting exit 72 bool "Round up" 196 the core wakes up from low power mode all suspended devices
|
| /subsys/logging/ |
| A D | Kconfig.processing | 48 up. Log processing thread ID is provided during log initialization. 58 waken up periodically (see LOG_PROCESS_THREAD_SLEEP_MS) and whenever 76 milliseconds. When waken up, thread process any buffered messages.
|
| /subsys/net/l2/virtual/ |
| A D | virtual.c | 266 bool up = false; in net_virtual_interface_attach() local 318 up = true; in net_virtual_interface_attach() 339 if (up && !net_if_flag_is_set(virtual_iface, in net_virtual_interface_attach()
|
| /subsys/lorawan/services/ |
| A D | Kconfig | 110 The fragment has to fit into the LoRaWAN payload, which can be up to 131 The fragment has to fit into the LoRaWAN payload, which can be up to 167 for multicast session key exchange and setting up a class C session.
|
| /subsys/bluetooth/audio/ |
| A D | Kconfig.mpl | 14 mock-up with no actual media being played. 15 For real media playback, the sample must be extended, hooked up to a
|
| A D | Kconfig.bap | 95 BAP audio streams per group may be up to twice of this value. 145 (up to BT_BAP_BROADCAST_SRC_STREAM_COUNT per broadcast source). 186 (up to BT_BAP_BROADCAST_SNK_STREAM_COUNT per broadcast sink).
|
| /subsys/net/lib/mqtt/ |
| A D | Kconfig | 27 bool "Support up to version 3.1.1 of the MQTT protocol" 34 bool "Support up to version 5.0 of the MQTT protocol [EXPERIMENTAL]"
|
| /subsys/net/lib/lwm2m/ |
| A D | README_lwm2m | 24 …se the 3-way merge capabilities by committing the un-patched changes (i.e. up to and including the…
|
| /subsys/mgmt/mcumgr/grp/fs_mgmt/ |
| A D | Kconfig | 44 Files that have size up to 64KB require 1 to 3 bytes to encode 50 Files that have size up to 4GB require 1 to 5 bytes to encode 188 file handle cleaned up. Each access to the file will reset the idle
|
| /subsys/net/l2/ppp/ |
| A D | pap.c | 130 ctx->pap.fsm.cb.up = pap_up; in pap_init()
|
| A D | fsm.c | 655 if (fsm->cb.up) { in fsm_recv_configure_req() 656 fsm->cb.up(fsm); in fsm_recv_configure_req() 715 if (fsm->cb.up) { in fsm_recv_configure_ack() 716 fsm->cb.up(fsm); in fsm_recv_configure_ack()
|
| /subsys/net/lib/tftp/ |
| A D | Kconfig | 38 do re-tx of our request before giving up and exiting.
|
| /subsys/fs/virtiofs/ |
| A D | Kconfig | 41 will fail with EIO on unlink if the file wasn't looked up before
|
| /subsys/net/ |
| A D | Kconfig.hostname | 48 is set once at start-up and is not updated afterwards.
|
| /subsys/net/conn_mgr/ |
| A D | Kconfig | 38 bool "Automatically call net_if_down on ifaces that have given up on connecting"
|
| /subsys/bluetooth/common/ |
| A D | Kconfig | 199 K_NO_WAIT can end up running out of command buffers. 353 Select index of up-buffer used for logger output. 362 Select index of up-buffer used for logger output. 365 int "Size of reserved up-buffer for custom logger output." 368 Specify reserved size of up-buffer used for custom logger output.
|
| /subsys/usb/device_next/class/ |
| A D | Kconfig.dfu | 56 Enable the built-in flash backend, which can serve up to two image
|
| /subsys/mgmt/mcumgr/grp/settings_mgmt/ |
| A D | Kconfig | 58 the size of a value prior to looking it up).
|
| /subsys/mgmt/mcumgr/transport/ |
| A D | Kconfig.lorawan | 43 single message to be received, otherwise will support messages up to a single packet in
|
| A D | Kconfig.bluetooth | 53 SMP commands are handled. This option allows to speed up the command
|
| /subsys/bluetooth/host/ |
| A D | Kconfig.gatt | 228 If disabled it is up to application to set expected connection parameters. 255 It is up to user to provide valid timeout which pass required minimum
|
Completed in 51 milliseconds
123