Searched refs:discarded (Results 1 – 24 of 24) sorted by relevance
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/ |
D | main.c | 154 const bool discarded = message_size > APP_BUFFER_SIZE; in handle_published_message() local 161 uint8_t *p = discarded ? buffer : &buffer[received]; in handle_published_message() 171 if (!discarded) { in handle_published_message() 189 return discarded ? -ENOMEM : received; in handle_published_message()
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.fs | 12 Log messages are discarded as long as the file system is not mounted.
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.tcp | 137 how long the data is kept before it is discarded if we have not been 144 SEQ 2. But if we receive SEQs 5,4,3,7 then the SEQ 7 is discarded 164 then the packet is discarded.
|
D | Kconfig | 616 then the packet is discarded.
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | pipes.rst | 47 to be written into a giant temporary buffer which is then discarded. Flushing 49 into a temporary buffer which is then discarded. Flushing the ring buffer does
|
/Zephyr-latest/subsys/logging/frontends/ |
D | Kconfig | 133 If log message is not completed within that time frame it is discarded.
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/ |
D | README.rst | 34 previous is discarded. This might seem a little clumsy, but the alternative of
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_srv.rst | 70 a block, this block is discarded.
|
D | brg_cfg.rst | 138 - Messages with an IVISeq less than or equal to the stored value are discarded, while valid messages
|
D | dfu.rst | 129 determine whether the transfer should be started. The firmware metadata can be discarded by the
|
/Zephyr-latest/samples/modules/thrift/hello/ |
D | README.rst | 173 Note that the server's state is not discarded (the counter continues to
|
/Zephyr-latest/doc/kernel/ |
D | code-relocation.rst | 105 contain unused symbols, then they will not be discarded by the linker, even when
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_config_guide.rst | 215 how long the data is kept before it is discarded if we have not been 223 SEQ 2. But if we receive SEQs 5,4,3,7 then the SEQ 7 is discarded
|
/Zephyr-latest/doc/services/tfm/ |
D | build.rst | 40 The TF-M non-secure app is discarded in favor of Zephyr non-secure app except
|
/Zephyr-latest/subsys/tracing/ |
D | Kconfig | 178 Size of the RAM trace buffer. Trace will be discarded if the
|
/Zephyr-latest/dts/arm/microchip/ |
D | mec5.dtsi | 630 * registers is discarded by hardware.
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig | 825 the remaining data will be discarded. 1040 than this buffer size, then the data will be discarded.
|
/Zephyr-latest/doc/hardware/pinctrl/ |
D | index.rst | 293 sure that the node is discarded when not used.
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 82 initialized and started, until then any data is discarded
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 122 oldest one are discarded.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.3.rst | 1297 * :github:`20604` - log will be discarded before logging_thread scheduled once
|
D | release-notes-3.1.rst | 1182 … - Bluetooth SDP: When the SDP attribute length is greater than SDP_MTU, the attribute is discarded
|
D | release-notes-3.2.rst | 2570 … - Bluetooth SDP: When the SDP attribute length is greater than SDP_MTU, the attribute is discarded
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 1451 # to allow any unused code in the given files/library to be discarded. 5229 # (sorted by priority). Ensure the objects aren't discarded if there is
|