/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_scan_aux.c | 80 * Increasing the count allows simultaneous reception of interleaved chain PDUs 89 static inline void aux_chain_release(struct ll_scan_aux_chain *chain); 90 struct ll_scan_aux_chain *scan_aux_chain_is_valid_get(struct ll_scan_aux_chain *chain); 93 static void aux_sync_incomplete(struct ll_scan_aux_chain *chain); 95 static void flush(struct ll_scan_aux_chain *chain); 96 static void chain_start_ticker(struct ll_scan_aux_chain *chain, bool replace); 97 static bool chain_insert_in_sched_list(struct ll_scan_aux_chain *chain); 99 struct ll_scan_aux_chain *chain); 100 static void chain_append_to_list(struct ll_scan_aux_chain **head, struct ll_scan_aux_chain *chain); 101 static bool chain_is_in_list(struct ll_scan_aux_chain *head, struct ll_scan_aux_chain *chain); [all …]
|
D | ull_scan_types.h | 44 /* Current nodes in this chain */ 49 /* current ticker timeout for this chain */ 52 /* Next chain in list (if any) */ 58 /* This chain is LLL scheduled */
|
D | ull_adv_aux.c | 154 /* Reject len > 191 bytes if chain PDUs unsupported */ in ll_adv_aux_ad_data_set() 192 /* No AD data in chain PDU */ in ll_adv_aux_ad_data_set() 223 /* Fragment into chain PDU if len > 191 bytes */ in ll_adv_aux_ad_data_set() 245 /* Calculate the overflow chain PDU's AD data in ll_adv_aux_ad_data_set() 251 /* No AD data in chain PDU besides the in ll_adv_aux_ad_data_set() 256 /* Get the reference to auxiliary PDU chain */ in ll_adv_aux_ad_data_set() 268 /* Get the reference to auxiliary PDU chain */ in ll_adv_aux_ad_data_set() 274 /* Remove/Release any previous chain PDU in ll_adv_aux_ad_data_set() 288 /* No AD data in chain PDU */ in ll_adv_aux_ad_data_set() 301 /* No AD data in chain PDU */ in ll_adv_aux_ad_data_set() [all …]
|
/Zephyr-latest/boards/sifive/hifive_unleashed/support/ |
D | openocd_hifive_unleashed.cfg | 14 target create $_TARGETNAME.0 riscv -chain-position $_TARGETNAME -rtos hwthread 15 target create $_TARGETNAME.1 riscv -chain-position $_TARGETNAME -coreid 1 16 target create $_TARGETNAME.2 riscv -chain-position $_TARGETNAME -coreid 2 17 target create $_TARGETNAME.3 riscv -chain-position $_TARGETNAME -coreid 3 18 target create $_TARGETNAME.4 riscv -chain-position $_TARGETNAME -coreid 4
|
/Zephyr-latest/boards/sifive/hifive_unmatched/support/ |
D | openocd_hifive_unmatched.cfg | 14 target create $_TARGETNAME.0 riscv -chain-position $_TARGETNAME -rtos hwthread 15 target create $_TARGETNAME.1 riscv -chain-position $_TARGETNAME -coreid 1 16 target create $_TARGETNAME.2 riscv -chain-position $_TARGETNAME -coreid 2 17 target create $_TARGETNAME.3 riscv -chain-position $_TARGETNAME -coreid 3 18 target create $_TARGETNAME.4 riscv -chain-position $_TARGETNAME -coreid 4
|
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_chains/src/ |
D | test_remove_cte_from_chain.c | 68 "Unexpected error while disabling CTE for periodic advertising chain, err: %d", in ZTEST() 84 /* Use the same number for PDUs in a chain as for CTE request */ in ZTEST() 92 "Unexpected error while enabling CTE for periodic advertising chain, err: %d", in ZTEST() 97 "Unexpected error while disabling CTE for periodic advertising chain, err: %d", in ZTEST() 113 /* Use the same number for PDUs in a chain as for CTE request */ in ZTEST() 123 "Unexpected error while disabling CTE for periodic advertising chain, err: %d", in ZTEST() 139 /* Use the same number for PDUs in a chain as for CTE request */ in ZTEST() 149 "Unexpected error while disabling CTE for periodic advertising chain, err: %d", in ZTEST() 176 /* Use smaller number of CTE for request than number of PDUs in an initial chain. in remove_cte_from_chain_after_enqueue_to_lll() 177 * In such situation chain should not be extended and PDUs pool should be not affected. in remove_cte_from_chain_after_enqueue_to_lll() [all …]
|
D | test_add_cte_to_chain.c | 65 "Unexpected error while enabling CTE for periodic advertising chain, err: %d", in ZTEST() 82 /* Use the same number for PDUs in a chain as for CTE request */ in ZTEST() 91 "Unexpected error while enabling CTE for periodic advertising chain, err: %d", in ZTEST() 108 /* Use the same number for PDUs in a chain as for CTE request */ in ZTEST() 117 "Unexpected error while enabling CTE for periodic advertising chain, err: %d", in ZTEST() 136 /* Use the same number for PDUs in a chain as for CTE request */ in ZTEST() 154 "Unexpected error while enabling CTE for periodic advertising chain, err: %d", in ZTEST() 171 /* Use the same number for PDUs in a chain as for CTE request */ in ZTEST() 180 "Unexpected error while enabling CTE for periodic advertising chain, err: %d", in ZTEST()
|
D | common.c | 130 * @brief Helper function that creates periodic advertising chain. 132 * The function creates periodic advertising chain with provided number of PDUs @p pdu_count. 133 * The created chain is enqueued in provided advertising set. Number of requested PDUs includes 134 * head of a chain AUX_SYNC_IND. 138 * @param adv_set Pointer to advertising set to enqueue created chain. 139 * @param pdu_count Requested number of PDUs in a chain. 166 /* Create AUX_SYNC_IND PDU as a head of chain */ in common_create_per_adv_chain() 231 * @brief Helper function to release periodic advertising chain that was enqueued for 234 * @param adv_set Pointer to advertising set to release a PDUs chain. 379 * @brief Helper function that validates correctness of periodic advertising chain. [all …]
|
D | test_add_cte_to_chain.h | 7 /* Runs tests of adding CTE to a chain of periodic advertising PDUs */
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | ticker.c | 49 void hal_ticker_instance0_sched(uint8_t caller_id, uint8_t callee_id, uint8_t chain, in hal_ticker_instance0_sched() argument 70 chain, in hal_ticker_instance0_sched() 93 chain, in hal_ticker_instance0_sched() 116 chain, in hal_ticker_instance0_sched() 139 chain, in hal_ticker_instance0_sched() 154 chain, in hal_ticker_instance0_sched() 178 chain, in hal_ticker_instance0_sched()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/ |
D | ticker.c | 49 void hal_ticker_instance0_sched(uint8_t caller_id, uint8_t callee_id, uint8_t chain, in hal_ticker_instance0_sched() argument 71 chain, in hal_ticker_instance0_sched() 95 chain, in hal_ticker_instance0_sched() 118 chain, in hal_ticker_instance0_sched() 141 chain, in hal_ticker_instance0_sched() 156 chain, in hal_ticker_instance0_sched() 180 chain, in hal_ticker_instance0_sched()
|
/Zephyr-latest/dts/bindings/led_strip/ |
D | ti,tlc5971.yaml | 8 tree node. Length of daisy chains in pixels is defined by the chain-length 9 property. Note: chain-length must be a multiple of 4. A single TLC5971 device 23 chain-length = <24>;
|
D | led-strip.yaml | 8 chain-length: 12 The number of devices in the daisy-chain.
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/chain/ |
D | prj.conf | 12 # Zephyr Bluetooth LE Controller will need to use chain PDUs when AD data 23 # number of chain PDUs per advertising set when using Zephyr Bluetooth LE 38 # Increase Zephyr Bluetooth LE Controller Rx buffer to receive complete chain
|
D | testcase.yaml | 2 bluetooth.host.adv.chain:
|
/Zephyr-latest/tests/drivers/build_all/led_strip/ |
D | app.overlay | 48 chain-length = <8>; // two TLC5971 devices 58 chain-length = <4>; 68 chain-length = <1>; 79 chain-length = <1>;
|
/Zephyr-latest/samples/bluetooth/broadcaster_multiple/ |
D | prj.conf | 9 # Zephyr Bluetooth LE Controller will need to use chain PDUs when AD data 20 # number of chain PDUs per advertising set when using Zephyr Bluetooth LE
|
/Zephyr-latest/dts/bindings/adc/ |
D | nxp,s32-adc-sar.yaml | 40 - "normal-end-chain" 43 Select normal end chain callback to reduce the number of interrupt occurrences.
|
/Zephyr-latest/boards/snps/hsdk/support/ |
D | openocd.cfg | 57 target create $_TARGETNAME2 arcv2 -chain-position $_TARGETNAME2 72 target create $_TARGETNAME3 arcv2 -chain-position $_TARGETNAME3 87 target create $_TARGETNAME4 arcv2 -chain-position $_TARGETNAME4 103 target create $_TARGETNAME1 arcv2 -chain-position $_TARGETNAME1
|
/Zephyr-latest/boards/snps/hsdk4xd/support/ |
D | openocd.cfg | 57 target create $_TARGETNAME2 arcv2 -chain-position $_TARGETNAME2 72 target create $_TARGETNAME3 arcv2 -chain-position $_TARGETNAME3 87 target create $_TARGETNAME4 arcv2 -chain-position $_TARGETNAME4 103 target create $_TARGETNAME1 arcv2 -chain-position $_TARGETNAME1
|
/Zephyr-latest/boards/nordic/thingy53/ |
D | board.c | 10 /* Initialization chain of Thingy:53 board requires some delays before on board sensors 35 /* Initialization chain of Thingy:53 board requires some delays before on board in setup()
|
/Zephyr-latest/subsys/bluetooth/controller/hal/ |
D | ticker.h | 11 void hal_ticker_instance0_sched(uint8_t caller_id, uint8_t callee_id, uint8_t chain,
|
/Zephyr-latest/drivers/led_strip/ |
D | Kconfig.apa102 | 14 Enable the LED strip driver for a chain of APA102 RGB LEDs.
|
/Zephyr-latest/samples/bluetooth/observer/ |
D | prj_extended.conf | 15 # Increase Zephyr Bluetooth LE Controller Rx buffer to receive complete chain
|
/Zephyr-latest/boards/digilent/arty_a7/support/ |
D | openocd_arty_a7_arm_designstart.cfg | 2 dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu
|