Searched full:named (Results 1 – 25 of 237) sorted by relevance
12345678910
/Zephyr-Core-3.7.0/arch/riscv/ |
D | Kconfig.isa | 31 which is named "M" and contains instructions that multiply or divide 50 floating-point, which is named "F" and adds single-precision 61 which is named "D" and adds double-precision floating-point 86 quad-precision binary floatingpoint instruction subset is named "Q". 93 RISC-V standard compressed instruction set extension, named "C",
|
/Zephyr-Core-3.7.0/lib/posix/options/ |
D | Kconfig.semaphore | 25 Note: currently, in Zephyr, this only limits the number of named semaphores (i.e. those 33 Maximum length of name for a named semaphore.
|
D | semaphore.c | 52 /* Clean up a named semaphore object completely (incl its `name` buffer) */ 63 /* Remove a named semaphore if it isn't unsed */ 254 /* Check if the named semaphore exists */ in sem_open() 257 if (nsem != NULL) { /* Named semaphore exists */ in sem_open() 268 /* Named sempahore doesn't exist, try to create new one */ in sem_open() 361 /* Used by ztest to get the ref count of a named semaphore */ 377 /* Used by ztest to get the length of the named semaphore */
|
/Zephyr-Core-3.7.0/include/zephyr/devicetree/ |
D | pwms.h | 78 * @return the node identifier for the PWM controller in the named element 179 * @return the cell value in the specifier at the named element 197 * This macro only works for PWM specifiers with cells named "channel". 213 * This macro only works for PWM specifiers with cells named "channel". 221 * @return the channel cell value in the specifier at the named element 238 * This macro only works for PWM specifiers with cells named "period". 254 * This macro only works for PWM specifiers with cells named "period". 262 * @return the period cell value in the specifier at the named element 279 * This macro expects PWM specifiers with cells named "flags". 296 * This macro expects PWM specifiers with cells named "flags". [all …]
|
D | dma.h | 77 * @return the node identifier for the DMA controller in the named element 111 * @return the node identifier for the DMA controller in the named element 217 * @return the cell value in the specifier at the named element 229 * @return the cell value in the specifier at the named element 254 * @brief Does a dmas property have a named element? 258 * @return 1 if the dmas property has the named element, 0 otherwise 264 * @brief Does a DT_DRV_COMPAT instance's dmas property have a named element? 268 * @return 1 if the dmas property has the named element, 0 otherwise
|
D | io-channels.h | 76 * @return the node identifier for the node referenced at the named element 109 * @return the node identifier for the node referenced at the named element 127 * This macro only works for io-channels specifiers with cells named 167 * This macro only works for io-channels specifiers with cells named 200 * @return the input cell in the specifier at the named element 230 * @return the input cell in the specifier at the named element
|
D | mbox.h | 48 * @return the node identifier for the MBOX controller in the named element 84 * @return the channel value in the specifier at the named element or 0 if no
|
D | reset.h | 152 * @return the cell value in the specifier at the named element 199 * the named element 223 * @return the cell value in the specifier at the named element 241 * This macro only works for Reset Controller specifiers with cells named "id".
|
/Zephyr-Core-3.7.0/include/zephyr/sys/ |
D | device_mmio.h | 163 * Example for a driver named "foo": 216 * Example for a driver named "foo": 322 * @defgroup device-mmio-named Named MMIO region macros 340 * Multiple named regions may be declared. 346 * Example for a driver named "foo": 373 * @brief Return a pointer to the RAM storage for a device's named MMIO address 392 * What gets stored here varies considerably by configuration. Multiple named 403 * Example for a driver named "foo": 438 * @brief Initialize a named DEVICE_MMIO_NAMED_ROM member 444 * that will have two regions named 'corge' and 'grault': [all …]
|
/Zephyr-Core-3.7.0/include/zephyr/llext/ |
D | symbol.h | 33 * @brief Constant symbols are unchangeable named memory addresses 35 * Symbols may be named function or global objects that have been exported 61 * @brief Symbols are named memory addresses 63 * Symbols may be named function or global objects that have been exported
|
/Zephyr-Core-3.7.0/tests/posix/common/src/ |
D | semaphore.c | 155 /* Attempt to open a named sem that doesn't exist */ in ZTEST() 181 /* Open named sem */ in ZTEST() 189 /* Open created named sem repeatedly */ in ZTEST() 205 /* Should reuse the same named sem instead of creating another one */ in ZTEST() 209 /* O_CREAT and O_EXCL are set and the named semaphore already exists */ in ZTEST() 236 /* Attempt to unlink a named sem that doesn't exist */ in ZTEST() 293 /* All named semaphores should be destroyed here */ in ZTEST() 296 /* Create a new named sem to be used in the normal semaphore test */ in ZTEST() 301 /* Run the semaphore test with the created named semaphore */ in ZTEST()
|
/Zephyr-Core-3.7.0/include/zephyr/ |
D | syscall.h | 39 * named k_foo(): 41 * - The handler function will be named z_vrfy_k_foo(). Handler 45 * more information. - The implementation function will be named
|
/Zephyr-Core-3.7.0/dts/bindings/reset/ |
D | reset-controller.yaml | 12 named "id" to use the reset_dt_spec macros.
|
/Zephyr-Core-3.7.0/doc/build/snippets/ |
D | writing.rst | 10 Snippets are defined using YAML files named :file:`snippet.yml`. 41 For example, if your snippet is named ``foo-bar``, write your devicetree 70 :file:`snippet.yml` files underneath a subdirectory named :file:`snippets/`, 86 For example, in a zephyr module named ``baz``, you can add this to your
|
/Zephyr-Core-3.7.0/doc/develop/west/ |
D | install.rst | 32 West's code is distributed via PyPI in a Python package named ``west``. 33 This distribution includes a launcher executable, which is also named
|
/Zephyr-Core-3.7.0/arch/xtensa/core/ |
D | gen_vectors.py | 29 # section named ".WindowVectors.text". 32 # sections named ".KernelExceptionVector.text", 36 # + XEA2 interrupt vectors are in sections named
|
/Zephyr-Core-3.7.0/dts/bindings/pwm/ |
D | fsl,imx27-pwm.yaml | 6 The compatible string is named "imx27" because the hardware module is the
|
/Zephyr-Core-3.7.0/doc/build/dts/ |
D | intro-syntax-structure.rst | 46 #. A node named ``a-node``, which is a child of the root node 47 #. A node named ``a-sub-node``, which is a child of ``a-node`` 70 Node ``a-sub-node`` has a property named ``foo``, whose value is a cell with 174 For example, the node named ``i2c@40003000`` represents an I2C controller 188 For example, a node named ``memory@2000000`` represents RAM starting at 193 For example, a node named ``flash@8000000`` represents a flash device 212 The node named ``partition@0`` has offset 0 from the start of its flash 214 the node named ``partition@20000`` is 0x8020000.
|
/Zephyr-Core-3.7.0/samples/sensor/soc_voltage/ |
D | README.rst | 16 ``SENSOR_CHAN_VOLTAGE`` and create an alias named ``volt-sensor0`` to link to the node.
|
/Zephyr-Core-3.7.0/samples/sensor/die_temp_polling/ |
D | README.rst | 16 and create an alias named ``die-temp0`` to link to the node.
|
/Zephyr-Core-3.7.0/boards/microchip/mec172xmodular_assy6930/support/ |
D | spi_cfg.txt | 10 ; BoardID is used by a Boot-ROM feature named PlatformID. By default PlatformID
|
D | spi_cfg_4MBit.txt | 10 ; BoardID is used by a Boot-ROM feature named PlatformID. By default PlatformID
|
/Zephyr-Core-3.7.0/boards/microchip/mec172xevb_assy6906/support/ |
D | spi_cfg.txt | 10 ; BoardID is used by a Boot-ROM feature named PlatformID. By default PlatformID
|
/Zephyr-Core-3.7.0/samples/drivers/i2s/output/ |
D | README.rst | 21 a devicetree alias named ``i2s_tx``
|
/Zephyr-Core-3.7.0/samples/drivers/audio/dmic/ |
D | README.rst | 19 label named ``dmic_dev``.
|
12345678910