Home
last modified time | relevance | path

Searched full:claim (Results 1 – 25 of 86) sorted by relevance

1234

/Zephyr-latest/drivers/i2c/
Di2c_sc18im704.h41 * @brief Claim the SC18IM704 device.
54 * @brief Release the SC18IM704 device claim.
60 * @retval 0 Device claim to release.
/Zephyr-latest/.github/workflows/
Dgreet_first_time_contributor.yml53 Zephyr Technical Contributor badge. If you're interested, please claim your badge by
54 filling out this form: [Claim Your Zephyr Badge](https://forms.gle/oCw9iAPLhUsHTapc8).
/Zephyr-latest/modules/hal_rpi_pico/
DKconfig46 Use the "claim" driver from pico-sdk
/Zephyr-latest/tests/subsys/zbus/publish_stats/src/
Dmain.c49 /* Channel claim and finish does not update metadata by default */ in ZTEST()
67 /* Manually update publish statistics with claim */ in ZTEST()
/Zephyr-latest/dts/bindings/sensor/
Dmicrochip,tcn75a.yaml30 times. Note: datasheet's claim about the ambient temperature register:
/Zephyr-latest/include/zephyr/xen/public/hvm/
Dparams.h17 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Dhvm_op.h17 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Djobserver.py20 """Small object to handle claim of a job."""
39 """Claim a job."""
186 """Claim a job.
/Zephyr-latest/drivers/dai/intel/dmic/
DKconfig.dmic45 bool "Use DMIC ownership claim/release"
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome-sidebar-only-darkmode-toggle.css24 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Ddoxygen-awesome-sidebar-only.css23 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
/Zephyr-latest/arch/xtensa/core/startup/
Dmemctl_default.S22 // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
Dmemerror_vector.S22 * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
/Zephyr-latest/include/zephyr/drivers/serial/
Duart_async_rx.h144 /** @brief Claim received data for processing.
153 * @param data Location where address to the buffer is written. Untouched if no data to claim.
/Zephyr-latest/include/zephyr/xen/public/io/
Dconsole.h21 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
/Zephyr-latest/include/zephyr/net/http/
Dparser_state.h18 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Dparser_url.h18 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
/Zephyr-latest/lib/libc/minimal/source/stdlib/
Datoi.c21 * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
/Zephyr-latest/doc/kernel/data_structures/
Dring_buffers.rst78 To avoid multiply-copied-data situations, a "claim" API exists for
97 otherwise identically to the bytes mode APIs. There no "claim" API
187 but becomes a barrier to the "claim" API, because obviously no
191 buffer, as the number of calls to claim/finish needs to double for such
/Zephyr-latest/soc/altr/qemu_nios2/include/
Dlinker.h42 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
/Zephyr-latest/soc/altr/zephyr_nios2f/include/
Dlinker.h42 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
/Zephyr-latest/doc/contribute/
Dindex.rst94 When your first contribution to the Zephyr project gets merged, you'll become eligible to claim your
/Zephyr-latest/lib/posix/options/
Dspinlock.c55 /* if the provided spinlock does not claim to be initialized, its invalid */ in get_posix_spinlock()
/Zephyr-latest/tests/subsys/zbus/dyn_channel/src/
Dmain.c124 zassert_equal(err, 0, "Could not claim the channel"); in ZTEST()
/Zephyr-latest/tests/drivers/uart/uart_async_rx/src/
Dmain.c84 /* Claim all data received so far */ in ZTEST()
94 /* Now claim will return buffer taking into account that first 2 bytes are in ZTEST()

1234