Searched full:fact (Results 1 – 25 of 71) sorted by relevance
123
/Zephyr-Core-3.7.0/cmake/compiler/xcc/ |
D | compiler_flags.cmake | 6 # fact that linkage semantics differed between C99 and GNU at the
|
/Zephyr-Core-3.7.0/soc/mediatek/mtk_adsp/ |
D | Kconfig.defconfig | 39 # fact SOF has its own heap. Just leave a little for stray malloc()
|
D | soc.c | 96 * output, there's no way to detect a reset of the stream, and in fact
|
/Zephyr-Core-3.7.0/dts/bindings/dma/ |
D | nxp,edma.yaml | 18 property and "dma-channels" is the fact that this
|
/Zephyr-Core-3.7.0/tests/kernel/fifo/fifo_api/src/ |
D | test_fifo_cancel.c | 35 * ( call to k_fifo_cancel_wait) of the thread, it's not fact in tfifo_thread_thread()
|
/Zephyr-Core-3.7.0/dts/bindings/gpio/ |
D | nxp,s32-gpio.yaml | 26 the fact that each interrupt controller features its own interrupt vector.
|
/Zephyr-Core-3.7.0/boards/nxp/frdm_ke17z512/doc/ |
D | index.rst | 38 - `KE1xZ Fact Sheet`_ 186 .. _KE1xZ Fact Sheet: 187 https://www.nxp.com/docs/en/fact-sheet/KE1xZMCUFAMFS.pdf
|
/Zephyr-Core-3.7.0/drivers/ipm/ |
D | ipm_cavs_host.c | 85 /* The IPM docs call for "busy waiting" here, but in fact in send() 159 * fact will stall if a message goes unacknowledged. Support in set_enabled()
|
/Zephyr-Core-3.7.0/doc/build/dts/ |
D | dt-vs-kconfig.rst | 25 * The fact that the board has this UART **hardware** is described with two UART
|
/Zephyr-Core-3.7.0/arch/arc/core/ |
D | switch.S | 40 * a return from an exception. Thus, the fact that the thread is pending because
|
D | isr_wrapper.S | 209 * in fact is useless
|
/Zephyr-Core-3.7.0/samples/boards/intel_adsp/code_relocation/ |
D | linker_xtensa_intel_adsp_cavs.ld | 24 * RAM) has a bit of both TEXT and DATA. In fact, the default linker
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | client.c | 37 * characteristics, but here we bond after the fact on purpose, to in client_round_0()
|
/Zephyr-Core-3.7.0/drivers/dma/ |
D | dma_nxp_edma.h | 22 /* workaround the fact that device_map() is not defined for SoCs with no MMU */ 350 * in edma_reload() to mark the fact that the user of the EDMA driver 389 * in edma_reload() to mark the fact that the user of the EDMA driver
|
/Zephyr-Core-3.7.0/doc/kernel/services/smp/ |
D | smp.rst | 40 does not: the fact that your CPU will not be interrupted while you are 72 identical code to legacy IRQ locks. In fact the entirety of the 92 instruction) interrupt masking operation. That, and the fact that the
|
/Zephyr-Core-3.7.0/arch/common/ |
D | shared_irq.c | 13 * at least 2 clients using it. As such, enforce the fact that
|
/Zephyr-Core-3.7.0/subsys/mgmt/mcumgr/grp/img_mgmt/ |
D | Kconfig | 54 needs to be set to the same value; this is due to the fact that the MCUmgr uses
|
/Zephyr-Core-3.7.0/subsys/fs/ |
D | Kconfig.fatfs | 207 The reduction comes from the fact that FAT FS does not have to
|
/Zephyr-Core-3.7.0/soc/intel/intel_adsp/common/include/ |
D | cavs-idc.h | 27 * reflects the same value written to ITC. In fact experimentally
|
/Zephyr-Core-3.7.0/drivers/adc/ |
D | adc_context.h | 110 * complete. Instead, note this fact, and inform the user about in adc_context_request_next_sampling()
|
/Zephyr-Core-3.7.0/arch/arm/core/ |
D | Kconfig | 139 C++ languages; in fact, this symbol refers to all forms of
|
/Zephyr-Core-3.7.0/soc/espressif/esp32/ |
D | esp32-mp.c | 130 * spill area. (In fact ENTRY instructions with stack
|
/Zephyr-Core-3.7.0/drivers/peci/ |
D | peci_ite_it8xxx2.c | 227 * Due to the fact that we've checked if the peci_enable() in peci_it8xxx2_rst_module()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | friend.c | 958 static const uint8_t fact[] = { 10, 15, 20, 25 }; in offer_delay() local 962 fact[RECV_WIN_FACT(crit)], RECV_WIN, fact[RSSI_FACT(crit)], rssi); in offer_delay() 965 delay = (int32_t)fact[RECV_WIN_FACT(crit)] * RECV_WIN; in offer_delay() 966 delay -= (int32_t)fact[RSSI_FACT(crit)] * rssi; in offer_delay()
|
/Zephyr-Core-3.7.0/boards/nxp/hexiwear/doc/ |
D | index.rst | 53 - `Hexiwear Fact Sheet`_ 308 .. _Hexiwear Fact Sheet: 309 https://www.nxp.com/docs/en/fact-sheet/HEXIWEAR-FS.pdf
|
123