/Zephyr-latest/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-latest/drivers/sensor/maxim/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-latest/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-latest/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-latest/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-latest/drivers/display/ |
D | Kconfig.sdl | 63 int "Transparency grid cell size" 69 hex "Transparency grid cell color 1" 75 hex "Transparency grid cell color 2"
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome-zephyr.js | 10 let cell = titleTable.insertRow(1).insertCell(0); 11 cell.innerHTML = '<div id="projectversion">' + version + '</div>';
|
/Zephyr-latest/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-latest/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-latest/boards/nxp/ls1046ardb/doc/ |
D | index.rst | 172 4. Running Zephyr on Jailhouse inmate Cell 175 inmate Cell to use a single Core for Zephyr non-SMP mode, or use Core2 and Core3 178 1) Use root Cell dts to boot root Cell Linux. 186 3) Run Zephyr demo in inmate Cell: 190 jailhouse enable ls1046a-rdb.cell 191 jailhouse cell create ls1046a-rdb-inmate-demo.cell 192 jailhouse cell load 1 zephyr.bin --address 0xc0000000 193 jailhouse cell start 1
|
/Zephyr-latest/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-latest/include/zephyr/ |
D | devicetree.h | 60 * _IDX_<i>_VAL_<val>_EXISTS: cell value exists, by index 64 * _NAME_<name>_VAL_<val>_EXISTS: cell value exists, by name 1501 * @brief Get a phandle-array specifier cell value at an index 1504 * `node->phandle_array[index].cell`. That is, the cell value is in 1534 * - index 0 has specifier <17 0x1>, so its `pin` cell is 17, and its 1535 * `flags` cell is 0x1 1550 * @param cell lowercase-and-underscores cell name within the specifier 1552 * @return the cell's value 1554 #define DT_PHA_BY_IDX(node_id, pha, idx, cell) \ argument 1555 DT_CAT7(node_id, _P_, pha, _IDX_, idx, _VAL_, cell) [all …]
|
/Zephyr-latest/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-latest/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-latest/drivers/sensor/maxim/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 */
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.stm32 | 43 peripheral request must be specified in the dma slot of the dma cell 45 a parameter of the dma-cell.
|
/Zephyr-latest/boards/nxp/imx8mn_evk/doc/ |
D | index.rst | 128 Use Jailhouse hypervisor, after root cell linux is up: 132 #jailhouse enable imx8mn.cell 133 #jailhouse cell create imx8mn-zephyr.cell 134 #jailhouse cell load 1 zephyr.bin -a 0x93c00000 135 #jailhouse cell start 1
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | atmel_sam0_dt.h | 25 #define ATMEL_SAM0_DT_INST_DMA_CELL(n, name, cell) \ argument 27 (DT_INST_DMAS_CELL_BY_NAME(n, name, cell)), \
|