Home
last modified time | relevance | path

Searched full:discarded (Results 1 – 25 of 102) sorted by relevance

12345

/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dtest_nosec.py35 Run testcase LightweightM2M-1.1-int-105 - Discarded Register Update
37 logger.info("LightweightM2M-1.1-int-105 - Discarded Register Update")
/Zephyr-latest/subsys/net/ip/
DKconfig.tcp137 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.
/Zephyr-latest/tests/bluetooth/host/id/bt_setup_random_id_addr/src/
Dtest_suite_invalid_cases.c115 * discarded and operation fails.
157 * holding the returned addresses information, so response should be discarded and operation fails.
198 * count is 0, the response should be discarded and operation fails as the returned number of
/Zephyr-latest/include/zephyr/logging/
Dlog_output.h80 * @return Number of bytes processed, dropped or discarded.
83 * its responsibility to mark them as dropped or discarded by returning
84 * the corresponding number of bytes dropped or discarded to the caller.
/Zephyr-latest/subsys/logging/backends/
DKconfig.fs12 Log messages are discarded as long as the file system is not mounted.
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/
Dmain.c154 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/input/
Dinput.c57 LOG_DBG("Timeout discarded. No blocking in syswq."); in input_report()
/Zephyr-latest/samples/subsys/zbus/uart_bridge/src/
Dbridge.c45 * be discarded in bridge_tx_thread()
/Zephyr-latest/drivers/sensor/bosch/bmi270/
Dbmi270_spi.c42 /* First byte we read should be discarded. */ in bmi270_reg_read_spi()
/Zephyr-latest/subsys/logging/frontends/
DKconfig133 If log message is not completed within that time frame it is discarded.
/Zephyr-latest/dts/bindings/input/
Dst,stmpe811.yaml111 If the distance is shorter than the tracking index, it is discarded.
/Zephyr-latest/doc/kernel/services/data_passing/
Dpipes.rst47 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/samples/boards/nordic/mesh/onoff-app/
DREADME.rst34 previous is discarded. This might seem a little clumsy, but the alternative of
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_srv.rst70 a block, this block is discarded.
/Zephyr-latest/dts/bindings/ethernet/
Dxlnx,gem.yaml232 hardware. Frames with bad IP, TCP or UDP checksums will be discarded.
268 frame) will be discarded. This only applies to frames with a length
/Zephyr-latest/drivers/modem/
Dmodem_iface_uart_interrupt.c44 * When ring buffer is full the data is discarded.
Dmodem_receiver.c99 * When ring buffer is full the data is discarded.
/Zephyr-latest/doc/connectivity/networking/
Dnet_config_guide.rst215 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/subsys/tracing/
DKconfig178 Size of the RAM trace buffer. Trace will be discarded if the
/Zephyr-latest/doc/kernel/
Dcode-relocation.rst105 contain unused symbols, then they will not be discarded by the linker, even when
/Zephyr-latest/subsys/usb/usb_c/
Dusbc_pe_common.c345 * Clear local AMS indicator as our AMS message was discarded, and flag in pe_report_discard()
796 * discarded in pe_drs_evaluate_swap_run()
870 * was discarded in pe_drs_send_swap_run()
945 * was discarded in pe_get_sink_cap_run()
1066 /* Inform Device Policy Manager that the message was discarded */ in pe_send_soft_reset_run()
/Zephyr-latest/include/zephyr/modem/
Dchat.h231 /* Array of bytes which are discarded out by parser */
295 /** Bytes which are discarded by parser */
/Zephyr-latest/subsys/lorawan/services/
Dclock_sync.c107 LOG_ERR("insufficient tx_buf size, some requests discarded"); in clock_sync_package_callback()
/Zephyr-latest/doc/services/tfm/
Dbuild.rst40 The TF-M non-secure app is discarded in favor of Zephyr non-secure app except
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_srv.h86 * block. Any received chunks in the current block should be discarded,

12345