Home
last modified time | relevance | path

Searched full:us (Results 1 – 25 of 828) sorted by relevance

12345678910>>...34

/Zephyr-latest/samples/boards/nordic/coresight_stm/
DREADME.rst73 rad: Timing for log message with 0 arguments: 5.10us
74 rad: Timing for log message with 1 argument: 6.10us
75 rad: Timing for log message with 2 arguments: 6.0us
76 rad: Timing for log message with 3 arguments: 6.40us
77 rad: Timing for log_message with string: 7.10us
78 rad: Timing for tracepoint: 0.5us
79 rad: Timing for tracepoint_d32: 0.5us
80 flpr: Timing for log message with 0 arguments: 1.20us
81 flpr: Timing for log message with 1 argument: 1.20us
82 flpr: Timing for log message with 2 arguments: 1.20us
[all …]
/Zephyr-latest/tests/kernel/timer/timer_api/src/
Dtimer_convert.c62 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-latest/samples/subsys/pm/latency/boards/
Dnative_sim.overlay11 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-latest/tests/subsys/pm/power_domain_soc_state_change/
Dapp.overlay11 min-residency-us = <10000>;
12 exit-latency-us = <100>;
18 min-residency-us = <50000>;
19 exit-latency-us = <500>;
25 min-residency-us = <100000>;
26 exit-latency-us = <1000>;
/Zephyr-latest/tests/subsys/pm/policy_api/
Dapp.overlay19 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-latest/tests/subsys/pm/power_states_api/boards/
Dnative_sim.overlay17 min-residency-us = <10000>;
18 exit-latency-us = <100>;
24 min-residency-us = <20000>;
25 exit-latency-us = <200>;
31 min-residency-us = <50000>;
32 exit-latency-us = <500>;
/Zephyr-latest/dts/bindings/w1/
Dadi,max32-w1.yaml54 approximately 5us (micro second), 15us, and 7us, respectively.
58 and the time-slot recovery times out to approximately 8us, 22us, and 14us, respectively.
/Zephyr-latest/samples/boards/st/power_mgmt/suspend_to_ram/boards/
Dnucleo_wba55cg.overlay16 min-residency-us = <500000>;
17 exit-latency-us = <50>;
20 min-residency-us = <1000000>;
21 exit-latency-us = <100>;
24 min-residency-us = <2000000>;
25 exit-latency-us = <1000>;
/Zephyr-latest/samples/boards/nordic/coresight_stm/pytest/
Dtest_stm.py74 rf"{core}: Timing for log message with 0 arguments: (.+)us", output
79 rf"{core}: Timing for log message with 1 argument: (.+)us", output
84 rf"{core}: Timing for log message with 2 arguments: (.+)us", output
89 rf"{core}: Timing for log message with 3 arguments: (.+)us", output
94 rf"{core}: Timing for log_message with string: (.+)us", output
99 rf"{core}: Timing for tracepoint: (.+)us", output
104 rf"{core}: Timing for tracepoint_d32: (.+)us", output
118 "regex": rf"{core}: Timing for log message with 0 arguments: (.+)us",
122 "regex": rf"{core}: Timing for log message with 1 argument: (.+)us",
126 "regex": rf"{core}: Timing for log message with 2 arguments: (.+)us",
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_df_types.h7 /* @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. */
Dlll_vendor.h55 * and ticker_update. Set to 32 us, which is ~1 tick with 32768 Hz
66 * includes radio ramp up time. The value must meet hard deadline of `150 us`
73 /* Sub-microsecond conversion macros. With current timer resolution of ~30 us
74 * per tick, conversion factor is 1, and macros map 1:1 between us_frac and us.
79 #define EVENT_US_TO_US_FRAC(us) (us) argument
/Zephyr-latest/drivers/sensor/apds9960/
DKconfig82 bool "4us"
85 bool "8us"
88 bool "16us"
91 bool "32us"
/Zephyr-latest/dts/bindings/input/
Dgpio-qdec.yaml23 sample-time-us = <2000>;
43 led-pre-us:
49 idle-poll-time-us are specified, can be explicitly set to 0 for no delay.
64 sample-time-us:
71 idle-poll-time-us:
77 the driver will poll every idle-poll-time-us microseconds while idle, and
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_fem_nrf21540.h19 * 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"
Dradio_nrf5_fem_generic.h19 * 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"
/Zephyr-latest/tests/bsim/bluetooth/ll/throughput/src/
Dmain.c33 * Single Tx time, 2M PHY = 1064 us
34 * tIFS = 150 us
35 * Single Tx duration = 1214 us
36 * Full duplex Tx-Rx duration = 2428 us
37 * Implementation dependent event overhead = 340 us
38 * Max. incomplete PDU time = 1064 us
39 * Max. radio idle time per 1 second = (1064 + 340) * 20 = 28080 us
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_df_types.h11 * - 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.
/Zephyr-latest/dts/bindings/fpga/
Dlattice,ice40-fpga-base.yaml25 creset-delay-us:
31 to 1us.
32 config-delay-us:
37 The datasheet specifies a minimum of 1200us, which is the default.
/Zephyr-latest/drivers/led_strip/
Dtlc59731.c18 * between 1.67us and 50us. We want to go as fast as possible, but
19 * delays under 1us don't work very well, so we settle on 5us for the
25 * A one is represented by an additional pulse between 275ns and 2.5us
28 * full 1us. After the pulse, we wait an additional T_CYCLE_1 to complete
44 #define TLC59731_DELAY 0x01 /* us */
45 #define TLC59731_T_CYCLE_0 0x04 /* us */
46 #define TLC59731_T_CYCLE_1 0x01 /* us */
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/
Dtest_timer.py48 logger.info(f'min: {stats["min"] * 1_000_000:.6f} us')
49 logger.info(f'max: {stats["max"] * 1_000_000:.6f} us')
50 logger.info(f'mean: {stats["mean"] * 1_000_000:.6f} us')
51 logger.info(f'variance: {stats["var"] * 1_000_000:.6f} us')
52 logger.info(f'stddev: {stats["stddev"] * 1_000_000:.6f} us')
53 logger.info(f'total time: {stats["total_time"] * 1_000_000:.6f} us')
54 logger.info(f'expected drift: {seconds * max_drift_ppm} us')
55 logger.info(f'real drift: {time_diff * 1_000_000:.6f} us')
/Zephyr-latest/tests/kernel/timer/timer_behavior/src/
Djitter_drift.c227 * Expected period drift(us) due to round up/down errors during the in do_test_using()
246 TC_PRINT("test timer period (%u us) is smaller than " in do_test_using()
247 "system tick period (%u us)\n", in do_test_using()
252 TC_PRINT("expected period drift: %.8g us\n", expected_period_drift); in do_test_using()
256 TC_PRINT(" expected: %d us, \t%f cycles\n", in do_test_using()
258 TC_PRINT(" min: %f us, \t%llu cycles\n", min_us, min_cyc); in do_test_using()
259 TC_PRINT(" max: %f us, \t%llu cycles\n", max_us, max_cyc); in do_test_using()
260 TC_PRINT(" mean: %f us, \t%f cycles\n", mean_us, mean_cyc); in do_test_using()
261 TC_PRINT(" variance: %f us, \t%f cycles\n", variance_us, variance_cyc); in do_test_using()
262 TC_PRINT(" stddev: %f us, \t%f cycles\n", stddev_us, stddev_cyc); in do_test_using()
[all …]
/Zephyr-latest/drivers/mdio/
DKconfig.dwcxgmac14 int "A timeout value in us to check software reset status"
17 This option specifies the timeout value in microseconds (us) for checking
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.df55 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-latest/include/zephyr/bluetooth/
Dcs.h268 * Range: 1250us to 4s
296 * - 10 us
297 * - 20 us
298 * - 30 us
299 * - 40 us
300 * - 50 us
301 * - 60 us
302 * - 80 us
303 * - 145 us
309 * - 10 us
[all …]
/Zephyr-latest/tests/bluetooth/init/
Dpa_lna.overlay5 ctx-settle-time-us = <5>;
7 crx-settle-time-us = <5>;

12345678910>>...34