Home
last modified time | relevance | path

Searched full:fits (Results 1 – 25 of 81) sorted by relevance

1234

/Zephyr-latest/include/zephyr/net/
Dudp.h42 * not contain anything if the header fits properly in the first fragment of
47 * of the network packet. This might not be populated if UDP header fits in
70 * net_udp_get_hdr() call. Note that if the UDP header fits in first net_pkt
/Zephyr-latest/subsys/net/l2/ieee802154/
DKconfig.radio33 channel access and fits most usage scenarios (see IEEE 802.15.4-2020,
41 and fits low duty-cycle contexts where the radio spectrum is not
/Zephyr-latest/subsys/logging/frontends/stmesp/
Dzephyr_custom_log.h49 /** @brief Determine if first argument is a numeric value that fits in 32 bit word.
69 /* Do turbo logging only if argument fits in 32 bit word. */ \
/Zephyr-latest/modules/segger/
DKconfig56 bool "Trim: Do not block, output as much as fits."
/Zephyr-latest/tests/subsys/fs/fcb/src/
Dfcb_test_append_too_big.c28 * Thus, the max element which fits inside sector is in ZTEST()
/Zephyr-latest/tests/subsys/logging/log_backend_uart/src/
Dmain.c22 /* Assert that size of the test string (without '\0') fits in the SAMPLE_DATA_SIZE */
/Zephyr-latest/tests/kernel/timer/starve/src/
Dmain.c74 /* Assume tick delta fits in printable 32 bits */ in ZTEST()
/Zephyr-latest/soc/mediatek/mt8xxx/
Dgen_img.py34 # get, but validate that it fits.
/Zephyr-latest/doc/connectivity/bluetooth/
Dfeatures.rst80 * Highly configurable, fits as small as 16k RAM devices
/Zephyr-latest/include/zephyr/logging/
Dlog_frontend.h51 * Optimized version for log message which has one argument that fits in a 32 bit word.
/Zephyr-latest/subsys/secure_storage/src/its/store/
Dzms.c41 /* Make sure that every ITS caller ID fits in ZMS entry IDs at the defined position. */
/Zephyr-latest/tests/unit/winstream/
Dmain.c63 /* Write a "short-enough" string that fits in before the wrap, in ZTEST()
/Zephyr-latest/lib/os/
Dcbprintf_packaged.c360 /* make sure the data fits */ in cbvprintf_package()
435 /* make sure it fits */ in cbvprintf_package()
582 /* make sure it fits */ in cbvprintf_package()
608 /* make sure the data fits */ in cbvprintf_package()
765 /* make sure it fits */ in cbvprintf_package()
795 /* make sure it fits */ in cbvprintf_package()
/Zephyr-latest/subsys/net/lib/shell/
Dpkt.c18 /* Check if pointer fits into slab buffer area. */ in is_pkt_part_of_slab()
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dclassic.h90 * fits in provided result storage, only ones with highest RSSI will be
/Zephyr-latest/lib/heap/
Dheap_stress.c61 * that's good enough and fits well inside 32 bit quantities. in rand_alloc_choice()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg.rst12 If the Upper Transport PDU fits, it is sent in a single Lower Transport PDU. For longer packets,
20 acknowledged. However, an Upper Transport PDU that fits into one Lower Transport PDU can also be
/Zephyr-latest/subsys/secure_storage/src/its/
Dimplementation.c166 /* All the data fits directly in the provided buffer. */ in secure_storage_its_get()
/Zephyr-latest/subsys/bluetooth/host/
Dbuf.c21 /* Events have a length field of 1 byte. This size fits all events.
/Zephyr-latest/scripts/gitlint/
Dzephyr_commit_rules.py13 that fits your needs.
/Zephyr-latest/drivers/watchdog/
Dwdt_opentitan.c126 /* Force 64-bit ops to ensure thresholds fits in the timer reg. */ in ot_aontimer_install_timeout()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/
Dbroadcaster.c183 * Verifies that we are able to send an ISO SDU that exactly fits the in entrypoint_broadcaster()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_base.c290 return (int)pd; /* PD is 24-bit so it fits in an int */ in bt_bap_base_get_pres_delay()
308 return (int)subgroup_count; /* subgroup_count is 8-bit so it fits in an int */ in bt_bap_base_get_subgroup_count()
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icmsg.rst184 #. Check if the packet fits into the buffer.
/Zephyr-latest/tests/subsys/logging/log_benchmark/src/
Dmain.c100 /** Test how many messages fits in the logging buffer in deferred mode. Test

1234