Searched refs:stale (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | cntr.c | 154 uint32_t cntr_l, cntr_h, cntr_h_overflow, stale; in cntr_cmp_set() local 173 stale = cntr_l - 1U; in cntr_cmp_set() 174 NRF_GRTC->CC[cmp].CCL = stale; in cntr_cmp_set() 182 } while (cntr_l == stale); in cntr_cmp_set()
|
/Zephyr-latest/doc/contribute/ |
D | modifying_contributions.rst | 22 * integrate useful content which is part of a stale pull request, or 31 * drive stale pull requests to completion so they can be merged 53 as *stale*. Read about how to identify pull requests as stale in
|
D | index.rst | 54 Guidelines for modifying contributions made by other developers and how to deal with stale pull
|
D | contributor_expectations.rst | 283 stale, unrelated or irrelevant change requests by reviewers giving the
|
/Zephyr-latest/samples/sensor/ccs811/ |
D | README.rst | 56 Timed fetch got stale data 57 Timed fetch got stale data 58 Timed fetch got stale data
|
/Zephyr-latest/scripts/ci/ |
D | twister_ignore.txt | 23 .github/workflows/stale-workflow-queue-cleanup.yml
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio.c | 1430 uint32_t cntr_l, cntr_h, cntr_h_overflow, stale; in radio_tmr_start() local 1449 stale = cntr_l - 1U; in radio_tmr_start() 1450 NRF_GRTC->CC[HAL_CNTR_GRTC_CC_IDX_RADIO].CCL = stale; in radio_tmr_start() 1459 } while (cntr_l == stale); in radio_tmr_start() 1554 uint32_t cntr_l, cntr_h, cntr_h_overflow, stale; in radio_tmr_start_tick() local 1573 stale = cntr_l - 1U; in radio_tmr_start_tick() 1574 NRF_GRTC->CC[HAL_CNTR_GRTC_CC_IDX_RADIO].CCL = stale; in radio_tmr_start_tick() 1583 } while (cntr_l == stale); in radio_tmr_start_tick()
|
/Zephyr-latest/doc/hardware/cache/ |
D | guide.rst | 30 of this, data moved into and out of memory by DMA engines will be stale in the 152 cache lines in the specified region as stale, ensuring that the cache line will
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | Kconfig.nrfwifi | 512 int "RSSI stale timeout in milliseconds" 515 RSSI stale timeout is the period after which the driver queries 521 If data is not active or after the stale timeout duration,
|
/Zephyr-latest/doc/project/ |
D | project_roles.rst | 180 * Right to dismiss stale and unrelated reviews or reviews not following 227 * Right to close any stale changes after <N> months of no activity
|
D | dev_env_and_tools.rst | 115 - An assignee is responsible for dismissing stale reviews and seeking reviews
|
/Zephyr-latest/arch/x86/ |
D | Kconfig | 421 ensure s that a load does not speculatively consume stale
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | chromebooks_adsp.rst | 323 On the Tiger Lake Chromebook, the /lib/firmware tree is a bit stale
|
/Zephyr-latest/doc/build/dts/ |
D | macros.bnf | 319 ; this file going stale. Please see devicetree.h if you need to know
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 665 crashes, you can cleanup the stale mount point by using the program
|