Searched full:mapping (Results 1 – 25 of 672) sorted by relevance
12345678910>>...27
/Zephyr-latest/scripts/schemas/ |
D | build-schema.yml | 8 mapping: 14 mapping: 17 mapping: 24 mapping: 38 mapping: 61 mapping: 78 mapping: 87 mapping: 94 mapping: 97 mapping: [all …]
|
D | board-schema.yml | 15 mapping: 31 mapping: 41 mapping: 60 mapping: 77 mapping: 86 mapping: 96 mapping: 105 mapping: 117 mapping: 125 mapping: [all …]
|
D | soc-schema.yml | 15 mapping: 25 mapping: 37 mapping: 52 mapping: 61 mapping: 67 mapping: 90 mapping: 102 mapping: 110 mapping: 134 mapping:
|
D | snippet-schema.yml | 11 mapping: 22 mapping: 44 mapping: 47 mapping:
|
/Zephyr-latest/samples/drivers/led/lp50xx/boards/ |
D | lpcxpresso11u68.overlay | 19 color-mapping = 27 color-mapping = 35 color-mapping = 43 color-mapping = 51 color-mapping = 59 color-mapping = 67 color-mapping = 75 color-mapping = 83 color-mapping = 91 color-mapping =
|
/Zephyr-latest/include/zephyr/xen/ |
D | memory.h | 11 * Add mapping for specified page frame in Xen domain physmap. 13 * @param domid domain id, where mapping will be added. For unprivileged should 16 * @param space XENMAPSPACE_* mapping space identifier. 17 * @param gpfn page frame where the source mapping page should appear. 24 * Add mapping for specified set of page frames to Xen domain physmap. 26 * @param domid domain id, where mapping will be added. For unprivileged 30 * @param space XENMAPSPACE_* mapping space identifier. 33 * @param gpfns array of page frames where the mapping should appear. 54 * @param domid domain id, where mapping will be added. For unprivileged
|
/Zephyr-latest/dts/bindings/led/ |
D | led-controller.yaml | 20 color-mapping: 23 Channel to color mapping of a multicolor LED. If a LED supports 24 several colors, then the color-mapping property can be used to 27 For example the channel to color mapping of RGB LEDs would be 29 color-mapping =
|
D | issi,is31fl3194.yaml | 11 by the color-mapping property. 23 color-mapping = 38 color-mapping = <LED_COLOR_ID_RED>; 43 color-mapping = <LED_COLOR_ID_GREEN>; 48 color-mapping = <LED_COLOR_ID_BLUE>; 62 color-mapping:
|
D | onnn,ncp5623.yaml | 19 color-mapping = 35 color-mapping = 42 color-mapping = 49 color-mapping = 67 color-mapping:
|
/Zephyr-latest/dts/bindings/led_strip/ |
D | led-strip.yaml | 14 color-mapping: 18 Channel to color mapping (or pixel order). 20 For example a GRB channel to color mapping would be 22 color-mapping = <LED_COLOR_ID_GREEN
|
/Zephyr-latest/dts/bindings/espi/ |
D | nuvoton,npcx-espi-vw-conf.yaml | 4 description: Nuvoton NPCX eSPI Virtual Wire (VW) mapping child node 10 Child node to present the mapping between VW signal, its core register and input source of 22 Mapping table between Wake-Up Input (WUI) and vw input signal. 24 For example the WUI mapping on NPCX7 for VW_SLP5 would be
|
/Zephyr-latest/scripts/schemas/twister/ |
D | platform-schema.yaml | 14 mapping: 18 mapping: 36 mapping: 100 mapping: 120 mapping:
|
D | test-config-schema.yaml | 6 mapping: 10 mapping: 28 mapping:
|
/Zephyr-latest/dts/bindings/gpio/ |
D | nuvoton,npcx-gpio.yaml | 23 Mapping table between Wake-Up Input (WUI) and 8 IOs belong to this device. 27 For example the WUI mapping on NPCX7 GPIO8 would be 34 Mapping table between Low-Voltage controllers and 8 IOs belong to 38 For example the LVOL mapping on NPCX7 GPIOC would be
|
/Zephyr-latest/samples/boards/espressif/flash_memory_mapped/ |
D | README.rst | 11 and data address spaces. This mapping works only for read operations. It is not possible to modify 14 Mapping happens in 64 KB pages. Memory mapping hardware can map flash into the data address space 16 limitations about memory mapping hardware. For more information, check `ESP32 Flash Memory-Mapping`… 66 .. _ESP32 Flash Memory-Mapping: 67 …/projects/esp-idf/en/latest/esp32/api-reference/peripherals/spi_flash/index.html#memory-mapping-api
|
/Zephyr-latest/include/zephyr/kernel/internal/ |
D | mm.h | 21 * @brief Address offset of permanent virtual mapping from physical address. 24 * kernel's permanent mapping of RAM, to obtain its physical address. 35 * frames that are pinned to their virtual mapping at boot. 50 * This only works in the kernel's permanent mapping of RAM. 61 * This only works in the kernel's permanent mapping of RAM. 89 * This only works in the kernel's permanent mapping of RAM. 132 /* TODO add assertion that this page is pinned to boot mapping, in k_mem_phys_addr() 142 * This only works in the kernel's permanent mapping of RAM. 169 /* TODO add assertion that this page frame is pinned to boot mapping, in k_mem_virt_addr() 183 * This function is intended for mapping memory-mapped I/O regions into [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | swi.h | 7 /* nRF51 and nRF52 Series IRQ mapping*/ 22 /* nRF53 Series IRQ mapping */ 25 /* nRF53 Series Engineering D and Revision 1 IRQ mapping */ 44 /* nRF54 Series IRQ mapping */
|
/Zephyr-latest/dts/bindings/ipc/ |
D | nordic,nrf-ipct-common.yaml | 20 Mapping of IPCT channels that are mapped between two IPCT instances on 23 that defines one connection of the mapping. The format of this unit 35 Mapping of IPCT channels that are mapped between two IPCT instances on 38 that defines one connection of the mapping. The format of this unit
|
/Zephyr-latest/include/zephyr/kernel/ |
D | mm.h | 72 * @name Region mapping behaviour attributes 112 * or copy-on-write once the mapping call has returned. Physical page frames 161 * with memory domain APIs after the mapping has been established. Setting 174 * parameter, and any base address for re-mapping purposes must be page- 184 * @param size Size of the memory mapping. This must be page-aligned. 187 * space, insufficient physical memory to establish the mapping, 197 * Create an unpaged mapping 210 * with memory domain APIs after the mapping has been established. Setting 217 * by a page size across the entire mapping. 222 * parameter, and any base address for re-mapping purposes must be page- [all …]
|
/Zephyr-latest/subsys/mgmt/mcumgr/util/include/mgmt/mcumgr/util/ |
D | zcbor_bulk.h | 24 /** @brief Define single key-decoder mapping 33 * to type served by decoder function for the mapping. 46 /** @brief Define single key-value decode mapping 60 * to type served by decoder function for the mapping. 83 * mapping is broken, and we can not really decode the map. 89 * @param map key-decoder mapping list; 107 * @param map key-decoder mapping list; 123 * @param map key-decoder mapping list;
|
/Zephyr-latest/boards/seagate/faze/ |
D | faze.dts | 89 color-mapping = 97 color-mapping = 105 color-mapping = 113 color-mapping = 121 color-mapping = 129 color-mapping =
|
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx7/ |
D | npcx7-miwus-wui-map.dtsi | 7 /* Common Wake-Up Unit Input (WUI) mapping configurations in npcx family */ 10 /* Specific Wake-Up Unit Input (WUI) mapping configurations in npcx7 series */ 12 /* Mapping between MIWU wui bits and source device */
|
D | npcx7-espi-vws-map.dtsi | 7 /* Common eSPI Virtual Wire (VW) mapping configurations in npcx family */ 10 /* Specific eSPI Virtual Wire (VW) mapping configurations in npcx7 series */
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_MMU.txt | 14 4-way-set-associative bank of entries mapping 4k pages, and 3-6 16 for mapping pages larger than 4k, which Zephyr does not directly 68 1048576 4-byte PTE entries, each describing a mapping for 4k of 76 entries mapping all of them. If we are missing a TLB entry for the 87 the exception handler may result in an invalid/inapplicable mapping 113 requiring another refill. This 4M mapping is provided by a single 118 ways (ways 7-9) with at least one 4k page mapping each. We can use 138 mapping via refill, without requiring an exception. 172 mapping condition, but it is safe as nothing will use it until we 186 double mapping conditions we created above. [all …]
|
/Zephyr-latest/dts/bindings/interrupt-controller/ |
D | ite,it8xxx2-wuc-map.yaml | 4 description: ITE Wake-Up Controller (WUC) mapping child node 9 description: Child node to present the mapping between input of WUC and its source device
|
12345678910>>...27