Searched full:discarded (Results 1 – 25 of 102) sorted by relevance
12345
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | test_nosec.py | 35 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/ |
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.
|
/Zephyr-latest/tests/bluetooth/host/id/bt_setup_random_id_addr/src/ |
D | test_suite_invalid_cases.c | 115 * 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/ |
D | log_output.h | 80 * @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/ |
D | Kconfig.fs | 12 Log messages are discarded as long as the file system is not mounted.
|
/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/input/ |
D | input.c | 57 LOG_DBG("Timeout discarded. No blocking in syswq."); in input_report()
|
/Zephyr-latest/samples/subsys/zbus/uart_bridge/src/ |
D | bridge.c | 45 * be discarded in bridge_tx_thread()
|
/Zephyr-latest/drivers/sensor/bosch/bmi270/ |
D | bmi270_spi.c | 42 /* First byte we read should be discarded. */ in bmi270_reg_read_spi()
|
/Zephyr-latest/subsys/logging/frontends/ |
D | Kconfig | 133 If log message is not completed within that time frame it is discarded.
|
/Zephyr-latest/dts/bindings/input/ |
D | st,stmpe811.yaml | 111 If the distance is shorter than the tracking index, it 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/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.
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | xlnx,gem.yaml | 232 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/ |
D | modem_iface_uart_interrupt.c | 44 * When ring buffer is full the data is discarded.
|
D | modem_receiver.c | 99 * When ring buffer is full the data is discarded.
|
/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/subsys/tracing/ |
D | Kconfig | 178 Size of the RAM trace buffer. Trace will be discarded if the
|
/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/subsys/usb/usb_c/ |
D | usbc_pe_common.c | 345 * 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/ |
D | chat.h | 231 /* Array of bytes which are discarded out by parser */ 295 /** Bytes which are discarded by parser */
|
/Zephyr-latest/subsys/lorawan/services/ |
D | clock_sync.c | 107 LOG_ERR("insufficient tx_buf size, some requests discarded"); in clock_sync_package_callback()
|
/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/include/zephyr/bluetooth/mesh/ |
D | blob_srv.h | 86 * block. Any received chunks in the current block should be discarded,
|
12345