Searched full:become (Results 1 – 25 of 150) sorted by relevance
123456
/Zephyr-latest/dts/arm/infineon/cat1a/legacy/ |
D | pinctrl_cypress_psoc6.h | 67 * Will become: 77 * Will become:
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | testing.h | 20 * function, and it will automatically become the event
|
D | gap.h | 849 * For example BT_GAP_ADV_INTERVAL_TO_MS(0x0021) will become 20 ms instead of 20.625 ms 866 * For example BT_GAP_ISO_INTERVAL_TO_MS(0x0005) will become 6 ms instead of 6.25 ms 881 * For example BT_GAP_PER_ADV_INTERVAL_TO_MS(0x0009) will become 11 ms instead of 11.25 ms 892 * For example BT_GAP_US_TO_ADV_INTERVAL(21000) will become 20625 microseconds 902 * For example BT_GAP_MS_TO_ADV_INTERVAL(21) will become 20.625 milliseconds 913 * For example BT_GAP_US_TO_PER_ADV_INTERVAL(11000) will become 10000 microseconds 923 * For example BT_GAP_MS_TO_PER_ADV_INTERVAL(11) will become 10 milliseconds 934 * For example BT_GAP_MS_TO_PER_ADV_SYNC_TIMEOUT(4005) will become 4000 milliseconds 944 * For example BT_GAP_MS_TO_PER_ADV_SYNC_TIMEOUT(4005000) will become 4000000 microseconds 956 * For example BT_GAP_US_TO_SCAN_INTERVAL(21000) will become 20625 microseconds [all …]
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.xen | 43 Log output will become available on PRE_KERNEL_1 stage. Requires
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | mutexes.rst | 123 for the mutex to become available if it is already locked by another thread. 129 The following code waits up to 100 milliseconds for the mutex to become 130 available, and gives a warning if the mutex does not become available.
|
/Zephyr-latest/dts/bindings/display/ |
D | solomon,ssd1306fb-common.yaml | 60 Time it takes for the device from power up to become responsive and
|
D | sitronix,st7789v.yaml | 103 Time it takes for the device from power up to become responsive and
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/ |
D | gatt_client_test.c | 384 /* Read the DB hash to become change-aware */ in test_main_db_hash_read_eatt() 421 /* Read the DB hash to become change-aware */ in test_main_out_of_sync_eatt() 478 /* Read the DB hash to become change-aware */ in test_main_db_hash_read_no_eatt() 503 /* Read the DB hash to become change-aware */ in test_main_out_of_sync_no_eatt() 528 /* Read again to become change-aware */ in test_main_retry_reads_no_eatt()
|
/Zephyr-latest/cmake/modules/ |
D | basic_settings.cmake | 29 # thus resulting in lists to become strings.
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.loapic | 24 interrupt that was to be dispensed has become masked (programmed
|
/Zephyr-latest/lib/utils/ |
D | Kconfig | 24 all struct ring_buf instances become 12 bytes bigger.
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | slabs.rst | 46 for one to become available. 105 for a memory block to become available, then fills it with zeroes.
|
/Zephyr-latest/kernel/ |
D | msg_q.c | 166 /* don't wait for message space to become available */ in z_impl_k_msgq_put() 265 /* don't wait for a message to become available */ in z_impl_k_msgq_get() 313 /* don't wait for a message to become available */ in z_impl_k_msgq_peek() 359 /* don't wait for a message to become available */ in z_impl_k_msgq_peek_at()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | dfu_srv.rst | 57 If the transfer will cause the device to change its Composition Data or become 124 applied. If the metadata check indicated that the device would become unprovisioned, the Target node
|
/Zephyr-latest/samples/bluetooth/mesh_demo/ |
D | README.rst | 29 A special address, 0x000f, will make the application become a heart-beat
|
/Zephyr-latest/dts/bindings/misc/ |
D | nxp,s32-emios.yaml | 42 Node for eMIOS master bus. Each channel is capable to become a master bus has
|
/Zephyr-latest/doc/project/ |
D | project_roles.rst | 14 area’s representative on the TSC as needed. Maintainers may become voting 18 May become a Maintainer with approval of existing TSC voting members. 21 documentation to the project. Contributors may become Collaborators 77 When your first contribution to the Zephyr project gets merged, you'll become eligible to claim your 240 Nominees may become members of the team by approval of the
|
/Zephyr-latest/arch/riscv/core/ |
D | ipi_clint.c | 75 * waiting for a contended spinlock to become available. This prevents
|
/Zephyr-latest/tests/bluetooth/common/testlib/src/ |
D | conn_wait.c | 90 * This ensures that any connection slots that become free in bt_testlib_conn_wait_free()
|
/Zephyr-latest/samples/kernel/condition_variables/condvar/ |
D | README.rst | 14 become true. Different threads alternate between their entry point
|
/Zephyr-latest/tests/subsys/settings/fcb/src/ |
D | settings_test_compress_reset.c | 88 "active sector should become free after garbage collection"); in ZTEST()
|
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/ |
D | README.rst | 51 will support these transitions in the future and the list would become outdated.
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | Kconfig.esp_at | 92 How long to wait for device to become ready after AT+RST has been
|
/Zephyr-latest/doc/services/storage/disk/ |
D | nvme.rst | 72 below the user processes, this can become an issue in Zephyr as soon as buffer addresses
|
/Zephyr-latest/tests/lib/newlib/thread_safety/src/ |
D | stress.c | 56 * memory block is valid. This value will become corrupted if in malloc_thread()
|
123456