Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 25 of 129) sorted by relevance

123456

/Zephyr-latest/tests/bsim/bluetooth/ll/
Dcompile.sh13 ${ZEPHYR_BASE}/tests/bsim/bluetooth/ll/cis/compile.sh
15 app=tests/bsim/bluetooth/ll/advx compile
16 app=tests/bsim/bluetooth/ll/advx \
18 app=tests/bsim/bluetooth/ll/advx conf_overlay=overlay-scan_aux_use_chains.conf compile
20 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split.conf compile
21 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_1ms.conf compile
22 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_tx_defer.conf compile
23 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_privacy.conf compile
24 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_low_lat.conf compile
25 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_single_timer.conf compile
[all …]
D_compile_permutate_kconfigs.sh60 local app=tests/bsim/bluetooth/ll/edtt/hci_test_app
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/
Dcompile.sh13 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay.conf compile
14 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_first.conf compile
15 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-legacy_adv.conf compile
16 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-legacy_adv_acl_first.conf compile
17 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_group.conf compile
18 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_group_acl_first.conf compile
19 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-peripheral_cis.conf compile
20 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_first_ft_per_skip_2_se.conf compile
21 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_first_ft_per_skip_4_se.conf compile
22 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_first_ft_cen_skip_2_se.conf compile
[all …]
/Zephyr-latest/tests/bsim/bluetooth/
Dcompile.nrf5340bsim_nrf5340_cpuapp.sh17 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_privacy.conf sysbuild=1 compile
18 app=tests/bsim/bluetooth/ll/throughput sysbuild=1 compile
19 app=tests/bsim/bluetooth/ll/multiple_id sysbuild=1 compile
20 app=tests/bsim/bluetooth/ll/bis sysbuild=1 compile
21 app=tests/bsim/bluetooth/ll/bis conf_overlay=overlay-ticker_expire_info.conf sysbuild=1 compile
22 app=tests/bsim/bluetooth/ll/cis conf_overlay=overlay-acl_group.conf sysbuild=1 compile
Dtests.nrf5340bsim_nrf5340_cpuapp.txt3 tests/bsim/bluetooth/ll/conn/tests_scripts/basic_conn_encrypted_split_privacy.sh
4 tests/bsim/bluetooth/ll/throughput/
5 tests/bsim/bluetooth/ll/multiple_id/
6 tests/bsim/bluetooth/ll/bis/tests_scripts/broadcast_iso.sh
7 tests/bsim/bluetooth/ll/bis/tests_scripts/broadcast_iso_ticker_expire_info.sh
Dcompile.nrf54l15bsim_nrf54l15_cpuapp.sh16 app=tests/bsim/bluetooth/ll/throughput compile
17 app=tests/bsim/bluetooth/ll/multiple_id compile
18 app=tests/bsim/bluetooth/ll/bis compile
19 app=tests/bsim/bluetooth/ll/bis conf_overlay=overlay-ticker_expire_info.conf compile
Dtests.nrf54l15bsim_nrf54l15_cpuapp.txt3 tests/bsim/bluetooth/ll/throughput/
4 tests/bsim/bluetooth/ll/multiple_id/
5 tests/bsim/bluetooth/ll/bis/tests_scripts/broadcast_iso.sh
6 tests/bsim/bluetooth/ll/bis/tests_scripts/broadcast_iso_ticker_expire_info.sh
Dcompile.nrf5340bsim_nrf5340_cpunet.sh15 ${ZEPHYR_BASE}/tests/bsim/bluetooth/ll/compile.sh
Dcompile.sh21 ${ZEPHYR_BASE}/tests/bsim/bluetooth/ll/compile.sh
Dtests.nrf5340bsim_nrf5340_cpunet.txt4 tests/bsim/bluetooth/ll/
/Zephyr-latest/snippets/bt-ll-sw-split/
DREADME.rst1 .. _snippet-bt-ll-sw-split:
3 Zephyr Bluetooth LE Controller (bt-ll-sw-split)
11 west build -S bt-ll-sw-split [...]
/Zephyr-latest/tests/bsim/bluetooth/hci_uart/
Dcompile.sh13 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_hci_uart.conf \
15 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_hci_uart.conf conf_overlay=psa_overlay.conf \
/Zephyr-latest/tests/bluetooth/uuid/src/
Dtest_bt_uuid_to_str.c53 result_is_null_terminated(BT_UUID_DECLARE_128(BT_UUID_128_ENCODE(0l, 0, 0, 0, 0ll))); in ZTEST()
68 result_str_is(BT_UUID_DECLARE_128(BT_UUID_128_ENCODE(0l, 0, 0, 0, 0ll)), in ZTEST()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/shell/
DCMakeLists.txt4 zephyr_library_sources_ifdef(CONFIG_BT_LL_SW_SPLIT ll.c)
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/
DREADME.txt56 WORK_DIR=${ZEPHYR_BASE}/bsim_out tests/bsim/bluetooth/ll/compile.sh
59 RESULTS_FILE=${ZEPHYR_BASE}/banana.xml SEARCH_PATH=tests/bsim/bluetooth/ll/edtt/ tests/bsim/run_par…
62 tests/bsim/bluetooth/ll/edtt/tests_scripts/hci.sh
/Zephyr-latest/subsys/net/ip/
Dnet_private.h279 extern char *net_sprint_ll_addr_buf(const uint8_t *ll, uint8_t ll_len,
352 static inline char *net_sprint_ll_addr(const uint8_t *ll, uint8_t ll_len) in net_sprint_ll_addr() argument
356 return net_sprint_ll_addr_buf(ll, ll_len, (char *)buf, sizeof(buf)); in net_sprint_ll_addr()
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154.c252 struct ieee802154_address_field *ll) in swap_and_set_pkt_ll_addr() argument
258 has_pan_id ? ll->plain.addr.ext_addr : ll->comp.addr.ext_addr, in swap_and_set_pkt_ll_addr()
267 &ll->plain.addr.short_addr : &ll->comp.addr.short_addr), in swap_and_set_pkt_ll_addr()
/Zephyr-latest/tests/net/ip-addr/src/
Dmain.c58 uint8_t ll[] = { a, b, c, d, e, f }; \
59 zassert_false(strcmp(net_sprint_ll_addr(ll, sizeof(ll)),\
66 uint8_t ll[] = { a, b, c, d, e, f, g, h }; \
67 zassert_false(strcmp(net_sprint_ll_addr(ll, sizeof(ll)), \
/Zephyr-latest/boards/sifive/hifive1/doc/
Dindex.rst57 In order to upload the application to the device, you'll need OpenOCD with
76 debug the board, you'll need to install the
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Dtrain_magic_wand_model.ipynb82 …"We'll also clone the TensorFlow repository, which contains the training scripts, and copy them in…
110 …"Next, we'll download the data and extract it into the expected location within the training scrip…
136 … "We'll then run the scripts that split the data into training, validation, and test sets."
193 …raining process. Training will take around 5 minutes on a GPU runtime. You'll see the metrics in T…
/Zephyr-latest/samples/boards/bbc/microbit/line_follower_robot/
DREADME.rst15 To build and run this sample you'll need a `DFRobot Maqueen robot
/Zephyr-latest/samples/drivers/led/lp3943/
DREADME.rst19 so we'll use this board for our example.
/Zephyr-latest/tests/subsys/logging/log_api/src/
Dmain.c171 long long ll = -12313213214454545; in ZTEST() local
181 TEST_MSG_0_PREFIX, __func__, ll, ull, i); in ZTEST()
183 snprintk(str, sizeof(str), TEST_MSG_0, ll, ull, i); in ZTEST()
192 LOG_DBG(TEST_MSG_0, ll, ull, i); in ZTEST()
/Zephyr-latest/boards/arm/mps3/
Dmps3_corstone300_an552.dts61 * you'll get the non-secure alias
Dmps3_corstone300_fvp.dts61 * you'll get the non-secure alias

123456