Home
last modified time | relevance | path

Searched refs:available (Results 1 – 25 of 912) sorted by relevance

12345678910>>...37

/Zephyr-latest/modules/
DKconfig58 # List of comments to display when Zephyr modules are not available, please
61 # comment "<module_name> module not available."
69 comment "hal_gigadevice module not available."
72 comment "hal_nordic module not available."
75 comment "liblc3 module not available."
78 comment "LittleFS module not available."
81 comment "mbedtls module not available."
84 comment "Trusted-firmware-m module not available."
87 comment "Trusted-firmware-a module not available."
90 comment "Nanopb module not available."
[all …]
DKconfig.sysbuild12 # List of comments to display when Zephyr modules are not available, please
15 # comment "<module_name> module not available."
23 # This ensures that symbols are available in Kconfig for dependency checking
/Zephyr-latest/drivers/entropy/
Dentropy_gecko_trng.c75 size_t available; in entropy_gecko_trng_get_entropy() local
81 available = TRNG0->FIFOLEVEL * 4; in entropy_gecko_trng_get_entropy()
83 available = S2_FIFO_LEVEL * 4; in entropy_gecko_trng_get_entropy()
85 if (available == 0) { in entropy_gecko_trng_get_entropy()
89 count = SL_MIN(length, available); in entropy_gecko_trng_get_entropy()
108 size_t available = TRNG0->FIFOLEVEL * 4; in entropy_gecko_trng_get_entropy_isr() local
110 size_t available = S2_FIFO_LEVEL * 4; in entropy_gecko_trng_get_entropy_isr() local
113 if (available == 0) { in entropy_gecko_trng_get_entropy_isr()
116 count = SL_MIN(len, available); in entropy_gecko_trng_get_entropy_isr()
Dentropy_nrf5.c125 uint32_t first, available; in rng_pool_get() local
139 available = (last - first) & mask; in rng_pool_get()
140 if (available < len) { in rng_pool_get()
141 len = available; in rng_pool_get()
168 available = available - len; in rng_pool_get()
169 if (available <= rngp->threshold) { in rng_pool_get()
Dentropy_smartbond.c142 uint32_t first, available; in rng_pool_get() local
156 available = (last - first) & mask; in rng_pool_get()
157 if (available < len) { in rng_pool_get()
158 len = available; in rng_pool_get()
185 available = available - len; in rng_pool_get()
186 if (available <= rngp->threshold) { in rng_pool_get()
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_shell.rst18 "net allocs", "Print network memory allocations. Only available if
20 "net arp", "Print information about IPv4 ARP cache. Only available if
26 resolve a DNS name. Only available if :kconfig:option:`CONFIG_DNS_RESOLVER` is set."
27 "net events", "Enable network event monitoring. Only available if
29 "net gptp", "Print information about gPTP support. Only available if
33 Only available if :kconfig:option:`CONFIG_NET_IPV6` is set."
36 "net nbr", "Print neighbor information. Only available if
39 "net route", "Show IPv6 network routes. Only available if
41 "net sockets", "Show network socket information and statistics. Only available if
45 "net tcp", "Connect/send data/close TCP connection. Only available if
[all …]
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dpacs_notify_server_test.c110 static enum bt_audio_context available = BT_AUDIO_CONTEXT_TYPE_ANY; in trigger_notifications() local
153 available = available ^ BT_AUDIO_CONTEXT_TYPE_MEDIA; in trigger_notifications()
154 bt_pacs_set_available_contexts(BT_AUDIO_DIR_SINK, available); in trigger_notifications()
160 enum bt_audio_context available, available_for_conn; in test_main() local
254 available = bt_pacs_get_available_contexts(BT_AUDIO_DIR_SINK); in test_main()
256 available); in test_main()
265 __ASSERT_NO_MSG(bt_pacs_get_available_contexts(BT_AUDIO_DIR_SINK) == available); in test_main()
288 __ASSERT_NO_MSG(bt_pacs_get_available_contexts(BT_AUDIO_DIR_SINK) == available); in test_main()
290 available); in test_main()
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_static_vrings.h157 size_t available; in optimal_num_desc() local
160 available = mem_size - VDEV_STATUS_SIZE; in optimal_num_desc()
162 while (available > shm_size(num_desc, buf_size)) { in optimal_num_desc()
/Zephyr-latest/subsys/testsuite/boards/unit_testing/unit_testing/
DKconfig.defconfig5 # Controller HCI support requires e.g. devicetree, which isn't available
10 # Bluetooth unit tests assume HCI vendor extensions are available
/Zephyr-latest/drivers/usb/uhc/
DKconfig19 Number of UHC transfers available.
29 int "Memory available for buffers"
33 Total amount of memory available for UHC buffers.
/Zephyr-latest/soc/amd/acp_6_0/
DCMakeLists.txt7 COMMENT "west sign --if-tool-available --tool rimage ..."
8 …COMMAND west sign --if-tool-available --tool rimage --build-dir ${CMAKE_BINARY_DIR} ${WEST_SIGN_O…
/Zephyr-latest/boards/st/nucleo_l552ze_q/
DKconfig.defconfig10 # Not defining LIBC malloc arena has the effect of declaring all available RAM
11 # as available for malloc.
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/f1/
DCMakeLists.txt18 COMMENT "west sign --if-tool-available --tool rimage ..."
19 …COMMAND west sign --if-tool-available --tool rimage --build-dir ${CMAKE_BINARY_DIR} ${WEST_SIGN_O…
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h5_core/boards/
Dhse24.overlay14 * Warning: HSE frequency differs on available boards, hence:
15 * This configuration is only available nucleo_h503rb
Dhse25.overlay14 * Warning: HSE frequency differs on available boards, hence:
15 * This configuration is only available stm32h573 disco kit
Dpll_hse24_100.overlay14 * Warning: HSE frequency differs on available boards, hence:
15 * This configuration is only available nucleo_h503rb
Dpll_hse24_240.overlay14 * Warning: HSE frequency differs on available boards, hence:
15 * This configuration is only available nucleo_h503rb
Dpll_hse25_100.overlay14 * Warning: HSE frequency differs on available boards, hence:
15 * This configuration is only available stm32h573 disco kit
Dpll_hse25_240.overlay14 * Warning: HSE frequency differs on available boards, hence:
15 * This configuration is only available stm32h573 disco kit
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/boards/
Dhse_16.overlay13 * Warning: HSE is not implemented on available boards, hence:
14 * This configuration is only available for build
Dpll_hse_160.overlay13 * Warning: HSE is not implemented on available boards, hence:
14 * This configuration is only available for build
Dpll_hse_fracn_160.overlay13 * Warning: HSE is not implemented on available boards, hence:
14 * This configuration is only available for build
/Zephyr-latest/soc/nxp/imx/imx8ulp/
DCMakeLists.txt17 COMMENT "west sign --if-tool-available --tool rimage ..."
18 …COMMAND west sign --if-tool-available --tool rimage --build-dir ${CMAKE_BINARY_DIR} ${WEST_SIGN_O…
/Zephyr-latest/soc/nxp/imx/imx8x/
DCMakeLists.txt21 COMMENT "west sign --if-tool-available --tool rimage ..."
22 …COMMAND west sign --if-tool-available --tool rimage --build-dir ${CMAKE_BINARY_DIR} ${WEST_SIGN_O…
/Zephyr-latest/soc/nxp/imx/imx8/
DCMakeLists.txt21 COMMENT "west sign --if-tool-available --tool rimage ..."
22 …COMMAND west sign --if-tool-available --tool rimage --build-dir ${CMAKE_BINARY_DIR} ${WEST_SIGN_O…

12345678910>>...37