Searched full:insertion (Results 1 – 25 of 26) sorted by relevance
12
/Zephyr-latest/doc/kernel/data_structures/ |
D | dlist.rst | 9 constant-time removal and insertion (at all points: before or after 44 through a list to find the right insertion point, which is provided by 66 * An insertion or deletion never needs to check for the special case
|
D | slist.rst | 10 the list, insertion before the head and after the tail of the list and
|
/Zephyr-latest/tests/drivers/sdhc/src/ |
D | main.c | 125 /* Card not in slot, test card insertion interrupt */ in ZTEST() 129 zassert_equal(ret, 0, "Could not install card insertion interrupt"); in ZTEST() 130 /* Wait for card insertion */ in ZTEST() 134 zassert_equal(ret, 0, "Card insertion interrupt did not fire"); in ZTEST()
|
/Zephyr-latest/dts/bindings/counter/ |
D | gd,gd32-timer.yaml | 38 inputs, dead-time insertion, etc.
|
/Zephyr-latest/lib/hash/ |
D | Kconfig.hash_map | 12 Hashmaps are data structures that are used when insertion, removal, and
|
/Zephyr-latest/drivers/espi/ |
D | espi_utils.h | 19 * @param set A boolean indicating insertion or removal of the callback.
|
/Zephyr-latest/include/zephyr/drivers/gpio/ |
D | gpio_utils.h | 55 * @param set A boolean indicating insertion or removal of the callback
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_cyclonev_priv.h | 431 /*!< Checksum Insertion Control: 4 cases */ 435 /*!< IPV4 header Checksum Insertion */ 437 /*!< TCP/UDP/ICMP Checksum Insertion calculated over segment only */ 439 /*!< TCP/UDP/ICMP Checksum Insertion fully calculated */
|
/Zephyr-latest/dts/bindings/pwm/ |
D | nxp,s32-emios-pwm.yaml | 111 - OPWMCB: generates a center aligned PWM with dead time insertion to the
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | soc_miwu.h | 220 * @param set A boolean indicating insertion or removal of the callback
|
/Zephyr-latest/tests/net/ipv4_fragment/src/ |
D | main.c | 340 /* Reset position to beginning and ready packet for insertion */ in sender_iface() 626 /* Setup packet for insertion */ in ZTEST() 839 /* Setup packet for insertion */ in ZTEST()
|
/Zephyr-latest/include/zephyr/sys/ |
D | hash_map.h | 300 * of 2 when insertion / removal would exceed / fall into the specified
|
/Zephyr-latest/subsys/bluetooth/controller/ticker/ |
D | ticker.c | 563 * @details Finds insertion point for new ticker node and inserts the 587 /* Find insertion point for new ticker node and adjust ticks_to_expire 588 * relative to insertion point 633 * @details Finds insertion point for new ticker node and inserts the 667 /* Find insertion point for new ticker node and adjust ticks_to_expire 668 * relative to insertion point 690 /* Check for collision for new ticker node at insertion point */ 713 /* Collision - no ticker node insertion, set id to that of 2785 /* Enqueue for re-insertion */
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 74 rather slower constant-time insertion and removal overhead, and on most
|
/Zephyr-latest/doc/kernel/services/timing/ |
D | clocks.rst | 154 to ticks once on insertion into the list. There no
|
/Zephyr-latest/tests/net/lib/lwm2m/observation/src/ |
D | lwm2m_observation.c | 239 zassert_true(ret >= 0, "Insertion #%d failed", i); in run_insertion_test()
|
/Zephyr-latest/drivers/sdhc/ |
D | imx_usdhc.c | 886 /* Enable card insertion interrupt */ in imx_usdhc_enable_interrupt() 933 /* Disable card insertion interrupt */ in imx_usdhc_disable_interrupt()
|
/Zephyr-latest/tests/kernel/queue/src/ |
D | test_queue_contexts.c | 262 /* Insertion fails and alloc returns NOMEM */ in tqueue_alloc()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_scan_aux.c | 2833 /* Sorted insertion into sched list, starting/replacing the ticker when needed 2835 * - false for no insertion (conflict with existing entry) 2851 /* Find insertion point */ in chain_insert_in_sched_list()
|
D | isoal.c | 2206 * as the calling should also check before requesting insertion of a in isoal_insert_seg_header_timeoffset()
|
/Zephyr-latest/kernel/ |
D | Kconfig | 325 insertion and removal overhead, and on most platforms (that
|
D | thread.c | 745 /* k_q_node is initialized upon first insertion in a list */ in z_init_thread_base()
|
/Zephyr-latest/doc/develop/west/ |
D | release-notes.rst | 671 Python dictionaries being insertion-ordered; this is only an implementation
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 294 that preserve dict insertion order.
|
/Zephyr-latest/tests/net/ipv6_fragment/src/ |
D | main.c | 998 /* Reset position to beginning and ready packet for insertion */ in test_pkt_loopback()
|
12