Searched full:coarse (Results 1 – 25 of 29) sorted by relevance
12
/Zephyr-latest/soc/nordic/nrf92/ |
D | soc.c | 63 .coarse = sys_read32(FICR_ADDR_GET(HSFLL_NODE, coarse)), in trim_hsfll() 68 LOG_DBG("Trim: HSFLL COARSE: 0x%.8x", trim.coarse); in trim_hsfll() 79 LOG_DBG("NRF_HSFLL->TRIM.COARSE = %d", hsfll->TRIM.COARSE); in trim_hsfll()
|
/Zephyr-latest/soc/nordic/nrf54h/ |
D | soc.c | 92 .coarse = sys_read32(FICR_ADDR_GET(HSFLL_NODE, coarse)), in trim_hsfll() 97 LOG_DBG("Trim: HSFLL COARSE: 0x%.8x", trim.coarse); in trim_hsfll() 110 LOG_DBG("NRF_HSFLL->TRIM.COARSE = %d", hsfll->TRIM.COARSE); 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/modules/hal_nordic/nrfs/dvfs/ |
D | ld_dvfs.c | 274 hsfll_trim.coarse = NRF_FICR->TRIM.APPLICATION.HSFLL.TRIM.COARSE[freq_trim]; in ld_dvfs_configure_hsfll() 278 hsfll_trim.coarse = NRF_FICR->TRIM.SECURE.HSFLL.TRIM.COARSE[freq_trim]; in ld_dvfs_configure_hsfll() 285 LOG_DBG("REGW: NRF_HSFLL->TRIM.COARSE 0x%x, V: 0x%x", in ld_dvfs_configure_hsfll() 286 (uint32_t)&NRF_HSFLL->TRIM.COARSE, in ld_dvfs_configure_hsfll() 287 hsfll_trim.coarse); in ld_dvfs_configure_hsfll()
|
/Zephyr-latest/dts/bindings/rtc/ |
D | nxp,irtc.yaml | 40 3 <- Coarse 1Hz
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | soc_saml2x.c | 141 * decrease the time until the coarse lock is acquired. this is loaded from in dfll48m_init() 163 /* use 25% of maximum value for the coarse and fine step in dfll48m_init()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf51.h | 8 /* Use the NRF_RTC instance for coarse radio event scheduling */
|
D | radio_nrf52805.h | 7 /* Use the NRF_RTC instance for coarse radio event scheduling */
|
D | radio_nrf52810.h | 9 /* Use the NRF_RTC instance for coarse radio event scheduling */
|
D | radio_nrf52832.h | 10 /* Use the NRF_RTC instance for coarse radio event scheduling */
|
D | radio_sim_nrf52.h | 15 /* Use the NRF_RTC instance for coarse radio event scheduling */
|
D | radio_sim_nrf5340.h | 11 /* Use the NRF_RTC instance for coarse radio event scheduling */
|
D | radio_nrf52811.h | 7 /* Use the NRF_RTC instance for coarse radio event scheduling */
|
D | radio_nrf52820.h | 7 /* Use the NRF_RTC instance for coarse radio event scheduling */
|
D | radio_nrf52833.h | 7 /* Use the NRF_RTC instance for coarse radio event scheduling */
|
D | radio_nrf52840.h | 10 /* Use the NRF_RTC instance for coarse radio event scheduling */
|
D | radio_nrf5340.h | 8 /* Use the NRF_RTC instance for coarse radio event scheduling */
|
D | radio_nrf54lx.h | 7 /* Use the NRF_RTC instance for coarse radio event scheduling */
|
/Zephyr-latest/drivers/led_strip/ |
D | Kconfig.ws2812 | 29 delay. The reset delay has a coarse resolution of ~20us.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_test.c | 168 /* start coarse timer */ in init() 353 /* Stop coarse timer */ in ll_test_end()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_time.h | 80 * If you want to represent more coarse grained scalar time in network
|
/Zephyr-latest/lib/heap/ |
D | heap_stress.c | 60 * yes, the math here is coarse (in units of percent), but in rand_alloc_choice()
|
/Zephyr-latest/dts/bindings/qspi/ |
D | nxp,s32-qspi.yaml | 176 a-dll-coarse-delay:
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_test.c | 496 /* start coarse timer */ in init() 749 /* Stop coarse timer */ in ll_test_end()
|
/Zephyr-latest/include/zephyr/sys/ |
D | sys_heap.h | 27 * array of 2-word bucket headers. No coarse alignment restrictions
|
12