/Zephyr-Core-3.6.0/include/zephyr/devicetree/ |
D | reset.h | 93 * @brief Get a reset specifier's cell value at an index 117 * @param cell lowercase-and-underscores cell name 118 * @return the cell value at index "idx" 121 #define DT_RESET_CELL_BY_IDX(node_id, idx, cell) \ argument 122 DT_PHA_BY_IDX(node_id, resets, idx, cell) 125 * @brief Get a reset specifier's cell value by name 151 * @param cell lowercase-and-underscores cell name 152 * @return the cell value in the specifier at the named element 155 #define DT_RESET_CELL_BY_NAME(node_id, name, cell) \ argument 156 DT_PHA_BY_NAME(node_id, resets, name, cell) [all …]
|
D | pwms.h | 94 * @brief Get PWM specifier's cell value at an index 131 * @param cell lowercase-and-underscores cell name 132 * @return the cell value at index "idx" 135 #define DT_PWMS_CELL_BY_IDX(node_id, idx, cell) \ argument 136 DT_PHA_BY_IDX(node_id, pwms, idx, cell) 139 * @brief Get a PWM specifier's cell value by name 178 * @param cell lowercase-and-underscores cell name 179 * @return the cell value in the specifier at the named element 182 #define DT_PWMS_CELL_BY_NAME(node_id, name, cell) \ argument 183 DT_PHA_BY_NAME(node_id, pwms, name, cell) [all …]
|
D | clocks.h | 58 * This expands to 1 if the name is available as clocks-name array property cell. 80 * @param name lowercase-and-underscores clock-names cell value name to check 177 * @brief Get a clock specifier's cell value at an index 203 * @param cell lowercase-and-underscores cell name 204 * @return the cell value at index "idx" 207 #define DT_CLOCKS_CELL_BY_IDX(node_id, idx, cell) \ argument 208 DT_PHA_BY_IDX(node_id, clocks, idx, cell) 211 * @brief Get a clock specifier's cell value by name 239 * @param cell lowercase-and-underscores cell name 240 * @return the cell value in the specifier at the named element [all …]
|
D | dma.h | 127 * @brief Get a DMA specifier's cell value at an index 161 * @param cell lowercase-and-underscores cell name 162 * @return the cell value at index "idx" 165 #define DT_DMAS_CELL_BY_IDX(node_id, idx, cell) \ argument 166 DT_PHA_BY_IDX(node_id, dmas, idx, cell) 169 * @brief Get a DT_DRV_COMPAT instance's DMA specifier's cell value at an index 172 * @param cell lowercase-and-underscores cell name 173 * @return the cell value at index "idx" 176 #define DT_INST_DMAS_CELL_BY_IDX(inst, idx, cell) \ argument 177 DT_PHA_BY_IDX(DT_DRV_INST(inst), dmas, idx, cell) [all …]
|
D | gpio.h | 69 * @brief Get a GPIO specifier's pin cell at an index 106 * @return the pin cell value at index "idx" 117 * @return the pin cell value at index 0 124 * @brief Get a GPIO specifier's flags cell at an index 127 * If there is no "flags" cell in the GPIO specifier, zero is returned. 128 * Refer to the node's binding to check specifier cell names if necessary. 162 * @return the flags cell value at index "idx", or zero if there is none 173 * @return the flags cell value at index 0, or zero if there is none 222 * @brief Get a GPIO hog specifier's pin cell at an index 260 * @return the pin cell value at index "idx" [all …]
|
D | io-channels.h | 125 * @brief Get an io-channels specifier input cell at an index 158 * @return the input cell in the specifier at index "idx" 165 * @brief Get an io-channels specifier input cell by name 200 * @return the input cell in the specifier at the named element 208 * @return the input cell in the specifier at index 0 214 * @brief Get an input cell from the "DT_DRV_INST(inst)" io-channels 218 * @return the input cell in the specifier at index "idx" 225 * @brief Get an input cell from the "DT_DRV_INST(inst)" io-channels 230 * @return the input cell in the specifier at the named element 239 * @return the input cell in the specifier at index 0
|
/Zephyr-Core-3.6.0/drivers/sensor/max17055/ |
D | max17055.h | 48 /* Current cell voltage in units of 1.25/16mV */ 50 /* Current cell open circuit voltage in units of 1.25/16mV */ 76 /* The design capacity (aka label capacity) of the cell in mAh */ 78 /* Design voltage of cell in mV */ 80 /* Desired voltage of cell in mV */ 86 /* The empty voltage of the cell in mV */
|
/Zephyr-Core-3.6.0/samples/drivers/ethernet/eth_ivshmem/ |
D | README.rst | 5 Communicate with another "cell" in the Jailhouse hypervisor using IVSHMEM Ethernet. 11 another "cell" in the Jailhouse hypervisor. Currently only the qemu_cortex_a53 59 Copy the generated zephyr.bin to the Jailhouse Linux root cell: 65 Jailhouse has a prebuilt Zephyr cell configuration that works for 68 Back in Jailhouse Linux shell, create the Zephyr cell: 72 jailhouse enable /etc/jailhouse/qemu-arm64.cell 74 jailhouse cell create /etc/jailhouse/qemu-arm64-zephyr-demo.cell 83 Load and start the Zephyr cell: 87 jailhouse cell load qemu-arm64-zephyr-demo zephyr.bin --address 0x70000000 88 jailhouse cell start qemu-arm64-zephyr-demo
|
/Zephyr-Core-3.6.0/scripts/dts/python-devicetree/tests/test-bindings/ |
D | interrupt-1-cell.yaml | 3 description: Interrupt controller with one cell 5 compatible: "interrupt-one-cell"
|
/Zephyr-Core-3.6.0/dts/bindings/test/ |
D | vnd,mbox-zero-cell.yaml | 4 description: VND MBOX controller (0 cell) 6 compatible: "vnd,mbox-zero-cell"
|
D | vnd,gpio-one-cell.yaml | 4 description: Test GPIO node with one cell 6 compatible: "vnd,gpio-one-cell"
|
/Zephyr-Core-3.6.0/include/zephyr/ |
D | devicetree.h | 62 * _IDX_<i>_VAL_<val>_EXISTS: cell value exists, by index 66 * _NAME_<name>_VAL_<val>_EXISTS: cell value exists, by name 1306 * @brief Get a phandle-array specifier cell value at an index 1309 * `node->phandle_array[index].cell`. That is, the cell value is in 1339 * - index 0 has specifier <17 0x1>, so its `pin` cell is 17, and its 1340 * `flags` cell is 0x1 1355 * @param cell lowercase-and-underscores cell name within the specifier 1357 * @return the cell's value 1359 #define DT_PHA_BY_IDX(node_id, pha, idx, cell) \ argument 1360 DT_CAT7(node_id, _P_, pha, _IDX_, idx, _VAL_, cell) [all …]
|
/Zephyr-Core-3.6.0/doc/_doxygen/ |
D | doxygen-awesome-zephyr.js | 10 let cell = titleTable.insertRow(1).insertCell(0); 11 cell.innerHTML = '<div id="projectversion">' + version + '</div>';
|
/Zephyr-Core-3.6.0/boards/arm64/nxp_ls1046ardb/doc/ |
D | index.rst | 175 4. Running Zephyr on Jailhouse inmate Cell 178 inmate Cell to use a single Core for Zephyr non-SMP mode, or use Core2 and Core3 181 1) Use root Cell dts to boot root Cell Linux. 189 3) Run Zephyr demo in inmate Cell: 193 jailhouse enable ls1046a-rdb.cell 194 jailhouse cell create ls1046a-rdb-inmate-demo.cell 195 jailhouse cell load 1 zephyr.bin --address 0xc0000000 196 jailhouse cell start 1
|
/Zephyr-Core-3.6.0/dts/bindings/pinctrl/ |
D | gd,gd32-afio.yaml | 6 when available, enable the I/O compensation cell. 22 Enable the I/O compensation cell. This option should be enabled when the
|
/Zephyr-Core-3.6.0/tests/drivers/regulator/fixed/dts/bindings/ |
D | test-regulator-fixed.yaml | 19 The active level in the flags cell of this must match the active level 20 of the flags cell in the regulator's enable-gpios property, and the
|
/Zephyr-Core-3.6.0/boards/arm64/mimx8mn_evk/doc/ |
D | index.rst | 115 Use Jailhouse hypervisor, after root cell linux is up: 119 #jailhouse enable imx8mn.cell 120 #jailhouse cell create imx8mn-zephyr.cell 121 #jailhouse cell load 1 zephyr.bin -a 0x93c00000 122 #jailhouse cell start 1
|
/Zephyr-Core-3.6.0/boards/arm64/mimx8mp_evk/doc/ |
D | index.rst | 114 Use Jailhouse hypervisor, after root cell linux is up: 118 #jailhouse enable imx8mp.cell 119 #jailhouse cell create imx8mp-zephyr.cell 120 #jailhouse cell load 1 zephyr.bin -a 0xc0000000 121 #jailhouse cell start 1
|
/Zephyr-Core-3.6.0/boards/arm64/mimx8mm_evk/doc/ |
D | index.rst | 115 Use Jailhouse hypervisor, after root cell linux is up: 119 #jailhouse enable imx8mm.cell 120 #jailhouse cell create imx8mm-zephyr.cell 121 #jailhouse cell load 1 zephyr.bin -a 0x93c00000 122 #jailhouse cell start 1
|
/Zephyr-Core-3.6.0/include/zephyr/drivers/dma/ |
D | dma_esp32.h | 32 #define ESP32_DT_INST_DMA_CELL(n, name, cell) \ argument 34 (DT_INST_DMAS_CELL_BY_NAME(n, name, cell)), \
|
/Zephyr-Core-3.6.0/dts/bindings/dma/ |
D | gd,gd32-dma-v1.yaml | 70 The first cell assigns channel 0 to receive and channel 5 to transmit. 71 The second cell is slot. Both channels select 3. 77 The fifo-threshold cell that places the fourth is configuring FIFO threshold. 78 The behavior of burst transfer determines by data-width in the config cell,
|
D | atmel,sam0-dmac.yaml | 18 # The 1st cell specifies the DMAC channel to be used for the data transfer. 21 # The 2nd cell defines the peripheral trigger which is the source of the transfer.
|
/Zephyr-Core-3.6.0/dts/bindings/sensor/ |
D | maxim,max17055.yaml | 17 description: The design capacity (aka label capacity) of the cell in mAh 48 description: The empty voltage of the cell in mV
|
/Zephyr-Core-3.6.0/boards/arm64/mimx93_evk/doc/ |
D | index.rst | 167 * **Cell**: refers to a set of hardware resources that the OS assigned to this 168 cell can utilize. 170 * **Root cell**: refers to the cell in which Linux is running. This is the main cell which 173 assigned to the root cell. 176 use are taken from the root cell (the cell Linux is running in). 185 Root cell wants to use the **UART** which let's say has its registers mapped in
|
/Zephyr-Core-3.6.0/drivers/sensor/max17262/ |
D | max17262.h | 51 /* Current cell voltage in units of 1.25/16mV */ 81 /* Design voltage of cell in mV */ 83 /* Desired voltage of cell in mV */
|