/Zephyr-Core-3.5.0/tests/kernel/timer/timer_api/src/ |
D | timer_convert.c | 62 TESTFUNC(us, cyc, floor, 32) 63 TESTFUNC(us, cyc, floor, 64) 64 TESTFUNC(us, cyc, near, 32) 65 TESTFUNC(us, cyc, near, 64) 66 TESTFUNC(us, cyc, ceil, 32) 67 TESTFUNC(us, cyc, ceil, 64) 68 TESTFUNC(us, ticks, floor, 32) 69 TESTFUNC(us, ticks, floor, 64) 70 TESTFUNC(us, ticks, near, 32) 71 TESTFUNC(us, ticks, near, 64) [all …]
|
/Zephyr-Core-3.5.0/samples/subsys/pm/latency/boards/ |
D | native_posix.overlay | 11 min-residency-us = <1000000>; 12 exit-latency-us = <10000>; 17 min-residency-us = <1100000>; 18 exit-latency-us = <20000>; 23 min-residency-us = <1200000>; 24 exit-latency-us = <30000>;
|
/Zephyr-Core-3.5.0/tests/subsys/pm/policy_api/ |
D | app.overlay | 19 min-residency-us = <100000>; 20 exit-latency-us = <10000>; 27 min-residency-us = <1000000>; 28 exit-latency-us = <100000>; 35 min-residency-us = <500000>; 36 exit-latency-us = <50000>;
|
/Zephyr-Core-3.5.0/tests/kernel/timer/timer_behavior/pytest/ |
D | test_timer.py | 45 logger.info(f'min: {stats["min"] * 1_000_000:.6f} us') 46 logger.info(f'max: {stats["max"] * 1_000_000:.6f} us') 47 logger.info(f'mean: {stats["mean"] * 1_000_000:.6f} us') 48 logger.info(f'variance: {stats["var"] * 1_000_000:.6f} us') 49 logger.info(f'stddev: {stats["stddev"] * 1_000_000:.6f} us') 50 logger.info(f'total time: {stats["total_time"] * 1_000_000:.6f} us') 51 logger.info(f'expected drift: {seconds * max_drift_ppm} us') 52 logger.info(f'real drift: {time_diff * 1_000_000:.6f} us')
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_df_types.h | 7 /* @brief Max supported CTE length in 8us units */ 9 /* @brief Min supported CTE length in 8us units */ 21 /* @brief Macro to convert length of CTE to [us] */ 43 uint8_t cte_length:6; /* Length of CTE in 8us units */ 50 /* BT 5.1 Vol 6, Part B, Section 2.5.4 reference period is sampled with 1us 55 * If 1us sampling slots are supported maximum number of IQ samples in single CTE 56 * is 74 (sample spacing is 2us). If it is not supported maximum number of IQ 57 * samples is 37 (sample spacing is 4us). 122 uint8_t slot_durations:2; /* Bit field where: BIT(0) is 1us, BIT(1) is 2us. */ 141 uint8_t slot_durations:2; /* Bit field where: BIT(0) is 1us, BIT(1) is 2us. */
|
D | lll_vendor.h | 55 * and ticker_update. Set to 32 us, which is ~1 tick with 32768 Hz 65 * includes radio ramp up time. The value must meet hard deadline of `150 us` 72 /* Sub-microsecond conversion macros. With current timer resolution of ~30 us 73 * per tick, conversion factor is 1, and macros map 1:1 between us_frac and us. 78 #define EVENT_US_TO_US_FRAC(us) (us) argument
|
/Zephyr-Core-3.5.0/tests/subsys/pm/power_states_api/boards/ |
D | native_posix.overlay | 17 min-residency-us = <10000>; 18 exit-latency-us = <100>; 24 min-residency-us = <50000>; 25 exit-latency-us = <500>;
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/throughput/src/ |
D | main.c | 25 * Single Tx time, 2M PHY = 1064 us 26 * tIFS = 150 us 27 * Single Tx duration = 1214 us 28 * Full duplex Tx-Rx duration = 2428 us 29 * Implementation dependent event overhead = 340 us 30 * Max. incomplete PDU time = 1064 us 31 * Max. radio idle time per 1 second = (1064 + 340) * 20 = 28080 us
|
/Zephyr-Core-3.5.0/dts/bindings/auxdisplay/ |
D | hit,hd44780.yaml | 59 enable-line-rise-delay-us: 63 Delay time (in us) to wait after enable line rises before setting low. 66 enable-line-fall-delay-us: 70 Delay time (in us) to wait after enable line falls before sending 73 clear-command-delay-us: 77 Delay time (in us) to wait after issuing a clear command before sending
|
/Zephyr-Core-3.5.0/drivers/sensor/apds9960/ |
D | Kconfig | 81 bool "4us" 84 bool "8us" 87 bool "16us" 90 bool "32us"
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_df_types.h | 11 * - Angle of departure: 1us switching for transmission 12 * - Angle of departure 1us sampling for reception 13 * - Angle of arrival 1us switching-sampling for reception. 16 * support 2US switching-sampling as mandatory.
|
D | lll_conn_iso.h | 36 uint32_t offset; /* Offset of CIS from start of CIG in us */ 37 uint32_t sub_interval; /* Interval between subevents in us */ 102 uint32_t window_widening_periodic_us_frac; /* Widening in us fractions 105 uint32_t window_widening_prepare_us_frac; /* Widening in us fractions 109 * us fractions for active 112 uint32_t window_widening_max_us; /* Maximum widening in us */
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf5_fem_generic.h | 19 * PA offset ctx-settle-time-us 21 * LNA offset crx-settle-time-us 25 #define HAL_RADIO_GPIO_PA_OFFSET_PROP_NAME "ctx-settle-time-us" 27 #define HAL_RADIO_GPIO_LNA_OFFSET_PROP_NAME "crx-settle-time-us"
|
D | radio_nrf5_fem_nrf21540.h | 19 * PA offset tx-en-settle-time-us 21 * LNA offset rx-en-settle-time-us 23 * PDN offset pdn-settle-time-us 32 #define HAL_RADIO_GPIO_PA_OFFSET_PROP_NAME "tx-en-settle-time-us" 34 #define HAL_RADIO_GPIO_LNA_OFFSET_PROP_NAME "rx-en-settle-time-us"
|
D | radio_df.h | 30 /* Configure CTE transmission with 2us antenna switching for AoD. */ 32 /* Configure CTE transmission with 4us antenna switching for AoD. */ 36 /* Configure CTE reception with optionall AoA mode and 2us antenna switching. */ 38 /* Configure CTE reception with optionall AoA mode and 4us antenna switching. */
|
/Zephyr-Core-3.5.0/tests/kernel/timer/timer_behavior/src/ |
D | jitter_drift.c | 227 * Expected period drift(us) due to round up/down errors during the in do_test_using() 242 TC_PRINT("test timer period (%u us) is smaller than " in do_test_using() 243 "system tick period (%u us)\n", in do_test_using() 248 TC_PRINT("expected period drift: %.8g us\n", expected_period_drift); in do_test_using() 252 TC_PRINT(" expected: %d us, \t%f cycles\n", in do_test_using() 254 TC_PRINT(" min: %f us, \t%llu cycles\n", min_us, min_cyc); in do_test_using() 255 TC_PRINT(" max: %f us, \t%llu cycles\n", max_us, max_cyc); in do_test_using() 256 TC_PRINT(" mean: %f us, \t%f cycles\n", mean_us, mean_cyc); in do_test_using() 257 TC_PRINT(" variance: %f us, \t%f cycles\n", variance_us, variance_cyc); in do_test_using() 258 TC_PRINT(" stddev: %f us, \t%f cycles\n", stddev_us, stddev_cyc); in do_test_using() [all …]
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ |
D | Kconfig.df | 55 bool "Reception of CTE with 1us sampling slots" 60 during CTE reception with 1us sampling slots. 65 bool "Support for 1us antenna switch slots" 69 Enable support for 1us antenna switching slots. This antenna switching 212 int "CTE sampling offset relative for PHY 1M and 1US samples spacing" 219 is 1 us. Decreasing the offset beyond the trigger of the AoA/AoD procedure will have 223 int "CTE sampling offset relative for PHY 1M and 1US samples spacing" 230 is 1 us. Decreasing the offset beyond the trigger of the AoA/AoD procedure will have 235 int "CTE sampling offset relative for PHY 1M and 2US samples spacing" 242 is 2 us. Decreasing the offset beyond the trigger of the AoA/AoD procedure will have [all …]
|
/Zephyr-Core-3.5.0/doc/connectivity/networking/ |
D | net_pkt_processing_stats.rst | 26 Avg TX net_pkt (11484) time 67 us 27 Avg RX net_pkt (11474) time 43 us 50 Avg TX net_pkt (18902) time 63 us [0->22->15->23=60 us] 51 Avg RX net_pkt (18892) time 42 us [0->9->6->11->13=39 us]
|
/Zephyr-Core-3.5.0/tests/drivers/regulator/fixed/dts/ |
D | test_common.dtsi | 11 startup-delay-us = <1000000>; 12 off-on-delay-us = <20000>;
|
/Zephyr-Core-3.5.0/tests/bluetooth/init/ |
D | pa_lna.overlay | 5 ctx-settle-time-us = <5>; 7 crx-settle-time-us = <5>;
|
/Zephyr-Core-3.5.0/cmake/toolchain/llvm/ |
D | clang_libgcc.cfg | 3 # Tell clang to give us the actual path to libgcc.a 7 # better tell clang to give us the correct path to libgcc.a.
|
/Zephyr-Core-3.5.0/samples/boards/ti/cc13x2_cc26x2/system_off/src/ |
D | ext_flash.c | 42 * 3 cycles per loop: 8 loops @ 48 Mhz = 0.5 us. in CC1352R1_LAUNCHXL_sendExtFlashByte() 51 * Keep CS high at least 40 us in CC1352R1_LAUNCHXL_sendExtFlashByte() 52 * 3 cycles per loop: 700 loops @ 48 Mhz ~= 44 us in CC1352R1_LAUNCHXL_sendExtFlashByte() 64 * least 20 ns and ten wait at least 35 us. in CC1352R1_LAUNCHXL_wakeUpExtFlash() 72 /* 3 cycles per loop: 560 loops @ 48 Mhz ~= 35 us */ in CC1352R1_LAUNCHXL_wakeUpExtFlash()
|
/Zephyr-Core-3.5.0/include/zephyr/pm/ |
D | state.h | 128 * min-residency-us = <10000>; 129 * exit-latency-us = <100>; 135 * min-residency-us = <20000>; 136 * exit-latency-us = <200>; 254 * min-residency-us = <10000>; 255 * exit-latency-us = <100>; 261 * min-residency-us = <50000>; 262 * exit-latency-us = <500>; 303 * min-residency-us = <10000>; 304 * exit-latency-us = <100>; [all …]
|
/Zephyr-Core-3.5.0/drivers/w1/ |
D | w1_zephyr_serial.c | 35 * RST: t_RSTL=520us; t_slot=1041us 36 * DATA: t_low1=8.68us; t_low0=78.1us; t_slot=86.8us 44 * RST: t_RSTL=52.1us; t_slot=86.8us 45 * DATA: t_low1=1.0us; t_low0=9.0us; t_slot=10.0us
|
/Zephyr-Core-3.5.0/dts/bindings/net/wireless/ |
D | generic-fem-two-ctrl-pins.yaml | 18 corresponding settle-time-us property.) 35 ctx-settle-time-us: 41 crx-settle-time-us:
|