Searched full:inserted (Results 1 – 25 of 77) sorted by relevance
1234
/Zephyr-Core-3.5.0/dts/bindings/spi/ |
D | nxp,lpc-spi.yaml | 14 Delay in nanoseconds inserted between chip select assert to the first 15 clock edge. If not set, no additional delay is inserted. 20 Delay in nanoseconds inserted between the last clock edge to the chip 21 select deassert. If not set, no additional delay is inserted. 26 Delay in nanoseconds inserted between data frames when chip select is 28 inserted. 33 Delay in nanoseconds inserted between transfers when chip select is 34 deasserted. If not set, no additional delay is inserted.
|
D | nxp,s32-spi.yaml | 42 asserted between transfer, this delay will be inserted between transfer. 52 between transfer, this delay will be inserted between transfer. 63 will not be inserted.
|
/Zephyr-Core-3.5.0/modules/hal_nordic/nrfx/ |
D | nrfx_log.h | 57 * to be formatted and inserted in the resulting string. 65 * to be formatted and inserted in the resulting string. 73 * to be formatted and inserted in the resulting string. 81 * to be formatted and inserted in the resulting string.
|
/Zephyr-Core-3.5.0/samples/basic/hash_map/ |
D | README.rst | 13 * replaces up to the same number that were previously inserted 14 * removes all previously inserted keys
|
/Zephyr-Core-3.5.0/tests/benchmarks/data_structure_perf/rbtree_perf/src/ |
D | rbtree_perf.c | 56 * -# Check if the inserted nodes are contained in the 60 * - The inserted nodes are contained in the 148 * - The inserted, removed, get minimum and get maximum operations 202 * the node nodes[TREE_SIZE/2] will be removed and inserted, in ZTEST()
|
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/ |
D | vector_table_pad.ld | 8 * Padding inserted after the (first-stage) vector table, so that the
|
D | isr_wrapper.S | 36 * @brief Wrapper around ISRs when inserted in software ISR table 38 * When inserted in the vector table, _isr_wrapper() demuxes the ISR table
|
/Zephyr-Core-3.5.0/arch/arm64/core/ |
D | isr_wrapper.S | 24 * Wrapper around ISRs when inserted in software ISR table 26 * When inserted in the vector table, _isr_wrapper() demuxes the ISR table
|
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/common/ |
D | rimage_modules.c | 9 * SOF with IPC3, but instead are inserted to *MANIFEST* of the final
|
/Zephyr-Core-3.5.0/samples/userspace/shared_mem/ |
D | README.rst | 43 Two definitions can be inserted to change the wheel settings and print
|
/Zephyr-Core-3.5.0/arch/arm/core/cortex_a_r/ |
D | isr_wrapper.S | 36 * @brief Wrapper around ISRs when inserted in software ISR table 38 * When inserted in the vector table, _isr_wrapper() demuxes the ISR table
|
/Zephyr-Core-3.5.0/samples/basic/hash_map/src/ |
D | main.c | 48 LOG_DBG("Inserted %zu", i); in main()
|
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/ |
D | net_pkt_filter.rst | 31 A rule is represented by a :c:struct:`npf_rule` object. It can be inserted to,
|
/Zephyr-Core-3.5.0/include/zephyr/sys/ |
D | hash_map_api.h | 129 * @retval 0 if @p value was inserted for an existing key, in which case @p old_value will contain 131 * @retval 1 if a new entry was inserted for the @p key - @p value pair
|
D | hash_map.h | 179 * @retval 0 if @p value was inserted for an existing key, in which case @p old_value will contain 181 * @retval 1 if a new entry was inserted for the @p key - @p value pair
|
/Zephyr-Core-3.5.0/include/zephyr/mgmt/mcumgr/smp/ |
D | smp.h | 20 * be inserted between requests as necessary. Requests are processed
|
/Zephyr-Core-3.5.0/cmake/modules/ |
D | FindDeprecated.cmake | 28 # and then in the original CMakeLists.txt, this code is inserted instead:
|
/Zephyr-Core-3.5.0/doc/kernel/data_structures/ |
D | dlist.rst | 57 struct is inserted as a node into the list itself. This allows for a
|
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/ |
D | doxyrunner.py | 17 - Doxyfile can be optionally pre-processed so that variables can be inserted 32 - ``doxyrunner_outdir``: Doxygen build output directory (inserted to
|
/Zephyr-Core-3.5.0/samples/subsys/usb/testusb/ |
D | README.rst | 52 #. To run all the tests the Zephyr's VID / PID should be inserted to USB
|
/Zephyr-Core-3.5.0/tests/bluetooth/host/keys/bt_keys_get_type/src/ |
D | main.c | 134 * when it was firstly inserted in the the list
|
/Zephyr-Core-3.5.0/doc/build/kconfig/ |
D | preprocessor-functions.rst | 95 inserted into Kconfig as follows:
|
/Zephyr-Core-3.5.0/dts/bindings/pwm/ |
D | nxp,s32-emios-pwm.yaml | 13 - Channel 2 for mode OPWMCB with deadtime inserted at leading edge
|
/Zephyr-Core-3.5.0/samples/userspace/shared_mem/src/ |
D | enc.c | 18 * original start position, and the recorded ct was inserted
|
/Zephyr-Core-3.5.0/tests/bluetooth/host/keys/bt_keys_get_addr/src/ |
D | main.c | 134 * - ID and address pairs has been inserted in the list
|
1234