Home
last modified time | relevance | path

Searched full:fact (Results 1 – 25 of 76) sorted by relevance

1234

/Zephyr-latest/tests/subsys/llext/
Dno_mem_protection.conf3 # This uses the fact that setting an unknown symbol to 'n' has no effect,
/Zephyr-latest/cmake/compiler/xcc/
Dcompiler_flags.cmake6 # fact that linkage semantics differed between C99 and GNU at the
/Zephyr-latest/dts/bindings/dma/
Dnxp,edma.yaml18 property and "dma-channels" is the fact that this
/Zephyr-latest/soc/mediatek/mt8xxx/
DKconfig.defconfig53 # fact SOF has its own heap. Just leave a little for stray malloc()
/Zephyr-latest/tests/kernel/workq/work_queue/src/
Dstart_stop.c11 /* In fact, each work item could take up to this value */
/Zephyr-latest/dts/bindings/gpio/
Dnxp,s32-gpio.yaml26 the fact that each interrupt controller features its own interrupt vector.
/Zephyr-latest/tests/kernel/fifo/fifo_api/src/
Dtest_fifo_cancel.c35 * ( call to k_fifo_cancel_wait) of the thread, it's not fact in tfifo_thread_thread()
/Zephyr-latest/drivers/ipm/
Dipm_cavs_host.c85 /* 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/
Dcommon.c21 * This assumption relies on the fact that any filesystem headers will be
/Zephyr-latest/boards/nxp/frdm_ke17z512/doc/
Dindex.rst29 - `KE1xZ Fact Sheet`_
191 .. _KE1xZ Fact Sheet:
192 https://www.nxp.com/docs/en/fact-sheet/KE1xZMCUFAMFS.pdf
/Zephyr-latest/doc/build/dts/
Ddt-vs-kconfig.rst25 * The fact that the board has this UART **hardware** is described with two UART
/Zephyr-latest/samples/boards/intel/adsp/code_relocation/
Dlinker_xtensa_intel_adsp_cavs.ld24 * RAM) has a bit of both TEXT and DATA. In fact, the default linker
/Zephyr-latest/arch/arc/core/
Dswitch.S40 * a return from an exception. Thus, the fact that the thread is pending because
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dclient.c37 * characteristics, but here we bond after the fact on purpose, to in client_round_0()
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst40 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/
Ddma_nxp_edma.h24 /* 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/
Dshared_irq.c13 * at least 2 clients using it. As such, enforce the fact that
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/
DKconfig54 needs to be set to the same value; this is due to the fact that the MCUmgr uses
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtwister_main.py183 # FIXME: This is a workaround for the fact that the hardware map can be usng
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dcavs-idc.h27 * reflects the same value written to ITC. In fact experimentally
/Zephyr-latest/drivers/adc/
Dadc_context.h110 * complete. Instead, note this fact, and inform the user about in adc_context_request_next_sampling()
/Zephyr-latest/subsys/fs/
DKconfig.fatfs232 The reduction comes from the fact that FAT FS does not have to
/Zephyr-latest/drivers/peci/
Dpeci_ite_it8xxx2.c227 * Due to the fact that we've checked if the peci_enable() in peci_it8xxx2_rst_module()
/Zephyr-latest/arch/arm/core/
DKconfig139 C++ languages; in fact, this symbol refers to all forms of
/Zephyr-latest/subsys/bluetooth/mesh/
Dfriend.c958 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