Home
last modified time | relevance | path

Searched full:times (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/Zephyr-Core-3.6.0/subsys/sd/
DKconfig44 int "Number of times to retry initialization commands"
47 Number of times to retry initialization commands in case of failure
50 int "Number of times to retry SD OCR read"
53 Number of times to retry SD OCR read command. OCR reads typically
84 int "Number of times to retry sending command to card"
87 Number of times to retry sending command to SD card in case of failure
90 int "Number of times to retry sending data to card"
93 Number of times to retry sending data to SD card in case of failure
/Zephyr-Core-3.6.0/samples/net/mqtt_publisher/
DKconfig9 int "Number of times to Publish sample MQTT messages"
12 Send sample MQTT messages this many times in a MQTT connection
17 int "Number of times to connect to the MQTT server"
20 Number of times to connect to the MQTT server. With each connection
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/tests_scripts/provision/
Dpb_remote_nppi_robustness.sh7 # Test robustness of NPPI procedures by running them multiple times each. Test procedure:
12 # 3. Execute device key refresh procedure 3 times for the third device.
13 # 4. Execute composition refresh procedure 3 times for the third device.
14 # 5. Execute address refresh procedure 3 times for the third device.
/Zephyr-Core-3.6.0/tests/net/mgmt/src/
Dmgmt.c147 TC_PRINT("\tThrowing event 0x%08X %u times\n", in thrower_thread()
191 static int sending_event(uint32_t times, bool receiver, bool info) in sending_event() argument
193 TC_PRINT("- Sending event %u times, %s a receiver, %s info\n", in sending_event()
194 times, receiver ? "with" : "without", in sending_event()
198 throw_times = times; in sending_event()
211 TC_PRINT("\tReceived 0x%08X %u times\n", in sending_event()
215 zassert_equal(rx_calls, times, "rx_calls check failed"); in sending_event()
224 static int test_sending_event(uint32_t times, bool receiver) in test_sending_event() argument
226 return sending_event(times, receiver, false); in test_sending_event()
229 static int test_sending_event_info(uint32_t times, bool receiver) in test_sending_event_info() argument
[all …]
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Dbyteorder.h30 * @note @p _v is evaluated 2 times.
44 * @note @p _v is evaluated 3 times.
58 * @note @p _v is evaluated 4 times.
72 * @note @p _v is evaluated 5 times.
86 * @note @p _v is evaluated 6 times.
100 * @note @p _v is evaluated 8 times.
/Zephyr-Core-3.6.0/samples/net/sockets/http_client/
DKconfig9 int "Send a sample HTTP query this many times"
12 Send a sample HTTP query this many times before exiting. A value of
/Zephyr-Core-3.6.0/tests/net/conn_mgr_conn/src/
Dtest_conn_impl.h29 /* The number of times an A-implementation API func has been called (other than init) */
32 /* The number of times a B-implementation API func has been called (other than init) */
38 /* The number of times A-implementation init was called (should always be 1) */
41 /* The number of times B-implementation init was called (should always be 1) */
/Zephyr-Core-3.6.0/samples/net/syslog_net/
DKconfig9 int "Send sample data this many times"
12 Send sample data this many times before exiting. A value of
/Zephyr-Core-3.6.0/subsys/net/l2/ppp/
DKconfig25 How many times to resend Configure-Req messages before deciding the
33 How many times to resend Terminate-Req messages before terminating
41 How many times to accept NACK loops.
/Zephyr-Core-3.6.0/dts/bindings/sensor/
Dmicrochip,tcn75a.yaml30 times. Note: datasheet's claim about the ambient temperature register:
34 appears to be incorrect. Only conversion times seem to be affected by
/Zephyr-Core-3.6.0/samples/net/sockets/echo_client/
DKconfig55 int "Send sample data this many times"
58 Send sample data this many times before exiting. A value of
/Zephyr-Core-3.6.0/tests/kernel/workq/critical/src/
Dmain.c18 * to be the the number of times work item was called to increment
22 * result always matches the number of times the workqueue is called.
113 * This routine invokes the workqueue many times.
137 * This routine invokes the workqueue many times. It also checks to
138 * ensure that the number of times it is called matches the global variable
/Zephyr-Core-3.6.0/subsys/net/lib/tftp/
DKconfig31 int "Number of times the TFTP Client will retransmit the request to the server."
38 time to this request. This number dictates the number of times we will
/Zephyr-Core-3.6.0/samples/boards/nrf/system_off/src/
Dretained.h25 /* Number of times the application has started. */
28 /* Number of times the application has gone into system off. */
/Zephyr-Core-3.6.0/tests/drivers/disk/disk_access/
DREADME.txt16 read from several times, each time with a different number of desired sectors.
19 these sector reads, the driver will read multiple times from the same memory
/Zephyr-Core-3.6.0/tests/bluetooth/audio/mocks/include/
Dexpects_util.h24 zexpect_equal(_expected, _actual, "'%s()' was called %u times, expected %u times", \
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg.rst75 …unicast~retransmissions~interval~step + unicast~retransmissions~interval~increment \times (TTL - 1)
95 min(SegN + 0.5 , acknowledgment~delay~increment) \times segment~reception~interval
153 (\mathtt{CONFIG\_BT\_MESH\_SAR\_TX\_SEG\_INT\_STEP} + 1) \times 10~\text{ms}
185 (\mathtt{CONFIG\_BT\_MESH\_SAR\_TX\_UNICAST\_RETRANS\_INT\_STEP} + 1) \times 25~\text{ms}
201 (\mathtt{CONFIG\_BT\_MESH\_SAR\_TX\_UNICAST\_RETRANS\_INT\_INC} + 1) \times 25~\text{ms}
223 (\mathtt{CONFIG\_BT\_MESH\_SAR\_TX\_MULTICAST\_RETRANS\_INT} + 1) \times 25~\text{ms}
236 (\mathtt{CONFIG\_BT\_MESH\_SAR\_RX\_DISCARD\_TIMEOUT} + 1) \times 5~\text{seconds}
258 additionally retransmit every acknowledgment message the number of times given by the value of
286 (\mathtt{CONFIG\_BT\_MESH\_SAR\_RX\_SEG\_INT\_STEP} + 1) \times 10~\text{ms}
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dmain.c35 extern void run_peripheral(int times);
36 extern void run_central(int times);
/Zephyr-Core-3.6.0/scripts/west_commands/zspdx/
Dspdxids.py39 - timesSeen: dict of all filename-only to number of times seen.
49 # we'll append the # of times seen to the end
/Zephyr-Core-3.6.0/samples/bluetooth/central_multilink/
DKconfig11 Number of times to connect and disconnect to peripheral_identity
/Zephyr-Core-3.6.0/samples/bluetooth/peripheral_identity/
DKconfig11 Expected number of times connect and disconnect from
/Zephyr-Core-3.6.0/soc/arm/atmel_sam/sam3x/
DKconfig.soc65 PLL is running at 7 times of main clock.
78 PLL is running at 7 times of main clock.
/Zephyr-Core-3.6.0/soc/arm/atmel_sam/sam4e/
DKconfig.soc67 PLL is running at 10 times of main clock.
80 PLL is running at 10 times of main clock.
/Zephyr-Core-3.6.0/subsys/dfu/
DKconfig75 on some hardware that has long erase times, to prevent long wait
76 times at the beginning of the DFU process.
/Zephyr-Core-3.6.0/drivers/led_strip/
Dws2812_rpi_pico_pio.c207 * The first `out` instruction outputs 0 by [T2] times to the sideset pin.
209 * The second `jmp` instruction output 1 by [T0] times to the sideset pin.
212 * The third `jmp` instruction outputs 1 by [T1] times to the sideset pin.
214 * The fourth `jmp` instruction outputs 0 by [T1] times.
215 * After output, return to the first line and output 0 by [T2] times.

12345678910>>...18