Searched full:claim (Results 1 – 25 of 86) sorted by relevance
1234
/Zephyr-latest/drivers/i2c/ |
D | i2c_sc18im704.h | 41 * @brief Claim the SC18IM704 device. 54 * @brief Release the SC18IM704 device claim. 60 * @retval 0 Device claim to release.
|
/Zephyr-latest/.github/workflows/ |
D | greet_first_time_contributor.yml | 53 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/ |
D | Kconfig | 46 Use the "claim" driver from pico-sdk
|
/Zephyr-latest/tests/subsys/zbus/publish_stats/src/ |
D | main.c | 49 /* 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/ |
D | microchip,tcn75a.yaml | 30 times. Note: datasheet's claim about the ambient temperature register:
|
/Zephyr-latest/include/zephyr/xen/public/hvm/ |
D | params.h | 17 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
D | hvm_op.h | 17 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | jobserver.py | 20 """Small object to handle claim of a job.""" 39 """Claim a job.""" 186 """Claim a job.
|
/Zephyr-latest/drivers/dai/intel/dmic/ |
D | Kconfig.dmic | 45 bool "Use DMIC ownership claim/release"
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome-sidebar-only-darkmode-toggle.css | 24 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
D | doxygen-awesome-sidebar-only.css | 23 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
/Zephyr-latest/arch/xtensa/core/startup/ |
D | memctl_default.S | 22 // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
D | memerror_vector.S | 22 * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
/Zephyr-latest/include/zephyr/drivers/serial/ |
D | uart_async_rx.h | 144 /** @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/ |
D | console.h | 21 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
/Zephyr-latest/include/zephyr/net/http/ |
D | parser_state.h | 18 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
D | parser_url.h | 18 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
/Zephyr-latest/lib/libc/minimal/source/stdlib/ |
D | atoi.c | 21 * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | ring_buffers.rst | 78 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/ |
D | linker.h | 42 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
/Zephyr-latest/soc/altr/zephyr_nios2f/include/ |
D | linker.h | 42 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
/Zephyr-latest/doc/contribute/ |
D | index.rst | 94 When your first contribution to the Zephyr project gets merged, you'll become eligible to claim your
|
/Zephyr-latest/lib/posix/options/ |
D | spinlock.c | 55 /* if the provided spinlock does not claim to be initialized, its invalid */ in get_posix_spinlock()
|
/Zephyr-latest/tests/subsys/zbus/dyn_channel/src/ |
D | main.c | 124 zassert_equal(err, 0, "Could not claim the channel"); in ZTEST()
|
/Zephyr-latest/tests/drivers/uart/uart_async_rx/src/ |
D | main.c | 84 /* 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