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/project/ |
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 | project_roles.rst | 170 * Right to dismiss stale and unrelated reviews or reviews not following 217 * Right to close any stale changes after <N> months of no activity
|
D | dev_env_and_tools.rst | 125 - An assignee is responsible for dismissing stale reviews and seeking reviews
|
/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 | 1418 uint32_t cntr_l, cntr_h, cntr_h_overflow, stale; in radio_tmr_start() local 1437 stale = cntr_l - 1U; in radio_tmr_start() 1438 NRF_GRTC->CC[HAL_CNTR_GRTC_CC_IDX_RADIO].CCL = stale; in radio_tmr_start() 1447 } while (cntr_l == stale); in radio_tmr_start() 1542 uint32_t cntr_l, cntr_h, cntr_h_overflow, stale; in radio_tmr_start_tick() local 1561 stale = cntr_l - 1U; in radio_tmr_start_tick() 1562 NRF_GRTC->CC[HAL_CNTR_GRTC_CC_IDX_RADIO].CCL = stale; in radio_tmr_start_tick() 1571 } 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/doc/kernel/services/data_passing/ |
D | pipes.rst | 190 /* Pipe buffer contains stale data. Flush it. */
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | Kconfig.nrfwifi | 533 int "RSSI stale timeout in milliseconds" 536 RSSI stale timeout is the period after which the driver queries 542 If data is not active or after the stale timeout duration,
|
/Zephyr-latest/arch/x86/ |
D | Kconfig | 411 ensure s that a load does not speculatively consume stale
|
/Zephyr-latest/doc/contribute/ |
D | contributor_expectations.rst | 224 stale, unrelated or irrelevant change requests by reviewers giving the
|
/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 | 667 crashes, you can cleanup the stale mount point by using the program
|