Searched full:therefore (Results 1 – 25 of 411) sorted by relevance
12345678910>>...17
/Zephyr-latest/boards/native/native_posix/ |
D | cpu_wait.c | 15 * Will block this thread (and therefore the whole Zephyr) during usec_to_wait 17 * Note that interrupts may be received in the meanwhile and that therefore this 19 * Therefore the wait time may be considerably longer. 25 * at an infinitely high clock, and therefore no simulated time passes while 27 * Therefore to be able to busy wait this function does the equivalent of 49 * Will block this thread (and therefore the whole Zephyr) during usec_to_waste
|
/Zephyr-latest/boards/native/native_sim/ |
D | cpu_wait.c | 18 * Will block this thread (and therefore the whole Zephyr) during usec_to_wait 20 * Note that interrupts may be received in the meanwhile and that therefore this 22 * Therefore the wait time may be considerably longer. 28 * at an infinitely high clock, and therefore no simulated time passes while 30 * Therefore to be able to busy wait this function does the equivalent of 52 * Will block this thread (and therefore the whole Zephyr) during usec_to_waste
|
D | board_soc.h | 16 * Therefore this file is included from the inf_clock soc.h to allow a board
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | cpu_wait.c | 18 * Will block this thread (and therefore the whole Zephyr) during usec_to_wait 20 * Note that interrupts may be received in the meanwhile and that therefore this 22 * Therefore the wait time may be considerably longer. 41 * Will block this thread (and therefore the whole Zephyr) during usec_to_waste
|
D | ipc_backend.c | 13 * Note that this file is only compiled as part of the application core image, and therefore
|
/Zephyr-latest/boards/native/nrf_bsim/common/ |
D | runner_hooks.c | 6 * Note this run in the runner context, and therefore 7 * this file should therefore only be built once for all CPUs.
|
D | cmdline.h | 14 * They are therefore mostly equal except for types and functions names.
|
/Zephyr-latest/tests/bluetooth/buf/src/ |
D | main.c | 42 /* The freed buf cb is called from net_buf_unref, therefore the semaphore should in ZTEST() 54 /* The freed buf cb is called from net_buf_unref, therefore the semaphore should in ZTEST() 66 /* The freed buf cb is called from net_buf_unref, therefore the semaphore should in ZTEST()
|
/Zephyr-latest/dts/bindings/ipc/ |
D | nordic,nrf-ipct-common.yaml | 25 in the array, therefore requiring the length of this property to be 40 in the array, therefore requiring the length of this property to be
|
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_user_setup.rst | 56 with good defaults that work for all. Therefore, Zephyr Implementation 65 This option is appended as-is to the QEMU command line. Therefore, any problems with 87 Therefore, IPv6 will not work with User Networking.
|
/Zephyr-latest/tests/boards/native_sim/rtc/ |
D | testcase.yaml | 13 # Therefore it should not be run in automated regression
|
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/ |
D | Kconfig | 12 test and therefore the higher likelihood an unlikely race/event will be triggered.
|
/Zephyr-latest/dts/bindings/test/ |
D | vnd,i2c-mux.yaml | 9 controllers, and whose grandchildren are therefore I2C devices.
|
/Zephyr-latest/soc/nordic/nrf52/ |
D | CMakeLists.txt | 7 …_NRF52832_ALLOW_SPIM_DESPITE_PAN_58 and an NRF SPIM driver are enabled, therefore PAN 58 will appl…
|
/Zephyr-latest/scripts/coccinelle/ |
D | ignore_return.cocci | 3 //# The return of memset and memcpy is never checked and therefore
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.procN | 10 Note: Currently Zephyr does not support multiple processes and therefore much of this option
|
/Zephyr-latest/soc/native/inf_clock/ |
D | Kconfig.soc | 12 sleep. Therefore do not use busy waits while waiting for something to happen
|
/Zephyr-latest/dts/bindings/power-domain/ |
D | power-domain-gpio-monitor.yaml | 8 rail is on/off. Therefore, performing resume/suspend on power domain won't
|
/Zephyr-latest/arch/posix/include/ |
D | posix_arch_internal.h | 38 * are meant to never fail, and therefore will not be covered.
|
/Zephyr-latest/include/zephyr/net/ |
D | net_time.h | 46 * well-defined tolerances. Network uptime therefore differs from time 98 * and therefore clients can rely on common semantics of this type. This makes 100 * network nodes comparable within well-defined limits and therefore net_time_t
|
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/src/ |
D | main.c | 60 /* This sample has only one terminal therefore the callback can simply in uac2_terminal_update_cb() 167 * and therefore increment by 1 means 1 additional sample every 2**14 SOFs. 168 * (48 << 14) + 1 therefore results in host sending 48 samples 16383 times and 173 * value has to be decreased. (48 << 14) - 1 therefore results in host sending 184 * samples to send every microframe and therefore for 48 kHz the nominal value
|
/Zephyr-latest/subsys/emul/ |
D | Kconfig | 22 handle these situations correctly. Test coverage can therefore
|
/Zephyr-latest/soc/nordic/ |
D | Kconfig.soc | 8 # tree structure and is therefore reusable in Kconfig trees outside a Zephyr build.
|
/Zephyr-latest/drivers/bbram/ |
D | Kconfig | 26 # MCP7940N is an I2C device, therefore the init priority must be
|
/Zephyr-latest/dts/bindings/arm/ |
D | arm,ethos-u.yaml | 12 map address and interrupt line, and is therefore expected to be included
|
12345678910>>...17