Searched refs:fine (Results 1 – 25 of 36) sorted by relevance
12
/Zephyr-latest/soc/nordic/nrf92/ |
D | soc.c | 64 .fine = sys_read32(FICR_ADDR_GET(HSFLL_NODE, fine)) in trim_hsfll() 69 LOG_DBG("Trim: HSFLL FINE: 0x%.8x", trim.fine); in trim_hsfll()
|
/Zephyr-latest/soc/nordic/nrf54h/ |
D | soc.c | 93 .fine = sys_read32(FICR_ADDR_GET(HSFLL_NODE, fine)) in trim_hsfll() 98 LOG_DBG("Trim: HSFLL FINE: 0x%.8x", trim.fine); in trim_hsfll()
|
/Zephyr-latest/modules/hal_nordic/nrfs/dvfs/ |
D | ld_dvfs.c | 275 hsfll_trim.fine = NRF_FICR->TRIM.APPLICATION.HSFLL.TRIM.FINE[freq_trim]; in ld_dvfs_configure_hsfll() 279 hsfll_trim.fine = NRF_FICR->TRIM.SECURE.HSFLL.TRIM.FINE[freq_trim]; in ld_dvfs_configure_hsfll() 290 hsfll_trim.fine); in ld_dvfs_configure_hsfll()
|
/Zephyr-latest/cmake/modules/ |
D | west.cmake | 58 # fine; it's optional. 94 # That's fine; west is optional, so could be custom Zephyr project.
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.mcux_lpc | 32 be saved by fine tuning this Kconfig.
|
/Zephyr-latest/include/zephyr/linker/ |
D | intlist.ld | 26 * fine:
|
/Zephyr-latest/tests/application_development/code_relocation/ |
D | CMakeLists.txt | 41 # (this and test_file2.c in RAM) should work fine.
|
/Zephyr-latest/arch/arm64/core/cortex_r/ |
D | Kconfig | 34 is fine for User Mode, since the background ARM map does not
|
/Zephyr-latest/ |
D | .gitlint | 33 # insensitive. It's fine if the keyword occurs as part of a larger word (so "WIPING"
|
/Zephyr-latest/boards/native/nrf_bsim/doc/ |
D | nrf52_bsim.rst | 117 is possible only while there is no radio activity. But is perfectly fine for 198 Note that BabbleSim will run fine if one or several of its components are
|
/Zephyr-latest/boards/acrn/acrn/doc/ |
D | index.rst | 182 CPUs 0 and 1 works fine. (Note that ehl-crb-b has four physical CPUs, 183 so configuring all of 0-3 will work fine too, but leave no space for 262 work fine for all but the weirdest hardware (i.e. "hd0" is virtually
|
/Zephyr-latest/arch/arm/core/mpu/ |
D | Kconfig | 39 is fine for User Mode, since the background ARM map does not
|
/Zephyr-latest/subsys/mgmt/mcumgr/smp/ |
D | Kconfig | 24 the default value works fine with them.
|
/Zephyr-latest/boards/snps/nsim/arc_classic/doc/ |
D | index.rst | 288 DSP or FPU. Instead we prefer to fine-tune the HW features usage which (with all its pros) 309 * Options to fine-tuned MDB behavior are added (to ``.args`` files only) to disable MDB profiling 310 and fine-tune MDB behavior on multi-core systems.
|
/Zephyr-latest/arch/x86/zefi/ |
D | README.txt | 39 work fine and then fail inexplicably at runtime with a garbage
|
/Zephyr-latest/tests/subsys/logging/log_blocking/ |
D | REAME.md | 37 Back pressure is fine in short bursts but it can cause delays in application
|
/Zephyr-latest/boards/silabs/dev_kits/sltb004a/doc/ |
D | index.rst | 26 - Power enable signals for fine grained power-control
|
/Zephyr-latest/doc/services/portability/posix/overview/ |
D | index.rst | 140 via Kconfig (e.g. ``CONFIG_POSIX_C_LIB_EXT=y``). Further fine-tuning may be accomplished via
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | virtual_memory.rst | 6 Virtual memory (VM) in Zephyr provides developers with the ability to fine tune
|
/Zephyr-latest/doc/introduction/ |
D | index.rst | 73 policy-defined, System Power Management and fine-grained, driver-defined,
|
/Zephyr-latest/doc/services/llext/ |
D | build.rst | 82 during the extension build process to a fine degree. Each of the below
|
/Zephyr-latest/samples/subsys/mgmt/hawkbit/ |
D | README.rst | 148 fine the message ``Update installed`` will be printed on the terminal.
|
/Zephyr-latest/boards/snps/nsim/arc_v/doc/ |
D | index.rst | 152 DSP or FPU. Instead we prefer to fine-tune the HW features usage which (with all its pros)
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf9280.dtsi | 165 nordic,ficr-names = "vsup", "coarse", "fine"; 217 nordic,ficr-names = "vsup", "coarse", "fine";
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-upstream.rst | 75 If your description is short, it's fine to use this style:
|
12