/Zephyr-latest/subsys/net/lib/tls_credentials/ |
D | tls_credentials_shell.c | 352 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() 606 enum cred_storage_fmt format; in tls_cred_cmd_get() local 624 err = shell_parse_cred_storage_format(sh, argv[3], &format, &terminated); in tls_cred_cmd_get() 634 if (format == CRED_STORAGE_FMT_BINARY) { in tls_cred_cmd_get() 691 if (format == CRED_STORAGE_FMT_BINARY) { in tls_cred_cmd_get() 694 } else if (format == CRED_STORAGE_FMT_STRING) { in tls_cred_cmd_get()
|
/Zephyr-latest/doc/services/serialization/ |
D | index.rst | 7 structured data with a known format on-the-wire.
|
/Zephyr-latest/modules/thrift/src/thrift/transport/ |
D | TSSLSocket.h | 280 virtual void loadCertificate(const char *path, const char *format = "PEM"); 282 const char *format = "PEM"); 289 virtual void loadPrivateKey(const char *path, const char *format = "PEM"); 290 virtual void loadPrivateKeyFromBuffer(const char *aPrivateKey, const char *format = "PEM");
|
/Zephyr-latest/drivers/video/ |
D | video_mcux_csi.c | 137 struct video_format format = *fmt; in video_mcux_csi_set_fmt() local 149 video_pix_fmt_convert(&format, false); in video_mcux_csi_set_fmt() 170 if (config->source_dev && video_set_format(config->source_dev, ep, &format)) { in video_mcux_csi_set_fmt() 448 const struct video_format *fie_fmt = fie->format; in video_mcux_csi_enum_frmival() 452 struct video_format converted_fmt = *fie->format; in video_mcux_csi_enum_frmival() 455 fie->format = &converted_fmt; in video_mcux_csi_enum_frmival() 459 fie->format = fie_fmt; in video_mcux_csi_enum_frmival()
|
D | video_sw_generator.c | 312 while (fmts[i].pixelformat && (fmts[i].pixelformat != fie->format->pixelformat)) { in video_sw_generator_enum_frmival() 316 if ((i == ARRAY_SIZE(fmts)) || (fie->format->width > fmts[i].width_max) || in video_sw_generator_enum_frmival() 317 (fie->format->width < fmts[i].width_min) || in video_sw_generator_enum_frmival() 318 (fie->format->height > fmts[i].height_max) || in video_sw_generator_enum_frmival() 319 (fie->format->height < fmts[i].height_min)) { in video_sw_generator_enum_frmival()
|
/Zephyr-latest/scripts/footprint/ |
D | compare_footprint | 62 format = logging.Formatter('%(levelname)-8s: %(message)s') 63 console.setFormatter(format) 277 print("\n{:<25}".format(test)) 279 print(" {:<25}".format(platform)) 283 print(" {} ({:+.2%}) {:+6} current size {:>7} bytes".format(
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.template.log_format_config | 18 When enabled backend is used to output syst format logs. 35 # The numbering of the format types should be consistent across
|
/Zephyr-latest/cmake/compiler/clang/ |
D | target_arm.cmake | 35 # Clang only supports IEEE 754-2008 format for __fp16. It's enabled by 38 message(FATAL_ERROR "Clang doesn't support ARM alternative format for FP16")
|
/Zephyr-latest/samples/boards/enjoydigital/litex/i2s/src/ |
D | main.c | 48 i2s_rx_cfg.format = I2S_FMT_DATA_FORMAT_I2S; in init() 73 i2s_tx_cfg.format = I2S_FMT_DATA_FORMAT_I2S; in init()
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_senml_cbor_regenerate.sh | 17 clang-format -i \
|
/Zephyr-latest/drivers/dai/intel/dmic/ |
D | Kconfig.dmic | 22 2. DAI tokens those describe the use case PCM format 29 number of channels, sample rate, and PCM format are 38 and topology defined PCM format. The parameters are
|
/Zephyr-latest/scripts/ |
D | requirements-compliance.txt | 5 clang-format>=15.0.0
|
/Zephyr-latest/scripts/coccinelle/ |
D | int_ms_to_timeout.cocci | 91 msg = "WARNING: replace constant {} with timeout in {}".format(C, fn) 160 msg = "WARNING: use K_SECONDS() for timeout in {}".format(fn) 169 msg = "NOTE: use K_SECONDS() for timeout in {}".format(fn) 224 msg = "WARNING: replace integer parameter {} with timeout in {}".format(param, fn) 278 msg = "WARNING: replace timeout-valued delay with millisecond duration".format() 330 msg = "WARNING: replace constant {} with duration timeout in k_timer_start".format(C)
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/ |
D | README.md | 145 |LightweightM2M-1.1-int-203 - Querying basic information in TLV format |:white_check_mark:| | 146 |LightweightM2M-1.1-int-204 - Querying basic information in JSON format |:white_check_mark:| | 148 |LightweightM2M-1.1-int-211 - Querying basic information in CBOR format |:white_check_mark:| | 149 |LightweightM2M-1.1-int-212 - Setting basic information in CBOR format |:white_check_mark:| | 150 |LightweightM2M-1.1-int-215 - Setting basic information in TLV format |:white_check_mark:| | 151 |LightweightM2M-1.1-int-220 - Setting basic information in JSON format |:white_check_mark:| | 167 |LightweightM2M-1.1-int-231 - Querying basic information in SenML JSON format|:white_check_mark:| | 168 |LightweightM2M-1.1-int-232 - Querying basic information in SenML CBOR format|:white_check_mark:| | 169 |LightweightM2M-1.1-int-233 - Setting basic information in SenML CBOR format|:white_check_mark:| | 170 |LightweightM2M-1.1-int-234 - Setting basic information in SenML JSON format|:white_check_mark:| |
|
/Zephyr-latest/cmake/ |
D | yaml-filter.cmake | 9 # - JSON_FILE: the name of the input file, in JSON format, that contains 17 # into account the special format that was used to store lists.
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.zsh | 101 _west_projs=($(__west_x $extra_args list --format={name})) 106 _west_boards=( $(__west_x boards --format='{name}|{qualifiers}') ) 149 {-f,--format}'[format string]:format string:' 221 {-f,--format}'[format string]:format string:' 346 {-f,--format}'[format string]:format string:'
|
/Zephyr-latest/modules/lz4/ |
D | Kconfig | 49 also compresses data using the lz4 block format. 80 utility, it's necessary to use the official interoperable frame format. 81 This format is generated and decoded automatically by the lz4frame library.
|
/Zephyr-latest/boards/shields/rk055hdmipi4m/ |
D | rk055hdmipi4m.overlay | 61 pixel-format = <PANEL_PIXEL_FORMAT_BGR_565>; 87 pixel-format = <MIPI_DSI_PIXFMT_RGB565>;
|
/Zephyr-latest/boards/shields/rk055hdmipi4ma0/ |
D | rk055hdmipi4ma0.overlay | 61 pixel-format = <PANEL_PIXEL_FORMAT_BGR_565>; 87 pixel-format = <MIPI_DSI_PIXFMT_RGB565>;
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | target_arm.cmake | 37 list(APPEND ARM_C_FLAGS -mfp16-format=ieee) 39 list(APPEND ARM_C_FLAGS -mfp16-format=alternative)
|
/Zephyr-latest/include/zephyr/posix/ |
D | syslog.h | 59 void vsyslog(int priority, const char *format, va_list ap);
|
/Zephyr-latest/scripts/west_commands/fetchers/ |
D | __init__.py | 43 raise ValueError('unknown fetcher for scheme "{}"'.format(scheme))
|
/Zephyr-latest/samples/drivers/led/led_strip/boards/ |
D | nucleo_g071rb.overlay | 16 frame-format = <32768>; /* SPI_FRAME_FORMAT_TI */
|
D | nucleo_l476rg.overlay | 16 frame-format = <32768>; /* SPI_FRAME_FORMAT_TI */
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/ |
D | test_timer.py | 61 ', '.join(['"{}_us":{:.6f}'.format(k, v * 1_000_000) for k,v in stats.items()]) + 70 ', '.join(['"CONFIG_{}":{}'.format(k, str(config[k]).rstrip()) for k in [
|