Home
last modified time | relevance | path

Searched refs:prep (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/boards/shields/rtkmipilcdb00000be/boards/
Dek_ra8d1.overlay43 t-clk-prep = <8>;
44 t-hs-prep = <5>;
/Zephyr-latest/tests/kernel/threads/dynamic_thread/src/
Dmain.c40 static void prep(void) in prep() function
221 prep(); in thread_test_setup()
/Zephyr-latest/kernel/
DKconfig.init23 c prep code (prep_c). soc_prep_hook() must be implemented by the SoC.
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn_types.h72 } prep; member
Dull_llcp_cc.c455 conn->llcp.prep.ticks_at_expire, in rp_cc_check_instant()
456 conn->llcp.prep.remainder, in rp_cc_check_instant()
1003 conn->llcp.prep.ticks_at_expire, in lp_cc_check_instant()
1004 conn->llcp.prep.remainder, in lp_cc_check_instant()
Dull.c340 static MFIFO_DEFINE(prep, sizeof(struct lll_event), EVENT_PIPELINE_MAX);
871 MFIFO_INIT(prep); in ll_reset()
2088 idx = MFIFO_ENQUEUE_GET(prep, (void **)&e); in ull_prepare_enqueue()
2100 MFIFO_ENQUEUE(prep, idx); in ull_prepare_enqueue()
2107 return MFIFO_DEQUEUE_GET(prep); in ull_prepare_dequeue_get()
2112 return MFIFO_DEQUEUE_ITER_GET(prep, idx); in ull_prepare_dequeue_iter()
2177 MFIFO_DEQUEUE(prep); in ull_prepare_dequeue()
Dull_conn.c960 conn->llcp.prep.ticks_at_expire = ticks_at_expire; in ull_conn_llcp()
961 conn->llcp.prep.remainder = remainder; in ull_conn_llcp()
962 conn->llcp.prep.lazy = lazy; in ull_conn_llcp()
2165 conn->llcp.prep.lazy; in ull_conn_event_counter()
2252 ticks_at_expire = conn->llcp.prep.ticks_at_expire; in ull_conn_update_parameters()
2351 lll->latency_prepare += conn->llcp.prep.lazy; in ull_conn_update_parameters()
2469 conn->llcp.prep.ticks_at_expire); in ull_conn_update_peer_sca()
Dull_central_iso.c884 time_of_intant = HAL_TICKER_TICKS_TO_US(conn->llcp.prep.ticks_at_expire) + in ull_central_iso_setup()
1166 remainder = conn->llcp.prep.remainder; in mfy_cis_offset_get()
Dull_sync.c416 ticks_anchor = conn->llcp.prep.ticks_at_expire; in ull_sync_setup_from_sync_transfer()