Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 116) sorted by relevance

12345

/subsys/bindesc/
A DKconfig.build_time7 Add the build time binary descriptors
12 bool "Use local time"
15 the local time, rather than UTC.
56 bool "Build time as UNIX time"
62 bool "Build date and time as string"
72 bool "Build time as string"
84 regardless of the actual build time.
85 If BINDESC_BUILD_TIME_USE_LOCAL_TIME is enabled, the time is the local time, else
86 it is UTC time.
98 regardless of the actual build time.
[all …]
A Dgen_bindesc_build_time_h.cmake5 # Wrapper macro around string(TIMESTAMP ...), that returns the time
6 # in either local time or UTC, depending on CONFIG_BINDESC_BUILD_TIME_USE_LOCAL_TIME.
/subsys/bluetooth/mesh/
A Dhealth_srv.c236 uint8_t time; in send_attention_status() local
238 time = k_ticks_to_ms_floor32( in send_attention_status()
240 LOG_DBG("%u second%s", time, (time == 1U) ? "" : "s"); in send_attention_status()
244 net_buf_simple_add_u8(&msg, time); in send_attention_status()
266 uint8_t time; in attention_set_unrel() local
268 time = net_buf_simple_pull_u8(buf); in attention_set_unrel()
270 LOG_DBG("%u second%s", time, (time == 1U) ? "" : "s"); in attention_set_unrel()
272 bt_mesh_attention(model, time); in attention_set_unrel()
451 void bt_mesh_attention(const struct bt_mesh_model *model, uint8_t time) in bt_mesh_attention() argument
467 if ((time > 0) && srv->cb && srv->cb->attn_on) { in bt_mesh_attention()
[all …]
A Drpr_cli.c65 cli->link.time = PROTOCOL_TIMEOUT_SEC; in link_report()
148 k_work_reschedule(&cli->link.timeout, K_SECONDS(cli->link.time)); in handle_link_report()
185 k_work_reschedule(&cli->link.timeout, K_SECONDS(cli->link.time)); in handle_link_status()
215 k_work_reschedule(&cli->link.timeout, K_SECONDS(cli->link.time)); in handle_pdu_outbound_report()
245 k_work_reschedule(&cli->link.timeout, K_SECONDS(cli->link.time)); in handle_pdu_report()
375 cli->link.time = LINK_TIMEOUT_SECONDS_DEFAULT; in rpr_cli_init()
414 k_work_reschedule(&cli->link.timeout, K_SECONDS(cli->link.time)); in pdu_send_end()
454 k_work_reschedule(&cli->link.timeout, K_SECONDS(cli->link.time)); in link_init()
594 if (cli->link.time != LINK_TIMEOUT_SECONDS_DEFAULT) { in link_open_prov()
595 net_buf_simple_add_u8(&buf, cli->link.time); in link_open_prov()
[all …]
/subsys/net/lib/tftp/
A DKconfig22 int "Maximum amount of time the TFTP Client will wait for a response from the server."
25 Maximum amount of time (in msec) that the TFTP Client will wait for
26 data from the TFTP Server. Once this time has elapsed, the TFTP Client
35 However, if it doesn't arrive within the given time we will re-transmit
37 time to this request. This number dictates the number of times we will
/subsys/net/lib/mqtt_sn/
A DKconfig54 int "Number of publishes that can be in-flight at the same time"
59 int "Maximum number of clients Keep alive time for MQTT-SN (in seconds)"
63 Keep alive time for MQTT-SN (in seconds). Sending of Ping Requests to
83 int "Max time (seconds) to wait before sending SEARCHGW"
88 int "Max time (seconds) to wait before sending GWINFO"
/subsys/bluetooth/controller/ll_sw/
A Dpdu_df.h9 uint8_t time:5; member
15 uint8_t time:5;
/subsys/mgmt/mcumgr/transport/
A DKconfig.bluetooth88 int "Connection parameters restore time in milliseconds"
92 The value is a time of inactivity on the SMP characteristic after which
97 int "Connection parameters update retry time in milliseconds"
102 option specifies the time of the next update attempt.
111 When enabled, the SMP service will be automatically registered at boot time
A DKconfig.shell40 If enabled, will time out a partial or erroneous MCUmgr command
41 received via the shell transport after a given time. This prevents
/subsys/bluetooth/controller/
A DKconfig.ll_sw_split438 be preempted by other event at any time.
450 bool "Use maximum Advertising PDU size time reservation"
456 If maximum time reservation is disabled then time reservation
472 bool "Use maximum Broadcast ISO event time reservation"
830 If maximum time reservation is disabled then time reservation
835 connections and not for actual ticker time reservations.
845 If maximum time reservation is disabled then time reservation required
855 Use the maximum Peripheral CIG event time reservation.
862 bool "Reserve maximum event overhead in time reservations"
866 time reservations.
[all …]
/subsys/logging/
A DKconfig.mode23 performance of the system since time consuming operations are
36 amount of code pulled in if used. Build time filtering is supported,
81 int "Sleep time when flushing the log queue, microseconds"
85 In deferred logging mode this is the time, used in
A DKconfig.processing32 int "Maximum time (in milliseconds) thread can be blocked"
37 If new buffer for a log message cannot be allocated in that time, log
100 Arbitrary time between log message creation in the remote domain and
161 bool "Use real time clock for timestamp"
164 When enabled, real time clock is used for timestamping.
A DKconfig.misc26 compile time so at runtime arrays have fixed size.
36 RISCV32) and execution time also up to 40%.
46 based on information known at compile time. Runtime only approach must
75 enabled, at compile time, the preprocessor detects strings with %p
/subsys/mem_mgmt/
A DKconfig10 time an array of the memory regions defined in the DT that can be
11 probed at run-time using several helper functions. Set to `N` if
/subsys/net/lib/sntp/
A DKconfig16 uptime timestamp of when the time was valid and an uncertainty of the
17 time in microseconds. Time is then given as:
/subsys/net/lib/config/
A DKconfig212 wall clock time, and initialize system time from it, so
213 functions like time(), gettimeofday(), etc. returned the
214 correct absolute time (no just time since system startup).
245 absolute wall clock time, and resync system time from it.
/subsys/shell/modules/
A DKconfig27 This shell provides access to date and time based on Unix time.
/subsys/net/lib/wifi_credentials/
A DKconfig47 This detemines how many different WiFi networks can be configured at a time.
80 bool "Provide Wi-Fi enterprise security certificates at run-time"
86 This option enables providing Wi-Fi enterprise security certificates at run-time.
/subsys/net/lib/zperf/
A Dzperf_udp_receiver.c109 int64_t time; in udp_received() local
118 time = k_uptime_ticks(); in udp_received()
142 session->start_time = time; in udp_received()
156 duration = k_ticks_to_us_ceil64(time - in udp_received()
199 k_ticks_to_us_ceil32(time), in udp_received()
/subsys/debug/thread_analyzer/
A DKconfig56 The thread analysis takes quite a long time.
62 the interrupts for a long time - long enough to disconnect when
94 The time in seconds to call thread analyzer periodic printing function.
/subsys/net/ip/
A DKconfig234 time.
262 the RX processing takes long time.
548 should be sent. The TX time information should be placed into
555 time is configurable run-time in the application code. For network
563 time is configurable run-time in the application code. For network
661 int "How many packet receives can be pending at the same time"
669 int "How many packet sends can be pending at the same time"
865 bool "Network packet TX time support"
867 Enable network packet TX time support. This is needed for
872 bool "Network packet RX time statistics"
[all …]
/subsys/net/lib/dhcpv4/
A DKconfig24 int "Maximum time out for initial discover request"
158 int "Lease time for IPv4 addresses assigned by the server (seconds)"
162 Lease time in seconds for IPv4 addresses assigned by the server.
163 The lease time determines when the IPv4 address lease expires if the
167 int "The time IPv4 addresses remains blocked after conflict detection (seconds)"
184 request) and wait for the time specific by this config before offering
/subsys/bluetooth/services/
A DKconfig.cts12 bool "Helper APIs to encode and decode CTS formatted time"
/subsys/bluetooth/controller/ll_sw/nordic/lll/
A Dlll_central.c162 cte_len = CTE_LEN_US(pdu_data_tx->octet3.cte_info.time); in prepare_cb()
165 pdu_data_tx->octet3.cte_info.time, in prepare_cb()
/subsys/usb/usb_c/
A DKconfig38 int "USB-C state machine cycle time in milliseconds"
41 The USB-C state machine is run in a loop and the cycle time is the

Completed in 64 milliseconds

12345