Home
last modified time | relevance | path

Searched full:named (Results 1 – 25 of 265) sorted by relevance

1234567891011

/Zephyr-latest/arch/riscv/
DKconfig.isa31 which is named "M" and contains instructions that multiply or divide
52 floating-point, which is named "F" and adds single-precision
63 which is named "D" and adds double-precision floating-point
88 quad-precision binary floatingpoint instruction subset is named "Q".
95 RISC-V standard compressed instruction set extension, named "C",
/Zephyr-latest/lib/posix/options/
DKconfig.semaphore25 Note: currently, in Zephyr, this only limits the number of named semaphores (i.e. those
33 Maximum length of name for a named semaphore.
Dsemaphore.c52 /* Clean up a named semaphore object completely (incl its `name` buffer) */
63 /* Remove a named semaphore if it isn't used */
254 /* Check if the named semaphore exists */ in sem_open()
257 if (nsem != NULL) { /* Named semaphore exists */ in sem_open()
268 /* Named semaphore 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-latest/include/zephyr/devicetree/
Dpwms.h78 * @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 …]
Ddma.h77 * @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
248 * @return the cell value in the specifier at the named element
273 * @brief Does a dmas property have a named element?
277 * @return 1 if the dmas property has the named element, 0 otherwise
283 * @brief Does a DT_DRV_COMPAT instance's dmas property have a named element?
287 * @return 1 if the dmas property has the named element, 0 otherwise
Dio-channels.h76 * @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
Dmbox.h48 * @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
/Zephyr-latest/include/zephyr/sys/
Ddevice_mmio.h163 * 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-latest/tests/posix/semaphores/src/
Dmain.c156 /* Attempt to open a named sem that doesn't exist */ in ZTEST()
182 /* Open named sem */ in ZTEST()
190 /* Open created named sem repeatedly */ in ZTEST()
206 /* Should reuse the same named sem instead of creating another one */ in ZTEST()
210 /* O_CREAT and O_EXCL are set and the named semaphore already exists */ in ZTEST()
237 /* Attempt to unlink a named sem that doesn't exist */ in ZTEST()
294 /* All named semaphores should be destroyed here */ in ZTEST()
297 /* Create a new named sem to be used in the normal semaphore test */ in ZTEST()
302 /* Run the semaphore test with the created named semaphore */ in ZTEST()
/Zephyr-latest/include/zephyr/llext/
Dsymbol.h33 * @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-latest/include/zephyr/
Dsyscall.h39 * 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-latest/dts/bindings/reset/
Dreset-controller.yaml12 named "id" to use the reset_dt_spec macros.
/Zephyr-latest/drivers/timer/
Dcortex_m_systick.h21 * is named "LPTIM", and the platform-specific driver that configures the
22 * LPTIM (and implements these hooks/callbacks) is named "LPTIM driver".
/Zephyr-latest/doc/develop/west/
Dinstall.rst32 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-latest/arch/xtensa/core/
Dgen_vectors.py29 # section named ".WindowVectors.text".
32 # sections named ".KernelExceptionVector.text",
36 # + XEA2 interrupt vectors are in sections named
/Zephyr-latest/cmake/sca/eclair/ECL/
Danalysis_first_analysis.ecl1 # This file must be named analyze_<RULESET>.ecl, where <RULESET> is the first
Danalysis_HIS.ecl1 # This file must be named analyze_<RULESET>.ecl, where <RULESET> is the first
Danalysis_heavy_STU.ecl1 # This file must be named analyze_<RULESET>.ecl, where <RULESET> is the first
/Zephyr-latest/doc/build/snippets/
Dwriting.rst10 Snippets are defined using YAML files named :file:`snippet.yml`.
50 For example, if your snippet is named ``foo-bar``, write your devicetree
79 :file:`snippet.yml` files underneath a subdirectory named :file:`snippets/`,
95 For example, in a zephyr module named ``baz``, you can add this to your
/Zephyr-latest/dts/bindings/pwm/
Dfsl,imx27-pwm.yaml6 The compatible string is named "imx27" because the hardware module is the
/Zephyr-latest/doc/build/dts/
Dintro-syntax-structure.rst46 #. 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-latest/samples/sensor/soc_voltage/
DREADME.rst17 ``SENSOR_CHAN_VOLTAGE`` and create an alias named ``volt-sensor0`` to link to the node.
/Zephyr-latest/samples/sensor/die_temp_polling/
DREADME.rst17 and create an alias named ``die-temp0`` to link to the node.
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/support/
Dspi_cfg.txt10 ; BoardID is used by a Boot-ROM feature named PlatformID. By default PlatformID
/Zephyr-latest/boards/microchip/mec172xmodular_assy6930/support/
Dspi_cfg.txt10 ; BoardID is used by a Boot-ROM feature named PlatformID. By default PlatformID

1234567891011