Home
last modified time | relevance | path

Searched full:milliseconds (Results 1 – 25 of 258) sorted by relevance

1234567891011

/Zephyr-latest/subsys/shell/modules/kernel_service/
Duptime.c18 int64_t milliseconds = k_uptime_get(); in cmd_kernel_uptime() local
25 shell_print(sh, "Uptime: %llu ms", milliseconds); in cmd_kernel_uptime()
35 days = milliseconds / DAYS_FACTOR; in cmd_kernel_uptime()
36 milliseconds %= DAYS_FACTOR; in cmd_kernel_uptime()
37 hours = milliseconds / HOURS_FACTOR; in cmd_kernel_uptime()
38 milliseconds %= HOURS_FACTOR; in cmd_kernel_uptime()
39 minutes = milliseconds / MINUTES_FACTOR; in cmd_kernel_uptime()
40 milliseconds %= MINUTES_FACTOR; in cmd_kernel_uptime()
41 seconds = milliseconds / MSEC_PER_SEC; in cmd_kernel_uptime()
42 milliseconds = milliseconds % MSEC_PER_SEC; in cmd_kernel_uptime()
[all …]
/Zephyr-latest/subsys/net/lib/dhcpv6/
Ddhcpv6_internal.h51 #define DHCPV6_SOL_MAX_DELAY 1000 /* Max delay of first Solicit, milliseconds */
52 #define DHCPV6_SOL_TIMEOUT 1000 /* Initial Solicit timeout, milliseconds */
53 #define DHCPV6_SOL_MAX_RT 3600000 /* Max Solicit timeout value, milliseconds */
54 #define DHCPV6_REQ_TIMEOUT 1000 /* Initial Request timeout, milliseconds */
55 #define DHCPV6_REQ_MAX_RT 30000 /* Max Request timeout value, milliseconds */
57 #define DHCPV6_CNF_MAX_DELAY 1000 /* Max delay of first Confirm, milliseconds */
58 #define DHCPV6_CNF_TIMEOUT 1000 /* Initial Confirm timeout, milliseconds */
59 #define DHCPV6_CNF_MAX_RT 4000 /* Max Confirm timeout, milliseconds */
60 #define DHCPV6_CNF_MAX_RD 10000 /* Max Confirm duration, milliseconds */
61 #define DHCPV6_REN_TIMEOUT 10000 /* Initial Renew timeout, milliseconds */
[all …]
/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/samples/drivers/led/pwm/
DKconfig8 Specifies the LED on/off delay in milliseconds for short cycle
16 Specifies the LED on/off delay in milliseconds for long cycle
24 Specifies the delay in milliseconds for the fade demo of the
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.ascs47 int "Milliseconds of delay before ASCS disconnects ISO after stream stop"
51 The number of milliseconds ASCS will wait before disconnecting the ISO
57 int "Milliseconds of timeout when handle concurrent access to the long read ASE buffer"
61 The number of milliseconds that the ASCS implementation will maximum wait before rejecting
/Zephyr-latest/drivers/lora/
Dhal_common.c44 uint32_t RtcGetCalendarTime(uint16_t *milliseconds) in RtcGetCalendarTime() argument
48 *milliseconds = now % MSEC_PER_SEC; in RtcGetCalendarTime()
97 uint32_t RtcMs2Tick(uint32_t milliseconds) in RtcMs2Tick() argument
99 return milliseconds; in RtcMs2Tick()
/Zephyr-latest/subsys/modem/backends/
DKconfig31 This defines the delay, in milliseconds, that the backend waits
44 int "Modem async UART transmit timeout in milliseconds"
48 int "Modem async UART receive idle timeout in milliseconds"
/Zephyr-latest/drivers/mdio/
DKconfig.nxp_s32_gmac17 int "Timeout for read/write operations in milliseconds"
20 Timeout (in milliseconds) for read/write operations over MDIO.
/Zephyr-latest/include/zephyr/sys/
Dtime_units.h26 /** @brief System-wide macro to denote "forever" in milliseconds
41 /** @brief System-wide macro to convert milliseconds to kernel timeouts
276 * "ms" => "milliseconds",
537 /** @brief Convert milliseconds to hardware cycles. 32 bits. Truncates.
539 * Converts time values in milliseconds to hardware cycles.
545 * @param t Source time in milliseconds. uint64_t
553 /** @brief Convert milliseconds to hardware cycles. 64 bits. Truncates.
555 * Converts time values in milliseconds to hardware cycles.
561 * @param t Source time in milliseconds. uint64_t
569 /** @brief Convert milliseconds to hardware cycles. 32 bits. Round nearest.
[all …]
/Zephyr-latest/drivers/spi/
DKconfig.xmc4xxx30 int "Timeout in milliseconds for an SPI transaction to complete if using DMA"
33 Sets timeout in milliseconds for an SPI transaction to complete when using DMA.
/Zephyr-latest/tests/posix/common/
DKconfig14 int "Time to sleep between iterations in milliseconds"
21 int "Maximum overshoot (error) in milliseconds"
/Zephyr-latest/dts/bindings/led/
Dpwm-leds.yaml19 brigtness granularity) and lesser than 50 milliseconds (average visual
21 are 10 or 20 milliseconds.
/Zephyr-latest/drivers/ethernet/phy/
DKconfig81 int "Auto-negotiation timeout value in milliseconds"
84 Maximum duration of auto-negotiation sequence in milliseconds
91 Monitor task execution period in milliseconds. The monitor task is
/Zephyr-latest/soc/nxp/kinetis/ke1xf/
DKconfig56 int "Initial timeout for the watchdog timer in milliseconds"
62 milliseconds.
/Zephyr-latest/drivers/ethernet/
DKconfig.enc28j6038 Timeout in milliseconds. Maximum time the initialisation
48 Given timeout in milliseconds. Maximum amount of time
/Zephyr-latest/subsys/sd/
DKconfig41 Maximum time to wait, in milliseconds, for the SD card to initialize.
60 Default timeout in milliseconds for SD commands
66 Default timeout in milliseconds for SD data transfer commands
/Zephyr-latest/drivers/clock_control/
DKconfig.nrf84 int "Calibration opportunity period in milliseconds"
189 int "Timeout waiting for nrfs dvfs service callback in milliseconds"
193 int "Timeout waiting for nrfs clock service callback in milliseconds"
204 int "Frequency request timeout in milliseconds"
/Zephyr-latest/modules/thrift/src/thrift/concurrency/
DMutex.cpp42 bool Mutex::timedlock(int64_t milliseconds) const in timedlock()
44 k_timepoint_t end = sys_timepoint_calc(K_MSEC(milliseconds)); in timedlock()
/Zephyr-latest/drivers/modem/
DKconfig.cellular38 int "Periodic script interval in milliseconds"
67 int "Time modem takes to change baudrate, in milliseconds"
/Zephyr-latest/soc/st/stm32/common/
Dstm32cube_hal.c29 * @brief This function provides minimum delay (in milliseconds) based
31 * @param Delay: specifies the delay time length, in milliseconds.
/Zephyr-latest/dts/bindings/auxdisplay/
Dsparkfun,serlcd.yaml42 Delay in milliseconds (defaults to 10ms if not set) after a normal command was sent.
52 Delay in milliseconds (defaults to 50ms if not set) after a special command was sent.
/Zephyr-latest/subsys/net/lib/sockets/
DKconfig34 int "Timeout value in milliseconds to CONNECT"
38 This variable specifies time in milliseconds after connect()
43 int "Timeout value in milliseconds for DNS queries"
48 This variable specifies time in milliseconds after which DNS
62 is larger, then this variable specifies time in milliseconds after
73 int "Max time in milliseconds waiting for a send command"
159 int "Timeout value in milliseconds for DTLS connection"
163 This variable specifies time in milliseconds after which DTLS
/Zephyr-latest/include/zephyr/net/
Dnet_timeout.h82 * This tracks multiples of NET_TIMEOUT_MAX_VALUE milliseconds that
96 * milliseconds. This is generally a captured value of k_uptime_get_32().
121 * will occur in 3500 milliseconds the value 3 will be returned.
154 * be re-evaluated, in milliseconds.
/Zephyr-latest/modules/hal_nordic/
DKconfig70 int "nRF 802.15.4 temperature update period in milliseconds"
74 Period of a temperature update for nRF 802.15.4 driver in milliseconds
128 int "Default Spinel serialization response timeout in milliseconds"
132 in milliseconds.
/Zephyr-latest/subsys/logging/
DKconfig.processing33 int "Maximum time (in milliseconds) thread can be blocked"
70 milliseconds. When started, thread process any buffered messages.
77 milliseconds. When waken up, thread process any buffered messages.

1234567891011