Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 28) sorted by relevance

12

/subsys/shell/modules/
A Ddate_service.c19 static void date_print(const struct shell *sh, struct tm *t) in date_print()
32 static int get_y_m_d(const struct shell *sh, struct tm *t, char *date_str) in get_y_m_d()
81 static int get_h_m_s(const struct shell *sh, struct tm *t, char *time_str) in get_h_m_s()
/subsys/testsuite/include/zephyr/
A Dtimestamp.h35 uint32_t t; in TIME_STAMP_DELTA_GET() local
55 uint32_t t = OS_GET_TIME(); in bench_test_init() local
/subsys/testsuite/ztest/src/
A Dztress.c203 static k_timeout_t randomize_t(k_timeout_t t) in randomize_t()
245 static void sleep(k_timeout_t t) in sleep()
404 void ztress_set_timeout(k_timeout_t t) in ztress_set_timeout()
457 uint32_t t = sys_clock_tick_get_32(); in ztress_cpu_clock_to_sys_clock_check() local
/subsys/rtio/
A Drtio_sched.c20 static void rtio_sched_alarm_expired(struct _timeout *t) in rtio_sched_alarm_expired()
/subsys/net/lib/http/
A Dhttp_parser.c564 uint64_t t; in header_states() local
595 uint64_t t; in header_states() local
635 uint64_t t; in header_states() local
671 uint64_t t; in header_states() local
2245 uint64_t t; in parser_execute() local
2507 void http_parser_init(struct http_parser *parser, enum http_parser_type t) in http_parser_init()
/subsys/random/
A Drandom_xoshiro128.c80 const uint32_t t = state[1] << 9; in xoshiro128_next() local
/subsys/bluetooth/audio/
A Dcsip_crypto.c101 uint8_t t[16]; in k1() local
A Dmpl.c820 char t[BT_OTS_OBJ_ID_STR_LEN]; in on_object_send() local
2448 char t[BT_OTS_OBJ_ID_STR_LEN]; in mpl_debug_dump_state() local
/subsys/bluetooth/mesh/
A Dcrypto.c83 uint8_t t[16]; in bt_mesh_k2() local
152 uint8_t t[16]; in bt_mesh_k3() local
179 uint8_t t[16]; in bt_mesh_k4() local
205 uint8_t t[32]; in bt_mesh_k5() local
A Ddfd_srv.c179 const struct bt_mesh_dfu_target *t = &srv->targets[i + first]; in handle_receivers_get() local
979 struct bt_mesh_dfu_target *t; in bt_mesh_dfd_srv_receiver_add() local
A Ddfu_cli.c1267 void bt_mesh_dfu_cli_timeout_set(int32_t t) in bt_mesh_dfu_cli_timeout_set()
/subsys/net/lib/trickle/
A Dtrickle.c139 uint32_t t; in setup_new_interval() local
/subsys/net/lib/ocpp/
A Docpp.c581 static void timer_heartbeat_cb(struct k_timer *t) in timer_heartbeat_cb()
594 static void timer_meter_cb(struct k_timer *t) in timer_meter_cb()
/subsys/testsuite/ztest/include/zephyr/
A Dztress.h116 k_timeout_t t; member
/subsys/bluetooth/controller/ll_sw/openisa/lll/
A Dlll_test.c85 uint32_t l, i, s, t; in isr_tx() local
/subsys/bluetooth/crypto/
A Dbt_crypto.c70 uint8_t t[16], ws[32]; in bt_crypto_f5() local
/subsys/net/lib/sntp/
A Dsntp.c49 static int64_t q16_16_s_to_ll_us(uint32_t t) in q16_16_s_to_ll_us()
/subsys/bluetooth/services/ots/
A Dots_client.c885 char t[BT_OTS_OBJ_ID_STR_LEN]; in read_obj_id_cb() local
1619 char t[BT_OTS_OBJ_ID_STR_LEN]; in decode_record() local
1805 char t[BT_OTS_OBJ_ID_STR_LEN]; in bt_ots_metadata_display() local
/subsys/net/lib/zperf/
A Dzperf_internal.h107 static inline uint32_t time_delta(uint32_t ts, uint32_t t) in time_delta()
/subsys/bluetooth/mesh/shell/
A Ddfd.c166 const struct bt_mesh_dfu_target *t = &dfd_srv->targets[i + first]; in cmd_dfd_receivers_get() local
A Dblob.c362 struct bt_mesh_blob_target *t; in cmd_target() local
/subsys/logging/frontends/
A Dlog_frontend_dict_uart.c344 k_timeout_t t = K_MSEC(CONFIG_LOG_FRONTEND_DICT_UART_DROPPED_NOTIFY_PERIOD); in log_frontend_uart_start_timer() local
/subsys/bluetooth/host/classic/
A Dobex.c2084 int bt_obex_add_header_time_iso_8601(struct net_buf *buf, uint16_t len, const uint8_t *t) in bt_obex_add_header_time_iso_8601()
2109 int bt_obex_add_header_time(struct net_buf *buf, uint32_t t) in bt_obex_add_header_time()
2805 int bt_obex_get_header_time_iso_8601(struct net_buf *buf, uint16_t *len, const uint8_t **t) in bt_obex_get_header_time_iso_8601()
2834 int bt_obex_get_header_time(struct net_buf *buf, uint32_t *t) in bt_obex_get_header_time()
/subsys/shell/
A Dshell_utils.c138 char t = *(cmd + 1); in make_argv() local
/subsys/logging/
A Dlog_core.c739 log_timestamp_t t = log_msg_get_timestamp(&msg_ptr->msg->log); in z_log_msg_claim_oldest() local

Completed in 681 milliseconds

12