Searched full:insertion (Results 1 – 23 of 23) sorted by relevance
/Zephyr-Core-3.5.0/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-Core-3.5.0/dts/bindings/timer/ |
D | gd,gd32-timer.yaml | 38 inputs, dead-time insertion, etc.
|
/Zephyr-Core-3.5.0/lib/hash/ |
D | Kconfig.hash_map | 12 Hashmaps are data structures that are used when insertion, removal, and
|
/Zephyr-Core-3.5.0/drivers/espi/ |
D | espi_utils.h | 19 * @param set A boolean indicating insertion or removal of the callback.
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/gpio/ |
D | gpio_utils.h | 50 * @param set A boolean indicating insertion or removal of the callback
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/dts/bindings/pwm/ |
D | nxp,s32-emios-pwm.yaml | 111 - OPWMCB: generates a center aligned PWM with dead time insertion to the
|
/Zephyr-Core-3.5.0/soc/arm/nuvoton_npcx/common/ |
D | soc_miwu.h | 220 * @param set A boolean indicating insertion or removal of the callback
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/subsys/bluetooth/controller/ticker/ |
D | ticker.c | 540 * @details Finds insertion point for new ticker node and inserts the 564 /* Find insertion point for new ticker node and adjust ticks_to_expire 565 * relative to insertion point 610 * @details Finds insertion point for new ticker node and inserts the 644 /* Find insertion point for new ticker node and adjust ticks_to_expire 645 * relative to insertion point 667 /* Check for collision for new ticker node at insertion point */ 690 /* Collision - no ticker node insertion, set id to that of 2645 /* Enqueue for re-insertion */
|
/Zephyr-Core-3.5.0/include/zephyr/sys/ |
D | hash_map.h | 299 * of 2 when insertion / removal would exceed / fall into the specified
|
/Zephyr-Core-3.5.0/doc/kernel/services/scheduling/ |
D | index.rst | 74 rather slower constant-time insertion and removal overhead, and on most
|
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/engine/src/ |
D | lwm2m_observation.c | 239 zassert_true(ret >= 0, "Insertion #%d failed", i); in run_insertion_test()
|
/Zephyr-Core-3.5.0/doc/kernel/services/timing/ |
D | clocks.rst | 154 to ticks once on insertion into the list. There no
|
/Zephyr-Core-3.5.0/tests/kernel/queue/src/ |
D | test_queue_contexts.c | 262 /* Insertion fails and alloc returns NOMEM */ in tqueue_alloc()
|
/Zephyr-Core-3.5.0/doc/develop/west/ |
D | release-notes.rst | 596 Python dictionaries being insertion-ordered; this is only an implementation
|
/Zephyr-Core-3.5.0/kernel/ |
D | thread.c | 851 /* k_q_node is initialized upon first insertion in a list */ in z_init_thread_base()
|
D | Kconfig | 317 insertion and removal overhead, and on most platforms (that
|
/Zephyr-Core-3.5.0/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 287 that preserve dict insertion order.
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/ |
D | isoal.c | 2208 * as the calling should also check before requesting insertion of a in isoal_insert_seg_header_timeoffset()
|
/Zephyr-Core-3.5.0/tests/net/ipv6_fragment/src/ |
D | main.c | 998 /* Reset position to beginning and ready packet for insertion */ in test_pkt_loopback()
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-3.3.rst | 1015 * Implemented insertion of a CoAP option at arbitrary position.
|