Home
last modified time | relevance | path

Searched full:enough (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/Zephyr-Core-3.5.0/subsys/bluetooth/host/
DKconfig.l2cap26 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/
Dmsgdev.h32 * rate should be high enough to collect enough data but low enough
/Zephyr-Core-3.5.0/subsys/logging/backends/
DKconfig.rtt27 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/
Dhci_esp32.c63 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()
Dhci_b91.c59 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()
Drpmsg.c76 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/
Dsmp_reassembly.h51 * -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/
Dqemu_x86_64.conf2 # This is enough memory for a 4KB ivshmem shared memory
/Zephyr-Core-3.5.0/tests/benchmarks/latency_measure/boards/
Datsame54_xpro.conf2 # for platforms that do not allow frequency dividers large enough to get
Darduino_due.conf2 # for platforms that do not allow frequency dividers large enough to get
Dfrdm_k22f.conf2 # for platforms that do not allow frequency dividers large enough to get
Dfrdm_k64f.conf2 # for platforms that do not allow frequency dividers large enough to get
Dfrdm_k82f.conf2 # for platforms that do not allow frequency dividers large enough to get
Dqemu_cortex_m3.conf2 # for platforms that do not allow frequency dividers large enough to get
Dtwr_ke18f.conf2 # for platforms that do not allow frequency dividers large enough to get
/Zephyr-Core-3.5.0/subsys/mgmt/ec_host_cmd/backends/
DKconfig76 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/
Dtestcase.yaml2 # Only used for compile testing so it is enough to use one platform here.
/Zephyr-Core-3.5.0/soc/arm64/xenvm/
DKconfig.defconfig18 # 32M should be enough for basic use-cases
/Zephyr-Core-3.5.0/tests/kernel/sched/deadline/src/
Dmain.c11 /* 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/
Dnrf52833dk_nrf52820.conf18 # Ensure that there is enough control procedure contexts to queue and execute all procedures
Dnrf52833dk_nrf52833.conf18 # 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/
Dnrf52833dk_nrf52820.conf18 # Ensure that there is enough control procedure contexts to queue and execute all procedures
Dnrf52833dk_nrf52833.conf18 # Ensure that there is enough control procedure contexts to queue and execute all procedures
/Zephyr-Core-3.5.0/boards/arm/twr_ke18f/
DKconfig.defconfig15 # The KE1xF has 8 MPU regions, which is not enough for both HW stack protection
/Zephyr-Core-3.5.0/drivers/ethernet/
DKconfig.nxp_s32_gmac28 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