Searched refs:accessed (Results 1 – 25 of 107) sorted by relevance
12345
/Zephyr-latest/subsys/demand_paging/eviction/ |
D | Kconfig | 23 A periodic timer will clear the accessed state of all virtual pages. 27 - recently accessed, dirty 28 - recently accessed, clean 29 - not recently accessed, dirty 30 - not recently accessed, clean 40 algorithm: all operations are O(1), the accessed flag is cleared on 47 int "Recently accessed period, in milliseconds" 50 A periodic timer will fire that clears the accessed state of all virtual 52 still has the accessed property, it will be considered as recently used.
|
D | nru.c | 50 bool accessed; in k_mem_paging_eviction_select() local 71 accessed = (flags & ARCH_DATA_PAGE_ACCESSED) != 0UL; in k_mem_paging_eviction_select() 82 prec = (dirty ? 1U : 0U) + (accessed ? 2U : 0U); in k_mem_paging_eviction_select()
|
/Zephyr-latest/drivers/sensor/nordic/temp/ |
D | Kconfig | 23 bool "nRF Temperature Sensor accessed via nrfs" 28 Enable driver for nRF temperature sensor accessed through the nRF
|
/Zephyr-latest/subsys/debug/symtab/ |
D | Kconfig | 9 The symbol table can be accessed by including the
|
/Zephyr-latest/arch/x86/ |
D | gen_gdt.py | 119 accessed = 1 121 access = access | (present << 7) | (dpl << 5) | (desc_type << 4) | accessed
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | segmentation.h | 153 uint8_t accessed:1; member 272 .accessed = 0, \ 284 .accessed = 0, \
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | bbram.rst | 7 common types of BBRAM properties are easily accessed via this API:
|
D | gnss.rst | 11 are usually accessed through GNSS modems which receive and
|
D | video.rst | 39 A video control is accessed and identified by a CID (control identifier). It
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.esp32 | 27 USB host. The USB stack is built into the chip and accessed
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.nxp_sof_host_dma | 15 can be accessed without an actual
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | nothread.rst | 92 drivers. Bus-accessed devices like serial memories may not be 101 drivers. Bus-accessed devices like GPIO extenders may not be supported.
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | slist.rst | 18 before use. Its interior fields are opaque and should not be accessed 33 accessed with :c:func:`sys_slist_peek_next`. 110 "flags" with each list node. These can be accessed and modified with
|
/Zephyr-latest/doc/kernel/iterable_sections/ |
D | index.rst | 53 The data can then be accessed using :c:macro:`STRUCT_SECTION_FOREACH`.
|
/Zephyr-latest/drivers/disk/ |
D | Kconfig.sdmmc | 45 File system on sdmmc accessed through stm32 sdmmc.
|
/Zephyr-latest/doc/services/retention/ |
D | index.rst | 24 accessed or updated independently. The prefix and checksum can be set 107 The retention areas can then be accessed using the data retention API (once 188 :kconfig:option:`CONFIG_RETENTION_BOOT_MODE` and then accessed by using the
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.ascs | 62 an ASE read or dropping a notification if the ASE state is being accessed by another
|
/Zephyr-latest/doc/services/task_wdt/ |
D | index.rst | 29 Instead, the task watchdog API can be accessed globally to add or delete new
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | CMakeLists.txt | 113 be accessed.
|
/Zephyr-latest/soc/espressif/common/ |
D | Kconfig | 32 ending at the last memory location that can be safely accessed (depending on a boot mode).
|
/Zephyr-latest/doc/develop/languages/c/ |
D | common_libc.rst | 31 called ``z_malloc_partition``, which can be accessed from the user mode
|
/Zephyr-latest/boards/adi/max32675evkit/doc/ |
D | index.rst | 342 GPIO and alternate function signals from the MAX32675 can be accessed through 0.1in 347 Analog inputs (AIN0–AIN3) can be accessed differentially from SMA connectors J2 and J3 or 349 accessed through 0.1in spaced headers JH5 and JH6. 376 SWD debug can be accessed through an Arm Cortex 10-pin connector (J5).
|
/Zephyr-latest/drivers/pinctrl/ |
D | Kconfig | 25 a driver has to be accessed externally. This can happen, for example, when
|
/Zephyr-latest/doc/develop/api/ |
D | design_guidelines.rst | 36 cases further context can accessed by the callback indirectly by 82 * Any data that is accessed only when the feature is enabled should be
|
/Zephyr-latest/samples/subsys/llext/modules/ |
D | README.rst | 13 their symbols can be accessed and functions called.
|
12345