Home
last modified time | relevance | path

Searched refs:format (Results 1 – 25 of 54) sorted by relevance

123

/subsys/bindesc/
A Dgen_bindesc_build_time_h.cmake7 macro(get_time out_var format)
9 string(TIMESTAMP ${out_var} ${format})
11 string(TIMESTAMP ${out_var} ${format} UTC)
15 macro(gen_build_time_int_definition def_name format)
16 get_time(${def_name} ${format})
21 macro(gen_build_time_str_definition def_name format)
22 get_time(${def_name} ${${format}})
A DKconfig.build_time77 string "Date-Time format"
87 Example of the default format: 2023-09-29T17:43:14+0000.
88 Note: the default format complies with ISO-8601.
91 string "Date format"
97 example, setting the format to "2023-02-05" will set it as the build time,
99 Example of the default format: 2023-02-05
100 Note: the default format complies with ISO-8601.
103 string "Time format"
109 example, setting the format to "T00:07:04+0000" will set it as the build time,
111 Example of the default format: T00:07:04+0000.
[all …]
/subsys/logging/
A Dlog_output_custom.c21 void log_custom_output_msg_set(log_format_func_t format) in log_custom_output_msg_set() argument
23 log_custom_format_func = format; in log_custom_output_msg_set()
40 void log_custom_timestamp_set(log_timestamp_format_func_t format) in log_custom_timestamp_set() argument
42 log_timestamp_format_func = format; in log_custom_timestamp_set()
A DKconfig.formatting25 bool "MIPI SyS-T format output"
29 Enable MIPI SyS-T format output for the logger system.
108 the log output when there are long format strings to be logged.
119 bool "Custom format support"
123 Allows custom format callbacks registering for logging backend.
180 prompt "Timestamp format mode"
185 bool "Format timestamp in time format"
190 bool "Format timestamp in date format"
196 bool "Format timestamp in ISO 8601 format"
202 bool "Format timestamp in Linux format"
[all …]
A DKconfig.template.log_format_config18 When enabled backend is used to output syst format logs.
35 # The numbering of the format types should be consistent across
/subsys/net/lib/lwm2m/
A DREADME_lwm2m6 SenML CBOR content format support takes advantage of the Zcbor library's capability of generating
24 …s by committing the un-patched changes (i.e. up to and including the clang-format), and the running
33 git format-patch --stdout HEAD~1.. > lwm2m_senml_cbor.patch
A Dlwm2m_rw_plain_text.h53 const char *format, ...);
A Dlwm2m_senml_cbor_regenerate.sh17 clang-format -i \
A Dlwm2m_rw_plain_text.c79 int plain_text_put_format(struct lwm2m_output_context *out, const char *format, in plain_text_put_format() argument
85 va_start(vargs, format); in plain_text_put_format()
86 n = vsnprintk(pt_buffer, sizeof(pt_buffer), format, vargs); in plain_text_put_format()
A Dlwm2m_observation.c737 struct lwm2m_ctx *ctx, uint8_t tkl, uint16_t format, in engine_observe_node_init() argument
753 obs->format = format; in engine_observe_node_init()
880 uint16_t format) in engine_add_observer() argument
936 engine_observe_node_init(obs, token, msg->ctx, tkl, format, attrs.pmax); in engine_add_observer()
966 uint8_t tkl, uint16_t format) in engine_add_composite_observer() argument
991 ret = do_composite_observe_read_path_op(msg, format, &lwm2m_path_list, in engine_add_composite_observer()
1026 engine_observe_node_init(obs, token, msg->ctx, tkl, format, attrs.pmax); in engine_add_composite_observer()
1029 return do_composite_read_op_for_parsed_list(msg, format, &lwm2m_path_list); in engine_add_composite_observer()
1067 uint8_t tkl, uint16_t format) in engine_remove_composite_observer() argument
1085 ret = do_composite_observe_read_path_op(msg, format, &lwm2m_path_list, in engine_remove_composite_observer()
[all …]
A Dlwm2m_message_handling.c942 switch (format) { in select_reader()
985 LOG_WRN("Unknown content type %u", format); in select_reader()
2029 switch (format) { in do_write_op()
2164 r = do_write_op(msg, format); in parse_write_op()
2214 switch (format) { in do_composite_write_op()
2397 r = select_reader(&msg->in, format); in handle_request()
2483 if (format == LWM2M_FORMAT_NONE) { in handle_request()
2569 r = do_composite_write_op(msg, format); in handle_request()
2572 r = parse_write_op(msg, format); in handle_request()
3192 select_writer(&msg->out, obs->format); in generate_notify_message()
[all …]
A Dlwm2m_observation.h23 uint16_t format; member
/subsys/net/lib/tls_credentials/
A Dtls_credentials_shell.c352 enum cred_storage_fmt format; in tls_cred_cmd_add() local
381 err = shell_parse_cred_storage_format(sh, argv[4], &format, &terminated); in tls_cred_cmd_add()
413 if (format == CRED_STORAGE_FMT_BINARY) { in tls_cred_cmd_add()
650 enum cred_storage_fmt format; in tls_cred_cmd_get() local
668 err = shell_parse_cred_storage_format(sh, argv[3], &format, &terminated); in tls_cred_cmd_get()
678 if (format == CRED_STORAGE_FMT_BINARY) { in tls_cred_cmd_get()
735 if (format == CRED_STORAGE_FMT_BINARY) { in tls_cred_cmd_get()
738 } else if (format == CRED_STORAGE_FMT_STRING) { in tls_cred_cmd_get()
/subsys/usb/device_next/class/
A DKconfig.cdc_ncm23 bool "Support NTB32 format"
25 Enable support for NTB32 format which allows larger
A DKconfig.uvc15 int "Max number of format descriptors"
19 The table of format descriptors are generated at runtime. This options plans the
/subsys/net/lib/zperf/
A DKconfig18 bool "Legacy iperf UDP header format"
20 iperf 2.0.10 (2017) updated the UDP header format in a
22 detected. This option reverts the header format for use with
/subsys/net/lib/prometheus/
A Dformatter.c27 static int write_metric_to_buffer(char *buffer, size_t buffer_size, const char *format, ...) in write_metric_to_buffer() argument
39 va_start(args, format); in write_metric_to_buffer()
40 len = vsnprintf(buffer, buffer_size, format, args); in write_metric_to_buffer()
/subsys/mgmt/mcumgr/grp/os_mgmt/src/
A Dos_mgmt.c587 struct zcbor_string format = { 0 }; in os_mgmt_info() local
601 ZCBOR_MAP_DECODE_KEY_DECODER("format", zcbor_tstr_decode, &format), in os_mgmt_info()
606 .format = &format, in os_mgmt_info()
633 while (i < format.len) { in os_mgmt_info()
634 switch (format.value[i]) { in os_mgmt_info()
705 if (valid_formats != format.len) { in os_mgmt_info()
/subsys/net/lib/ocpp/
A DKconfig47 bool "PDU message format as JSON"
51 format as JSON
/subsys/bluetooth/mesh/
A Dblob_srv.c360 enum bt_mesh_blob_chunks_missing format; in block_status_rsp() local
378 format = BT_MESH_BLOB_CHUNKS_MISSING_ENCODED; in block_status_rsp()
380 format = BT_MESH_BLOB_CHUNKS_MISSING_ALL; in block_status_rsp()
382 format = BT_MESH_BLOB_CHUNKS_MISSING_NONE; in block_status_rsp()
384 format = BT_MESH_BLOB_CHUNKS_MISSING_SOME; in block_status_rsp()
389 net_buf_simple_add_u8(&buf, (status & BIT_MASK(4)) | (format << 6)); in block_status_rsp()
393 if (format == BT_MESH_BLOB_CHUNKS_MISSING_SOME) { in block_status_rsp()
402 } else if (format == BT_MESH_BLOB_CHUNKS_MISSING_ENCODED) { in block_status_rsp()
/subsys/bluetooth/services/bas/
A Dbas.c68 .format = 0x04, /* uint8 */
/subsys/fs/
A DKconfig91 bool "Allow to format file system"
93 Enables function fs_mkfs that can be used to format a storage device.
/subsys/logging/backends/
A DKconfig.uart46 prompt "Dictionary mode output format"
/subsys/bluetooth/audio/
A Dbap_iso.c198 path.format = codec_cfg->id; in bt_bap_setup_iso_data_path()
204 path.format = BT_HCI_CODING_FORMAT_TRANSPARENT; in bt_bap_setup_iso_data_path()
/subsys/llext/
A DKconfig179 extension will be appended depending on the chosen output format.
185 prompt "EDK compression and output format"
203 Use Zip format and compression for the EDK file. This is the most

Completed in 68 milliseconds

123