Searched full:inserted (Results 1 – 25 of 83) sorted by relevance
1234
/Zephyr-latest/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.
|
D | st,stm32h7-spi.yaml | 21 (Master Inter-Data Idleness) minimum clock inserted 28 (Master SS Idleness) minimum clock inserted between
|
/Zephyr-latest/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-latest/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-latest/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-latest/arch/arm/core/cortex_m/ |
D | isr_wrapper.c | 23 * @brief Wrapper around ISRs when inserted in software ISR table 25 * When inserted in the vector table, _isr_wrapper() demuxes the ISR table
|
D | vector_table_pad.ld | 8 * Padding inserted after the (first-stage) vector table, so that the
|
/Zephyr-latest/drivers/sdhc/ |
D | sdhc_renesas_ra.h | 42 ret = -ENODEV; /* SD card not inserted (requires CD signal) */ in err_fsp2zep()
|
D | sdhc_esp32.h | 121 ret = -ENODEV; /* SD card not inserted (requires CD signal) */ in err_esp2zep()
|
/Zephyr-latest/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-latest/arch/arm/core/cortex_a_r/ |
D | isr_wrapper.S | 38 * @brief Wrapper around ISRs when inserted in software ISR table 40 * When inserted in the vector table, _isr_wrapper() demuxes the ISR table 236 * @brief Wrapper around ISRs when inserted in software ISR table 238 * When inserted in the vector table, _isr_wrapper() demuxes the ISR table
|
/Zephyr-latest/samples/userspace/shared_mem/ |
D | README.rst | 43 Two definitions can be inserted to change the wheel settings and print
|
/Zephyr-latest/samples/basic/hash_map/src/ |
D | main.c | 48 LOG_DBG("Inserted %zu", i); in main()
|
/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | rimage_modules.c | 9 * SOF with IPC3, but instead are inserted to *MANIFEST* of the final
|
/Zephyr-latest/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-latest/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 | 180 * @retval 0 if @p value was inserted for an existing key, in which case @p old_value will contain 182 * @retval 1 if a new entry was inserted for the @p key - @p value pair
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/smp/ |
D | smp.h | 20 * be inserted between requests as necessary. Requests are processed
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | dlist.rst | 57 struct is inserted as a node into the list itself. This allows for a
|
D | slist.rst | 26 The :c:type:`sys_snode_t` struct represents the data to be inserted. In
|
/Zephyr-latest/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-latest/samples/subsys/usb/testusb/ |
D | README.rst | 52 #. To run all the tests the Zephyr's VID / PID should be inserted to USB
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_get_type/src/ |
D | main.c | 134 * when it was firstly inserted in the list
|
/Zephyr-latest/samples/userspace/shared_mem/src/ |
D | enc.c | 18 * original start position, and the recorded ct was inserted
|
1234