Searched full:fact (Results 1 – 25 of 76) sorted by relevance
1234
/Zephyr-latest/tests/subsys/llext/ |
D | no_mem_protection.conf | 3 # This uses the fact that setting an unknown symbol to 'n' has no effect,
|
/Zephyr-latest/cmake/compiler/xcc/ |
D | compiler_flags.cmake | 6 # fact that linkage semantics differed between C99 and GNU at the
|
/Zephyr-latest/dts/bindings/dma/ |
D | nxp,edma.yaml | 18 property and "dma-channels" is the fact that this
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | Kconfig.defconfig | 53 # fact SOF has its own heap. Just leave a little for stray malloc()
|
/Zephyr-latest/tests/kernel/workq/work_queue/src/ |
D | start_stop.c | 11 /* In fact, each work item could take up to this value */
|
/Zephyr-latest/dts/bindings/gpio/ |
D | nxp,s32-gpio.yaml | 26 the fact that each interrupt controller features its own interrupt vector.
|
/Zephyr-latest/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-latest/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-latest/tests/subsys/fs/fat_fs_api/src/ |
D | common.c | 21 * This assumption relies on the fact that any filesystem headers will be
|
/Zephyr-latest/boards/nxp/frdm_ke17z512/doc/ |
D | index.rst | 29 - `KE1xZ Fact Sheet`_ 191 .. _KE1xZ Fact Sheet: 192 https://www.nxp.com/docs/en/fact-sheet/KE1xZMCUFAMFS.pdf
|
/Zephyr-latest/doc/build/dts/ |
D | dt-vs-kconfig.rst | 25 * The fact that the board has this UART **hardware** is described with two UART
|
/Zephyr-latest/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-latest/arch/arc/core/ |
D | switch.S | 40 * a return from an exception. Thus, the fact that the thread is pending because
|
/Zephyr-latest/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-latest/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-latest/drivers/dma/ |
D | dma_nxp_edma.h | 24 /* workaround the fact that device_map() is not defined for SoCs with no MMU */ 358 * in edma_reload() to mark the fact that the user of the EDMA driver 397 * in edma_reload() to mark the fact that the user of the EDMA driver
|
/Zephyr-latest/arch/common/ |
D | shared_irq.c | 13 * at least 2 clients using it. As such, enforce the fact that
|
/Zephyr-latest/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-latest/scripts/pylib/twister/twisterlib/ |
D | twister_main.py | 183 # FIXME: This is a workaround for the fact that the hardware map can be usng
|
/Zephyr-latest/soc/intel/intel_adsp/common/include/ |
D | cavs-idc.h | 27 * reflects the same value written to ITC. In fact experimentally
|
/Zephyr-latest/drivers/adc/ |
D | adc_context.h | 110 * complete. Instead, note this fact, and inform the user about in adc_context_request_next_sampling()
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.fatfs | 232 The reduction comes from the fact that FAT FS does not have to
|
/Zephyr-latest/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-latest/arch/arm/core/ |
D | Kconfig | 139 C++ languages; in fact, this symbol refers to all forms of
|
/Zephyr-latest/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()
|
1234