Searched refs:fact (Results 1 – 25 of 26) sorted by relevance
12
/Zephyr-latest/cmake/compiler/xcc/ |
D | compiler_flags.cmake | 6 # fact that linkage semantics differed between C99 and GNU at the
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | Kconfig.defconfig | 53 # fact SOF has its own heap. Just leave a little for stray malloc()
|
/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/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/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-latest/boards/nxp/frdm_ke17z512/doc/ |
D | index.rst | 192 https://www.nxp.com/docs/en/fact-sheet/KE1xZMCUFAMFS.pdf
|
/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/subsys/fs/ |
D | Kconfig.fatfs | 232 The reduction comes from the fact that FAT FS does not have to
|
/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/arch/arm/core/ |
D | Kconfig | 139 C++ languages; in fact, this symbol refers to all forms of
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | controller.rst | 67 They resolve by the fact that dominant bits override recessive bits.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_pkt.rst | 190 and overwrite. This might sound a bit unusual, but is in fact simple
|
/Zephyr-latest/doc/contribute/ |
D | bin_blobs.rst | 19 fact, Zephyr’s build system supports arbitrary use cases related to blobs. This
|
/Zephyr-latest/doc/services/logging/ |
D | cs_stm.rst | 49 …is also assumed that frontend provides the timestamp. Frontend utilizes a fact that there are mult…
|
/Zephyr-latest/boards/nxp/hexiwear/doc/ |
D | index.rst | 309 https://www.nxp.com/docs/en/fact-sheet/HEXIWEAR-FS.pdf
|
/Zephyr-latest/doc/kernel/services/ |
D | interrupts.rst | 471 The limitation of this parser is the fact that after the arrays are generated 598 The name comes from the fact that all the entries to the arrays that would create
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 324 In fact, there is a race condition in the previous example: the interrupt could
|
/Zephyr-latest/doc/safety/ |
D | safety_overview.rst | 142 another purpose beside the fact of a unified ruleset. It is also necessary to prove that the
|
/Zephyr-latest/doc/services/tracing/ |
D | index.rst | 29 In fact, I/O varies greatly from system to system. Therefore, it is
|
/Zephyr-latest/doc/kernel/usermode/ |
D | syscalls.rst | 481 guidelines heavily discourage usage of heap and the fact that a resource pool is
|
/Zephyr-latest/doc/develop/west/ |
D | build-flash-debug.rst | 824 targets provided by Zephyr's build system (in fact, that's how these
|
D | manifest.rst | 1563 Your Zephyr downstream has a lot of additional repositories. So many, in fact, 1624 This may seem strange, but it allows you to redefine projects "after the fact",
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 380 Based on the fact that developers can use zbus to solve many different problems, some challenges
|
/Zephyr-latest/doc/develop/ |
D | modules.rst | 47 <west-workspace>`. In fact, modules :ref:`do not require west
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 434 This option is often used to test drivers and the fact that they are correctly
|
12