Home
last modified time | relevance | path

Searched full:ll (Results 1 – 25 of 486) sorted by relevance

12345678910>>...20

/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/
Dll.set1.llcp.test_list4 LL/CON/ADV/BV-01-C
5 LL/CON/ADV/BV-04-C
6 LL/CON/ADV/BV-05-C
7 LL/CON/ADV/BV-06-C
8 LL/CON/ADV/BV-09-C
9 LL/CON/ADV/BV-10-C
10 #LL/CON/ADV/BV-12-C # Fails due to https://github.com/zephyrproject-rtos/zephyr/issues/54531
11 LL/CON/ADV/BV-14-C
12 #LL/CON/ADV/BV-15-C # Fails due to https://github.com/zephyrproject-rtos/zephyr/issues/54531
13 LL/CON/INI/BV-01-C
[all …]
Dll.set2.llcp.test_list4 LL/CON/PER/BV-29-C
5 LL/CON/PER/BV-33-C
6 LL/CON/PER/BV-34-C
7 LL/CON/PER/BV-40-C
8 LL/CON/PER/BV-42-C
9 #LL/CON/PER/BV-77-C # Needs testcase implementation update
10 #LL/CON/PER/BV-78-C # Needs testcase implementation update
11 #LL/CON/PER/BV-80-C # Needs testcase implementation update
12 #LL/CON/PER/BV-81-C # Needs testcase implementation update
13 LL/DDI/ADV/BI-05-C
[all …]
Dll.2.llcp.sh5 # LL regression tests based on the EDTTool (part 2)
10 export TEST_FILE=${CWD}"/ll.set2.llcp.test_list"
Dll.1.llcp.sh5 # LL regression tests based on the EDTTool (part 1)
10 export TEST_FILE=${CWD}"/ll.set1.llcp.test_list"
/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 …]
/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/modules/
DKconfig.stm32615 Enable STM32Cube Analog-to-Digital Converter (ADC) LL module driver
620 Enable STM32Cube Basic direct memory access controller (BDMA) LL
626 Enable STM32Cube Ultra Low Power Comparator channels (COMP) LL module
632 Enable STM32Cube CORDIC co-processor (CORDIC) functions LL module
638 Enable STM32Cube Cyclic redundancy check calculation unit (CRC) LL
644 Enable STM32Cube Clock recovery system (CRS) LL module driver
649 Enable STM32Cube Digital-to-analog converter (DAC) LL module driver
654 Enable STM32Cube DelayBlock (DELAYBLOCK) LL module driver (stm32H7 or stm32MP1)
659 Enable STM32Cube DelayBlock (DELAYBLOCK) LL module driver (stm32U5)
664 Enable STM32Cube Direct Memory Access controller (DMA) LL module
[all …]
/Zephyr-latest/drivers/sensor/meas/ms5837/
Dms5837.c67 data->temperature = 2000 + (dT * data->tempsens) / (1ll << 23); in ms5837_compensate_30()
68 OFF = ((int64_t)(data->off_t1) << 16) + (dT * data->tco) / (1ll << 7); in ms5837_compensate_30()
69 SENS = ((int64_t)(data->sens_t1) << 15) + (dT * data->tcs) / (1ll << 8); in ms5837_compensate_30()
78 Ti = (3ll * dT * dT) / (1ll << 33); in ms5837_compensate_30()
79 OFFi = (3ll * temp_sq) / (1ll << 1); in ms5837_compensate_30()
80 SENSi = (5ll * temp_sq) / (1ll << 3); in ms5837_compensate_30()
84 OFFi += 7ll * temp_sq; in ms5837_compensate_30()
85 SENSi += 4ll * temp_sq; in ms5837_compensate_30()
88 Ti = (2ll * dT * dT) / (1ll << 37); in ms5837_compensate_30()
89 OFFi = temp_sq / (1ll << 4); in ms5837_compensate_30()
[all …]
/Zephyr-latest/snippets/bt-ll-sw-split/
Dsnippet.yml1 name: bt-ll-sw-split
3 EXTRA_CONF_FILE: bt-ll-sw-split.conf
4 EXTRA_DTC_OVERLAY_FILE: bt-ll-sw-split.overlay
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/ll/bis/
Dtestcase.yaml8 bluetooth.ll.bis:
21 bluetooth.ll.bis_ticker_expire_info:
32 bluetooth.ll.bis_vs_dp:
43 bluetooth.ll.bis_past:
DKconfig5 bool "Test Broadcast ISO using internal LL interface"
7 Test Broadcast ISO using internal LL interface.
/Zephyr-latest/tests/bluetooth/controller/ctrl_chmu/src/
Dmain.c26 #include "ll.h"
87 /* Tx Queue should have one LL Control PDU */ in ZTEST()
106 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
124 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
166 /* Tx Queue should have one LL Control PDU */ in ZTEST()
179 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
192 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
201 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
234 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
248 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/
Dcompile.nrf5340bsim_nrf5340_cpuapp.sh15 app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_privacy.conf sysbuild=1 compile
16 app=tests/bsim/bluetooth/ll/bis sysbuild=1 compile
17 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/bis/tests_scripts/broadcast_iso.sh
/Zephyr-latest/tests/drivers/sensor/generic/src/
Dmain.c280 zassert_equal(data.val1, SENSOR_G/1000000LL, in ZTEST()
282 zassert_equal(data.val2, SENSOR_G%(data.val1 * 1000000LL), in ZTEST()
294 zassert_equal(data.val1, SENSOR_PI/1000000LL, in ZTEST()
296 zassert_equal(data.val2, SENSOR_PI%(data.val1 * 1000000LL), in ZTEST()
311 zassert_equal((long long)(sensor_value_to_double(&data) * 1000000LL), in ZTEST()
313 zassert_equal((long long)(sensor_value_to_float(&data) * 1000000LL), in ZTEST()
318 zassert_equal(data.val1, SENSOR_PI/1000000LL, in ZTEST()
320 zassert_equal(data.val2, SENSOR_PI%(data.val1 * 1000000LL), in ZTEST()
324 zassert_equal(data.val1, SENSOR_PI/1000000LL, in ZTEST()
326 zassert_equal(data.val2, SENSOR_PI%(data.val1 * 1000000LL), in ZTEST()
[all …]
/Zephyr-latest/drivers/sensor/meas/ms5607/
Dms5607.c39 data->temperature = 2000 + (dT * data->tempsens) / (1ll << 23); in ms5607_compensate()
40 OFF = ((int64_t)(data->off_t1) << 17) + (dT * data->tco) / (1ll << 6); in ms5607_compensate()
41 SENS = ((int64_t)(data->sens_t1) << 16) + (dT * data->tcs) / (1ll << 7); in ms5607_compensate()
51 Ti = (dT * dT) / (1ll << 31); in ms5607_compensate()
52 OFFi = (61ll * temp_sq) / (1ll << 4); in ms5607_compensate()
53 SENSi = 2ll * temp_sq; in ms5607_compensate()
57 OFFi += 15ll * temp_sq; in ms5607_compensate()
58 SENSi += 8ll * temp_sq; in ms5607_compensate()
70 data->pressure = (SENS * (int64_t)adc_pressure / (1ll << 21) - OFF) / in ms5607_compensate()
71 (1ll << 15); in ms5607_compensate()
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/
Dmain.c26 #include "ll.h"
188 /* Tx Queue should have one LL Control PDU */ in ZTEST()
218 /* Tx Queue should have one LL Control PDU */ in ZTEST()
238 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
260 /* Tx Queue should have one LL Control PDU */ in ZTEST()
286 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
301 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
366 /* Tx Queue should have one LL Control PDU */ in ZTEST()
388 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
403 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/
DREADME.txt17 The first application is used for LL and HCI conformance tests of the
56 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/tests/bluetooth/controller/ctrl_phy_update/src/
Dmain.c26 #include "ll.h"
158 /* Tx Queue should have one LL Control PDU */ in ZTEST()
195 /* Tx Queue should have one LL Control PDU */ in ZTEST()
220 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
235 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
281 /* Tx Queue should have one LL Control PDU */ in ZTEST()
338 /* Tx Queue should have one LL Control PDU */ in ZTEST()
433 /* Tx Queue should have one LL Control PDU */ in ZTEST()
458 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
471 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
[all …]
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_emul.c189 *epsilon = (3 * SENSOR_G * Q31_SCALE / sensitivity / 1000000LL / 2) >> *shift; in icm42688_emul_get_accel_ranges()
190 *upper = (fs_g * SENSOR_G * Q31_SCALE / 1000000LL) >> *shift; in icm42688_emul_get_accel_ranges()
292 *epsilon = (3 * SENSOR_PI * Q31_SCALE * 10LL / 1000000LL / 180LL / sensitivity / 2LL) >> in icm42688_emul_get_gyro_ranges()
294 *upper = (((fs_mdps * SENSOR_PI / 1000000LL) * Q31_SCALE) / 1000LL / 180LL) >> *shift; in icm42688_emul_get_gyro_ranges()
368 reg_val = ((value_unshifted * sensitivity / Q31_SCALE) * 1000000LL) / SENSOR_G; in icm42688_emul_backend_set_channel()
388 CLAMP((((value_unshifted * sensitivity * 180LL) / Q31_SCALE) * 1000000LL) / in icm42688_emul_backend_set_channel()
389 SENSOR_PI / 10LL, in icm42688_emul_backend_set_channel()
/Zephyr-latest/drivers/gnss/
Dgnss_parse.c15 #define GNSS_PARSE_NANO_KNOTS_IN_MMS (1943840LL)
16 #define GNSS_PARSE_NANO (1000000000LL)
17 #define GNSS_PARSE_MICRO (1000000LL)
18 #define GNSS_PARSE_MILLI (1000LL)
78 increment = GNSS_PARSE_NANO / 10LL; in gnss_parse_dec_to_nano()
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_parser.py37 # Python doesn't support %ll for integer specifiers, so remove extra 'l'
38 new_str = new_str.replace("%ll" + spec, "%l" + spec)
41 new_str = new_str.replace("%#ll" + spec, "%#l" + spec)
/Zephyr-latest/subsys/sensing/sensor/phy_3d_sensor/
Dphy_3d_sensor.c54 int64_t micro_g = micro_ms2 * 1000000LL / SENSOR_G; in accel_sensor_value_to_q31()
56 return scaled_int64_to_shifted_q31(micro_g, 1000000LL, in accel_sensor_value_to_q31()
63 SENSING_ACCEL_Q31_SHIFT, 1000000LL); in accel_q31_to_sensor_value()
64 int64_t micro_ms2 = micro_g * SENSOR_G / 1000000LL; in accel_q31_to_sensor_value()
79 int64_t micro_deg = micro_rad * 180000000LL / SENSOR_PI; in gyro_sensor_value_to_q31()
81 return scaled_int64_to_shifted_q31(micro_deg, 1000000LL, in gyro_sensor_value_to_q31()
88 SENSING_GYRO_Q31_SHIFT, 1000000LL); in gyro_q31_to_sensor_value()
89 int64_t micro_rad = micro_deg * SENSOR_PI / 180000000LL; in gyro_q31_to_sensor_value()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Dll_irqs.h14 * We'll use the INTMUX ISR for channel 2 instead of LPTMR1 ISR
21 * We'll use the INTMUX ISR for channel 3 instead of radio ISR

12345678910>>...20