Home
last modified time | relevance | path

Searched full:interval (Results 1 – 25 of 543) sorted by relevance

12345678910>>...22

/Zephyr-latest/subsys/sensing/
Dsensor_mgmt.c46 /* sensor_later_config including arbitrate/set interval/sensitivity
52 uint32_t interval; in arbitrate_interval() local
54 /* search from all clients, arbitrate the interval */ in arbitrate_interval()
56 LOG_INF("arbitrate interval, sensor:%s for each conn:%p, interval:%d(us)", in arbitrate_interval()
57 sensor->dev->name, conn, conn->interval); in arbitrate_interval()
61 if (conn->interval < min_interval) { in arbitrate_interval()
62 min_interval = conn->interval; in arbitrate_interval()
66 * then interval should be 0 in arbitrate_interval()
68 interval = (min_interval == UINT32_MAX ? 0 : min_interval); in arbitrate_interval()
70 LOG_DBG("arbitrate interval, sensor:%s, interval:%d(us)", in arbitrate_interval()
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg.rst59 Transmission of segments is separated by a segment transmission interval (see the
60 `SAR Segment Interval Step`_ state). Other configurable time intervals and delays available for the
63 * Interval between unicast retransmissions (see the states `SAR Unicast Retransmissions Interval St…
64 * Interval between multicast retransmissions (see the `SAR Multicast Retransmissions Interval Step`…
65 * Segment reception interval (see the `SAR Receiver Segment Interval Step`_ state).
75 …unicast~retransmissions~interval~step + unicast~retransmissions~interval~increment \times (TTL - 1)
79 retransmissions interval step.
82 interval.
95 min(SegN + 0.5 , acknowledgment~delay~increment) \times segment~reception~interval
124 * SAR Segment Interval Step
[all …]
/Zephyr-latest/samples/bluetooth/iso_receive/
DKconfig9 int "Interval between each packet report"
13 Only print the packet report once in a given interval of ISO packets.
16 bool "Align report interval with incoming packets"
18 Align interval-counter with packet number from incoming ISO packets.
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dgatt_common.h16 int64_t interval; /* interval of transmitted frames */ member
22 int64_t interval; /* interval of transmitted frames */ member
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_private.h56 * @param interval Result of calculation.
58 * @param seconds Seconds of interval.
60 * @param log_msg_interval Logarithm 2 to apply to this interval.
62 void gptp_set_time_itv(struct gptp_uscaled_ns *interval,
77 * @brief Update pDelay request interval and its timer.
81 * @param log_val New logarithm 2 to apply to this interval.
86 * @brief Update sync interval and its timer.
90 * @param log_val New logarithm 2 to apply to this interval.
95 * @brief Update announce interval and its timer.
99 * @param log_val New logarithm 2 to apply to this interval.
/Zephyr-latest/dts/bindings/rtc/
Datmel,sam0-rtc.yaml113 0 Periodic Interval 0 Event Output
114 1 Periodic Interval 1 Event Output
115 2 Periodic Interval 2 Event Output
116 3 Periodic Interval 3 Event Output
117 4 Periodic Interval 4 Event Output
118 5 Periodic Interval 5 Event Output
119 6 Periodic Interval 6 Event Output
120 7 Periodic Interval 7 Event Output
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dsar_cfg.h24 /** SAR Segment Interval Step state */
33 /* SAR Unicast Retransmissions Interval Step state */
36 /** SAR Unicast Retransmissions Interval Increment state */
42 /** SAR Multicast Retransmissions Interval state */
57 /** SAR Receiver Segment Interval Step state */
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c53 /* We use a single seq_num for all the BIS as they share the same SDU interval */
60 .interval = DEFAULT_BIS_INTERVAL_US, /* in microseconds */
163 uint64_t interval; in parse_interval_arg() local
165 printk("Set interval (us) (current %u, default %u)\n", in parse_interval_arg()
166 big_create_param.interval, DEFAULT_BIS_INTERVAL_US); in parse_interval_arg()
173 interval = strtoul(buffer, NULL, 0); in parse_interval_arg()
174 if (interval < BT_ISO_SDU_INTERVAL_MIN || interval > BT_ISO_SDU_INTERVAL_MAX) { in parse_interval_arg()
175 printk("Invalid interval %llu", interval); in parse_interval_arg()
179 return (int)interval; in parse_interval_arg()
309 printk("Set ISO interval (current %u, default %u)\n", in parse_iso_interval_arg()
[all …]
/Zephyr-latest/dts/bindings/input/
Dnintendo,nunchuk.yaml11 polling-interval-ms:
15 Interval between two reads, in ms. The interval must be greater than 21 ms. Default to 50 ms.
Dtsc-keys.yaml22 sampling-interval-ms = <10>;
41 sampling-interval-ms:
45 Sampling interval in milliseconds.
51 taken in the sampling interval and compare it with the previous sample.
54 10 * sampling-interval-ms milliseconds.
Dgpio-keys.yaml31 debounce-interval-ms:
35 Debouncing interval time in milliseconds.
42 specified debounce-interval-ms instead.
/Zephyr-latest/dts/bindings/mtd/
Dnxp,imx-flexspi-device.yaml9 cs-interval-unit:
16 Chip select interval units, in serial clock cycles. See the
20 cs-interval:
24 Minimum interval between chip select deassertion and assertion. See the
80 AHB write wait interval units, in AHB clock cycles. See the AWRWAITUNIT
84 ahb-write-wait-interval:
/Zephyr-latest/drivers/led/
DKconfig.ht16k3343 int "Keyscan debounce interval in milliseconds"
47 Keyscan debounce interval in milliseconds.
50 int "Keyscan poll interval in milliseconds"
54 Keyscan poll interval in milliseconds. Polling is only used
/Zephyr-latest/dts/bindings/memory-controllers/
Drenesas,ra-sdram.yaml10 auto-refresh-interval = <10>;
61 auto-refresh-interval:
64 description: Number of auto-refresh-interval.
123 - TRAS: Row active interval. The effective value from 1 to 7 cycles
125 - TRP: Row precharge interval. The effective value from 1 to 8 cycles
126 - TWR: Write recovery interval. The effective value from 1 to 2 cycles
128 - TRFC: Auto-Refresh Request Interval Setting.
/Zephyr-latest/scripts/utils/
Dntc_thermistor_table.py45 r25: float, beta: float, interval: int, temp_init: int, temp_final: int
47 temps_range = range(temp_init, temp_final + interval - 1, interval)
74 "--interval",
77 help="Generated table interval",
96 main(args.r25, args.beta, args.interval, args.ti, args.tf)
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/
DKconfig5 bool "Test 1 ms connection interval support"
7 Test 1 ms connection interval support.
/Zephyr-latest/tests/bsim/bluetooth/ll/multiple_id/
Dprj.conf18 # Avoid using the PPCP provided connection interval so that the multiple
41 # Each PHY update can pause connections for 6 interval hence to let other
54 # peer device. This can be tuned based on connection interval and clock
55 # accuracy, current value here is sufficient for 500ppm at 1 second interval and
Doverlay-nrf5340_cpunet_iso-bt_ll_sw_split.conf6 # Each PHY update can pause connections for 6 interval hence to let other
19 # peer device. This can be tuned based on connection interval and clock
20 # accuracy, current value here is sufficient for 500ppm at 1 second interval and
/Zephyr-latest/subsys/net/lib/ptp/
DKconfig198 int "Interval between successive Announce messages"
202 Defines mean time interval between successive Announce messages. The value should be
207 int "Interval between successive Delay_Req messages"
211 The minimum time interval between Delay_Req messages.
215 int "Interval between successive Sync messages"
219 Specify mean time interval between successive Sync messages,
224 int "PDelay Req interval in Log2 base"
228 Specifies minimum permitted mean time interval between successive Pdelay_Req messages.
/Zephyr-latest/include/zephyr/drivers/
Dvideo.h148 * Supported frame interval type of a video device.
151 /** discrete frame interval type */
153 /** stepwise frame interval type */
159 * @brief Video frame interval structure
161 * Used to describe a video frame interval.
164 /** numerator of the frame interval */
166 /** denominator of the frame interval */
172 * @brief Video frame interval stepwise structure
174 * Used to describe the video frame interval stepwise type.
177 /** minimum frame interval in seconds */
[all …]
/Zephyr-latest/dts/bindings/espi/
Dmicrochip,xec-espi-saf-v2.yaml30 poll-interval:
32 description: interval between flash busy poll in 20 ns units
42 sus-rsm-interval:
/Zephyr-latest/samples/bluetooth/iso_broadcast/
DKconfig12 int "Interval between each packet report"
16 Only print the packet report once in a given interval of ISO packets.
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_scan_internal.h21 #define ULL_SCAN_DURATION_TO_EVENTS(duration, interval) \ argument
23 SCAN_INT_UNIT_US) / (interval))
26 #define ULL_SCAN_PERIOD_TO_EVENTS(period, interval) \ argument
28 SCAN_INT_UNIT_US) / (interval))
35 uint16_t interval, uint16_t window,
/Zephyr-latest/drivers/timer/
DKconfig.altera_avalon7 bool "Altera Avalon Interval Timer"
12 Interval Timer as described in the Embedded IP documentation, for use
/Zephyr-latest/dts/bindings/sensor/
Dsensirion,scd41.yaml15 - 0: Normal periodic measurement. Default interval of 5sec
16 - 1: Low power periodic measurement. Interval of 30sec

12345678910>>...22