Searched full:fits (Results 1 – 25 of 81) sorted by relevance
1234
/Zephyr-latest/include/zephyr/net/ |
D | udp.h | 42 * 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/ |
D | Kconfig.radio | 33 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/ |
D | zephyr_custom_log.h | 49 /** @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/ |
D | Kconfig | 56 bool "Trim: Do not block, output as much as fits."
|
/Zephyr-latest/tests/subsys/fs/fcb/src/ |
D | fcb_test_append_too_big.c | 28 * Thus, the max element which fits inside sector is in ZTEST()
|
/Zephyr-latest/tests/subsys/logging/log_backend_uart/src/ |
D | main.c | 22 /* Assert that size of the test string (without '\0') fits in the SAMPLE_DATA_SIZE */
|
/Zephyr-latest/tests/kernel/timer/starve/src/ |
D | main.c | 74 /* Assume tick delta fits in printable 32 bits */ in ZTEST()
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | gen_img.py | 34 # get, but validate that it fits.
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | features.rst | 80 * Highly configurable, fits as small as 16k RAM devices
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_frontend.h | 51 * Optimized version for log message which has one argument that fits in a 32 bit word.
|
/Zephyr-latest/subsys/secure_storage/src/its/store/ |
D | zms.c | 41 /* Make sure that every ITS caller ID fits in ZMS entry IDs at the defined position. */
|
/Zephyr-latest/tests/unit/winstream/ |
D | main.c | 63 /* Write a "short-enough" string that fits in before the wrap, in ZTEST()
|
/Zephyr-latest/lib/os/ |
D | cbprintf_packaged.c | 360 /* 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/ |
D | pkt.c | 18 /* Check if pointer fits into slab buffer area. */ in is_pkt_part_of_slab()
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | classic.h | 90 * fits in provided result storage, only ones with highest RSSI will be
|
/Zephyr-latest/lib/heap/ |
D | heap_stress.c | 61 * that's good enough and fits well inside 32 bit quantities. in rand_alloc_choice()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | sar_cfg.rst | 12 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/ |
D | implementation.c | 166 /* All the data fits directly in the provided buffer. */ in secure_storage_its_get()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | buf.c | 21 /* Events have a length field of 1 byte. This size fits all events.
|
/Zephyr-latest/scripts/gitlint/ |
D | zephyr_commit_rules.py | 13 that fits your needs.
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_opentitan.c | 126 /* 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/ |
D | broadcaster.c | 183 * Verifies that we are able to send an ISO SDU that exactly fits the in entrypoint_broadcaster()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_base.c | 290 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/ |
D | ipc_service_icmsg.rst | 184 #. Check if the packet fits into the buffer.
|
/Zephyr-latest/tests/subsys/logging/log_benchmark/src/ |
D | main.c | 100 /** Test how many messages fits in the logging buffer in deferred mode. Test
|
1234