Home
last modified time | relevance | path

Searched full:would (Results 1 – 25 of 641) sorted by relevance

12345678910>>...26

/Zephyr-Core-3.4.0/tests/kernel/device/
DCMakeLists.txt12 # optimizations. There would be multiple copies of the same string,
13 # and the code pathing doing pointer comparison would not be tested
15 # the pointer comparison would be exercised.
/Zephyr-Core-3.4.0/tests/kernel/pipe/pipe_api/src/
Dtest_pipe_avail.c78 * would read: a b c d
81 * would overwrite: e f g h
117 * would read: e f g h
120 * would overwrite: a b c d
160 * would read:
163 * would overwrite: e f g h a b c d
203 * would read: e f g h a b c d
206 * would overwrite:
/Zephyr-Core-3.4.0/doc/build/dts/
Dbindings-intro.rst56 For example, the build system would use the above binding to check that the
65 For another example, the following node would cause a build error, because it
90 The ``baz-device`` node would get matched to a binding with a ``compatible:
109 above example binding would be named :file:`foo-company,bar-device.yaml` by
135 :file:`my-app/dts/bindings/serial/my-company,my-serial-port.yaml` would be
136 found, but :file:`my-app/my-company,my-serial-port.yaml` would be ignored.
/Zephyr-Core-3.4.0/doc/connectivity/networking/api/
Dethernet_mgmt.rst19 Typically the ``carrier OFF`` event would be generated by the Ethernet
21 The ``carrier ON`` event would be generated if the Ethernet device driver
/Zephyr-Core-3.4.0/lib/cpp/abi/
Dcpp_dtors.c20 * would override its host libC counterpart. And this would both disable the atexit()
/Zephyr-Core-3.4.0/include/zephyr/linker/
Dthread-local-storage.ld17 * sections or else they would be considered
18 * thread-local variables, and the code would use
/Zephyr-Core-3.4.0/dts/bindings/gpio/
Dnuvoton,npcx-gpio.yaml27 For example the WUI mapping on NPCX7 GPIO8 would be
38 For example the LVOL mapping on NPCX7 GPIOC would be
/Zephyr-Core-3.4.0/dts/bindings/spi/
Dinfineon,xmc4xxx-spi.yaml63 The interrupt would map to SR1. From Table "DMA Request Source Selection", request_source
64 would need to be set to 10 and the dts entry would be:
/Zephyr-Core-3.4.0/include/zephyr/drivers/flash/
Dnrf_qspi_nor.h23 * things as that would make XIP to fail. Hence, the application should use
30 * idle actions that would make XIP to fail
/Zephyr-Core-3.4.0/.github/workflows/
Dstale_issue.yml16 would like to have the label removed otherwise this pull request will automatically be
20 would like to have the label removed otherwise this issue will automatically be closed in
/Zephyr-Core-3.4.0/include/zephyr/mgmt/ec_host_cmd/
Dsimulator.h20 * @brief Install callback for when this device would sends data to host
27 * @param cb Callback that is called when device would send data to host.
/Zephyr-Core-3.4.0/cmake/linker_script/common/
Dthread-local-storage.cmake19 # sections or else they would be considered
20 # thread-local variables, and the code would use
/Zephyr-Core-3.4.0/samples/boards/intel_adsp/code_relocation/
Dlinker_xtensa_intel_adsp_cavs.ld25 * script would also place some BSS section on SRAM0, which would break
53 * linker script would add them after DATA, thus breaking contiguousness.
/Zephyr-Core-3.4.0/dts/bindings/serial/
Dinfineon,xmc4xxx-uart.yaml108 The interrupt would map to SR1. From Table "DMA Request Source Selection", request_source
109 would need to be set to 10 and the dts entry would be:
/Zephyr-Core-3.4.0/tests/kernel/timer/timer_behavior/
Dprj.conf6 # 115200 bauds would grab the printk lock and disable IRQs for more
/Zephyr-Core-3.4.0/subsys/net/lib/mqtt/
Dmqtt_decoder.c28 * @retval -EINVAL if the buffer would be exceeded during the read
54 * @retval -EINVAL if the buffer would be exceeded during the read
81 * @retval -EINVAL if the buffer would be exceeded during the read
124 * @retval -EINVAL if the buffer would be exceeded during the read
158 * @retval -EINVAL if the length decoding would use more that 4 bytes.
159 * @retval -EAGAIN if the buffer would be exceeded during the read.
/Zephyr-Core-3.4.0/tests/benchmarks/latency_measure/boards/
Dmec1501modular_assy6885.conf2 # The test would not finish otherwise as there is no external
Dmec15xxevb_assy6853.conf2 # The test would not finish otherwise as there is no external
/Zephyr-Core-3.4.0/drivers/flash/
DKconfig.mcux91 This prevents faults when the data to write would be located on the
100 This prevents faults when the data to write would be located on the
/Zephyr-Core-3.4.0/cmake/modules/
DFindLlvmLld.cmake31 # to limit which linker to use, or else we would be using
37 # as it would complain about it not being a generic linker,
/Zephyr-Core-3.4.0/samples/boards/nrf/mesh/onoff-app/
DREADME.rst34 using one button for "on" and another for "off" would reduce the number
40 This sample has been tested on the Nordic nRF52840-PDK board, but would
58 would expect with an actual switch.
/Zephyr-Core-3.4.0/tests/subsys/portability/cmsis_rtos_v1/src/
Dthread_apis.c44 /* By now thread1 would have set thread_yield_check to 1 and would in thread2()
45 * have yielded the CPU. Incrementing it over here would essentially in thread2()
/Zephyr-Core-3.4.0/tests/kernel/mem_protect/userspace/boards/
Dmimxrt595_evk_cm33.overlay10 * otherwise would be taken up for the SRAM1 USB region.
Dmimxrt685_evk_cm33.overlay10 * otherwise would be taken up for the SRAM1 USB region.
/Zephyr-Core-3.4.0/kernel/include/
Dkernel_internal.h257 * This function would notify exit from kernel idling if a corresponding
261 * This function would be called from the ISR context of the event
264 * any operations before the kernel would switch tasks or processes nested
265 * interrupts. This is required for cpu low power states that would require
267 * those cases, the ISR would be invoked immediately after the event wakes up

12345678910>>...26