Searched full:enough (Results 1 – 25 of 456) sorted by relevance
12345678910>>...19
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | Kconfig.l2cap | 26 controller's buffer size is large enough. If this is not ensured, 54 stack might not be able to allocate enough conn contexts and might not 55 have enough credits, leading to a state where an SDU is stuck
|
/Zephyr-Core-3.5.0/samples/kernel/metairq_dispatch/src/ |
D | msgdev.h | 32 * rate should be high enough to collect enough data but low enough
|
/Zephyr-Core-3.5.0/subsys/logging/backends/ |
D | Kconfig.rtt | 27 If there is not enough space in up-buffer for a message, drop it. 34 Waits until there is enough space in the up-buffer for a message. 39 If there is not enough space in up-buffer for a message overwrite
|
/Zephyr-Core-3.5.0/drivers/bluetooth/hci/ |
D | hci_esp32.c | 63 LOG_ERR("Not enough data for event header"); in bt_esp_evt_recv() 93 LOG_ERR("Not enough space in buffer %zu/%zu", remaining, buf_tailroom); in bt_esp_evt_recv() 110 LOG_ERR("Not enough data for ACL header"); in bt_esp_acl_recv() 134 LOG_ERR("Not enough space in buffer %zu/%zu", remaining, buf_tailroom); in bt_esp_acl_recv() 152 LOG_ERR("Not enough data for ISO header"); in bt_esp_iso_recv() 176 LOG_ERR("Not enough space in buffer %zu/%zu", remaining, buf_tailroom); in bt_esp_iso_recv()
|
D | hci_b91.c | 59 LOG_ERR("Not enough data for event header"); in bt_b91_evt_recv() 89 LOG_ERR("Not enough space in buffer %zu/%zu", len, buf_tailroom); in bt_b91_evt_recv() 106 LOG_ERR("Not enough data for ACL header"); in bt_b91_acl_recv() 129 LOG_ERR("Not enough space in buffer %zu/%zu", len, buf_tailroom); in bt_b91_acl_recv()
|
D | rpmsg.c | 76 LOG_ERR("Not enough data for event header"); in bt_rpmsg_evt_recv() 107 LOG_ERR("Not enough space in buffer %zu/%zu", remaining, buf_tailroom); in bt_rpmsg_evt_recv() 124 LOG_ERR("Not enough data for ACL header"); in bt_rpmsg_acl_recv() 148 LOG_ERR("Not enough space in buffer %zu/%zu", remaining, buf_tailroom); in bt_rpmsg_acl_recv() 166 LOG_ERR("Not enough data for ISO header"); in bt_rpmsg_iso_recv() 190 LOG_ERR("Not enough space in buffer %zu/%zu", remaining, buf_tailroom); in bt_rpmsg_iso_recv()
|
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/transport/include/mgmt/mcumgr/transport/ |
D | smp_reassembly.h | 51 * -ENODATA if the first received fragment was not big enough to figure out a size 72 * Checks if the packet has enough data to be re-assembled and passes it for further processing. 86 * expected number of bytes if forced to complete buffer with not enough data; 88 * -ENODATA if there is not enough data to consider packet re-assembled, it has not
|
/Zephyr-Core-3.5.0/samples/drivers/virtualization/ivshmem/doorbell/boards/ |
D | qemu_x86_64.conf | 2 # This is enough memory for a 4KB ivshmem shared memory
|
/Zephyr-Core-3.5.0/tests/benchmarks/latency_measure/boards/ |
D | atsame54_xpro.conf | 2 # for platforms that do not allow frequency dividers large enough to get
|
D | arduino_due.conf | 2 # for platforms that do not allow frequency dividers large enough to get
|
D | frdm_k22f.conf | 2 # for platforms that do not allow frequency dividers large enough to get
|
D | frdm_k64f.conf | 2 # for platforms that do not allow frequency dividers large enough to get
|
D | frdm_k82f.conf | 2 # for platforms that do not allow frequency dividers large enough to get
|
D | qemu_cortex_m3.conf | 2 # for platforms that do not allow frequency dividers large enough to get
|
D | twr_ke18f.conf | 2 # for platforms that do not allow frequency dividers large enough to get
|
/Zephyr-Core-3.5.0/subsys/mgmt/ec_host_cmd/backends/ |
D | Kconfig | 76 packet. This must be big enough to handle the biggest possible 85 packet. This must be big enough to handle the biggest possible
|
/Zephyr-Core-3.5.0/tests/net/all/ |
D | testcase.yaml | 2 # Only used for compile testing so it is enough to use one platform here.
|
/Zephyr-Core-3.5.0/soc/arm64/xenvm/ |
D | Kconfig.defconfig | 18 # 32M should be enough for basic use-cases
|
/Zephyr-Core-3.5.0/tests/kernel/sched/deadline/src/ |
D | main.c | 11 /* this should be large enough for us 99 zassert_true(n_exec == NUM_THREADS, "not enough threads ran"); in ZTEST() 159 zassert_true(n_exec == NUM_THREADS, "not enough threads ran"); in ZTEST() 209 zassert_true(n_exec == NUM_THREADS, "not enough threads ran"); in ZTEST()
|
/Zephyr-Core-3.5.0/samples/bluetooth/direction_finding_central/boards/ |
D | nrf52833dk_nrf52820.conf | 18 # Ensure that there is enough control procedure contexts to queue and execute all procedures
|
D | nrf52833dk_nrf52833.conf | 18 # Ensure that there is enough control procedure contexts to queue and execute all procedures
|
/Zephyr-Core-3.5.0/samples/bluetooth/direction_finding_peripheral/boards/ |
D | nrf52833dk_nrf52820.conf | 18 # Ensure that there is enough control procedure contexts to queue and execute all procedures
|
D | nrf52833dk_nrf52833.conf | 18 # Ensure that there is enough control procedure contexts to queue and execute all procedures
|
/Zephyr-Core-3.5.0/boards/arm/twr_ke18f/ |
D | Kconfig.defconfig | 15 # The KE1xF has 8 MPU regions, which is not enough for both HW stack protection
|
/Zephyr-Core-3.5.0/drivers/ethernet/ |
D | Kconfig.nxp_s32_gmac | 28 Size, in bytes, of the TX data buffer. The size must be big enough to 45 Size, in bytes, of the RX data buffer. The size must be big enough to
|
12345678910>>...19