Searched full:fine (Results 1 – 25 of 95) sorted by relevance
1234
/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() 80 LOG_DBG("NRF_HSFLL->TRIM.FINE = %d", hsfll->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() 111 LOG_DBG("NRF_HSFLL->TRIM.FINE = %d", hsfll->TRIM.FINE); in trim_hsfll()
|
/Zephyr-latest/dts/bindings/clock/ |
D | nordic,nrf-hsfll-local.yaml | 20 nordic,ficr-names = "vsup", "coarse", "fine"; 23 Required FICR entries are for VSUP, COARSE and FINE trim values.
|
/Zephyr-latest/dts/bindings/i2c/ |
D | atmel,sam-i2c-twim.yaml | 59 std-clk-strength-low to fine tune the TWCK slope. 89 std-data-strength-low to fine tune the TWD slope. 120 hs-clk-strength-low to fine tune the TWCK slope. 164 should be adjusted with hs-data-strength-low to fine tune the TWD
|
/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() 288 LOG_DBG("REGW: NRF_HSFLL->TRIM.FINE 0x%x, V: 0x%x", in ld_dvfs_configure_hsfll() 289 (uint32_t)&NRF_HSFLL->TRIM.FINE, in ld_dvfs_configure_hsfll() 290 hsfll_trim.fine); in ld_dvfs_configure_hsfll()
|
/Zephyr-latest/dts/bindings/rtc/ |
D | nxp,irtc.yaml | 38 1 <- Fine 1Hz
|
/Zephyr-latest/drivers/adc/ |
D | Kconfig.tla202x | 21 Fine tune the priority for the driver initialization. Make sure it's
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/ |
D | prj.conf | 49 # For indication param structs. It's fine, we run on native.
|
/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/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_vendor.h | 18 * Needed due to the lack of fine timing resolution in ticker_start
|
/Zephyr-latest/include/zephyr/linker/ |
D | intlist.ld | 26 * fine:
|
/Zephyr-latest/tests/crypto/mbedtls_psa/ |
D | testcase.yaml | 12 # of PSA crypto is working fine on the platforms that support TF-M.
|
/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/dts/bindings/audio/ |
D | nxp,dmic.yaml | 95 DC gain fine adjustment. Number of bits to downshift the final
|
/Zephyr-latest/dts/bindings/qspi/ |
D | nxp,s32-qspi.yaml | 186 a-dll-fine-delay: 191 This field sets the number of fine offset delay elements up to 16 in
|
/Zephyr-latest/ |
D | .gitlint | 33 # insensitive. It's fine if the keyword occurs as part of a larger word (so "WIPING"
|
/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/scripts/west_commands/runners/ |
D | uf2.py | 17 # runners package if psutil is not on sys.path. This is fine
|
/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/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_vendor.h | 54 * Needed due to the lack of fine timing resolution in ticker_start
|
/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/scripts/logging/dictionary/dictionary_parser/ |
D | data_types.py | 150 # but these seem to work fine for now.
|
1234