Home
last modified time | relevance | path

Searched refs:lll_df_sync (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_df_internal.h18 struct lll_df_sync_cfg *lll_df_sync_cfg_alloc(struct lll_df_sync *df_cfg,
24 static inline struct lll_df_sync_cfg *lll_df_sync_cfg_peek(struct lll_df_sync *df_cfg) in lll_df_sync_cfg_peek()
30 static inline void lll_df_sync_cfg_enqueue(struct lll_df_sync *df_cfg, uint8_t idx) in lll_df_sync_cfg_enqueue()
38 struct lll_df_sync_cfg *lll_df_sync_cfg_latest_get(struct lll_df_sync *df_cfg,
44 static inline struct lll_df_sync_cfg *lll_df_sync_cfg_curr_get(struct lll_df_sync *df_cfg) in lll_df_sync_cfg_curr_get()
52 static inline uint8_t lll_df_sync_cfg_is_modified(struct lll_df_sync *df_cfg) in lll_df_sync_cfg_is_modified()
Dlll_df.c131 struct lll_df_sync_cfg *lll_df_sync_cfg_alloc(struct lll_df_sync *df_cfg, in lll_df_sync_cfg_alloc()
179 struct lll_df_sync_cfg *lll_df_sync_cfg_latest_get(struct lll_df_sync *df_cfg, in lll_df_sync_cfg_latest_get()
Dlll_df_types.h130 struct lll_df_sync { struct
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_df_internal.h21 void ull_df_sync_cfg_init(struct lll_df_sync *cfg);
23 bool ull_df_sync_cfg_is_not_enabled(struct lll_df_sync *df_cfg);
Dlll_sync.h70 struct lll_df_sync df_cfg;
Dull_df.c519 void ull_df_sync_cfg_init(struct lll_df_sync *df_cfg) in ull_df_sync_cfg_init()
526 bool ull_df_sync_cfg_is_not_enabled(struct lll_df_sync *df_cfg) in ull_df_sync_cfg_is_not_enabled()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_df_types.h12 struct lll_df_sync;