Home
last modified time | relevance | path

Searched full:encoding (Results 1 – 25 of 271) sorted by relevance

1234567891011

/Zephyr-latest/dts/bindings/clock/
Dintel,adsp-shim-clkctl.yaml12 Index of WOVCRO clock encoding in the encoding array (if wovcro-supported is true).
16 description: Index of LPRO clock encoding in the encoding array.
20 description: Index of HPRO clock encoding in the encoding array.
24 description: Index of ACE integrated PLL clock encoding in the encoding array.
/Zephyr-latest/tests/subsys/jwt/
Dtestcase.yaml12 libraries.encoding.jwt.ecdsa.psa:
20 libraries.encoding.jwt.rsa.legacy:
24 libraries.encoding.jwt.rsa.psa:
/Zephyr-latest/subsys/mgmt/mcumgr/smp/
DKconfig12 # MCUMGR_SMP_CBOR -- for CBOR encoding specific options;
20 This value is used by zcbor to predict needed map encoding,
27 in case when encoding starts to fail.
88 Minimal encoding levels, map/list encapsulation, required
89 to be supported by zcbor encoding of SMP responses
125 int "Number of map/list encapsulations allowed for SMP encoding"
156 Support for encoding "rc" code explanation in form of "rsn"
/Zephyr-latest/subsys/logging/backends/
DKconfig.swo42 bool "NRZ encoding"
44 Use UART-like NRZ encoding. This is the most common option, but requires the SWO output
48 bool "Manchester encoding"
50 Use Manchester encoding. This is less widely supported, but permits the clock to be
/Zephyr-latest/lib/utils/
DKconfig9 Build a minimal JSON parsing/encoding library. Used by sample
25 bool "Base64 encoding and decoding"
27 Enable base64 encoding and decoding functionality
/Zephyr-latest/doc/_scripts/
Dgen_helpers.py21 with open(path, encoding="utf-8") as f:
28 with open(path, "w", encoding="utf-8") as f:
/Zephyr-latest/doc/_extensions/zephyr/
Dexternal_content.py54 encoding: str,
63 encoding: Sources encoding.
83 with open(fname, "r+", encoding=encoding) as f:
/Zephyr-latest/include/zephyr/devicetree/
Dinterrupt_controller.h32 * IRQ encoding)
44 * IRQ encoding)
/Zephyr-latest/samples/subsys/zbus/benchmark/
Dbenchmark_256KB.robot46 Set Encoding ascii
50 ${val} Read Until expected=@ encoding=ascii
51 ${val} Read Until encoding=ascii
/Zephyr-latest/tests/lib/json/
Dtestcase.yaml2 libraries.encoding.json:
/Zephyr-latest/subsys/net/lib/mqtt/
Dmqtt_encoder.c9 * @brief Encoding functions needed to create packet to be sent to the broker.
210 /* Set the pointer at the start of the frame before encoding. */ in mqtt_encode_fixed_header()
298 "Encoding Protocol Description."); in connect_request_encode()
305 NET_DBG("Encoding Protocol Version %02x.", client->protocol_version); in connect_request_encode()
321 NET_DBG("Encoding Keep Alive Time %04x.", client->keepalive); in connect_request_encode()
328 "Encoding Client Id."); in connect_request_encode()
343 "Encoding Will Topic."); in connect_request_encode()
352 "Encoding Will Message."); in connect_request_encode()
358 NET_DBG("Encoding Zero Length Will Message."); in connect_request_encode()
372 "Encoding Username."); in connect_request_encode()
[all …]
/Zephyr-latest/include/zephyr/dt-bindings/clock/
Dimx8ulp_clock.h12 * corresponding clock ID encoding can be found.
/Zephyr-latest/samples/subsys/usb_c/sink/
Dvif.xml1 <?xml version='1.0' encoding='utf-8'?>
/Zephyr-latest/tests/modules/nanopb/src/
Dmain.c31 "Encoding failed: %s", PB_GET_ERROR(&ostream)); in ZTEST()
58 "Encoding failed: %s", PB_GET_ERROR(&ostream)); in ZTEST()
/Zephyr-latest/include/zephyr/sys/
Dbase64.h2 * RFC 1521 base64 encoding/decoding
38 * @brief Base64 encoding/decoding functions
/Zephyr-latest/misc/generated/
DCMakeLists.txt9 ENCODING "UTF-8"
/Zephyr-latest/scripts/dts/
Dgen_driver_kconfig_dts.py72 with open(binding_path, encoding="utf-8") as f:
91 with open(args.kconfig_out, "w", encoding="utf-8") as kconfig_file:
/Zephyr-latest/include/zephyr/net/http/
Dhpack.h123 /** Encoding/Decoding buffer. Used with Huffman encoding/decoding. */
/Zephyr-latest/include/zephyr/crypto/
Dhash.h42 * Structure encoding session parameters.
82 * Structure encoding IO parameters of a hash
/Zephyr-latest/tests/net/socket/udp/
Dgenerate-c-string.py20 with open(args.filepath, "w", encoding="UTF-8") as fp:
/Zephyr-latest/doc/develop/tools/
Dcoccinelle.rst465 …diff -u -p a/ext/lib/encoding/tinycbor/src/cborvalidation.c b/ext/lib/encoding/tinycbor/src/cborva…
466 --- a/ext/lib/encoding/tinycbor/src/cborvalidation.c
467 +++ b/ext/lib/encoding/tinycbor/src/cborvalidation.c
524 …diff -u -p ext/lib/encoding/tinycbor/src/cborvalidation.c /tmp/nothing/ext/lib/encoding/tinycbor/s…
525 --- ext/lib/encoding/tinycbor/src/cborvalidation.c
526 +++ /tmp/nothing/ext/lib/encoding/tinycbor/src/cborvalidation.c
580 …* TODO [[view:ext/lib/encoding/tinycbor/src/cborvalidation.c::face=ovl-face1::linb=328::colb=52::c…
/Zephyr-latest/scripts/build/
Dsubfolder_list.py81 with open(out_file, 'r', encoding="utf-8") as out_file_fo:
87 with open(out_file, 'w', encoding="utf-8") as out_file_fo:
/Zephyr-latest/tests/subsys/mgmt/mcumgr/zcbor_bulk/src/
Dmain.c61 zassert_true(ok, "Expected to be successful in encoding test pattern"); in ZTEST()
102 zassert_true(ok, "Expected to be successful in encoding test pattern"); in ZTEST()
141 zassert_true(ok, "Expected to be successful in encoding test pattern"); in ZTEST()
176 zassert_true(ok, "Expected to be successful in encoding test pattern"); in ZTEST()
253 zassert_true(ok, "Expected to be successful in encoding test pattern"); in ZTEST()
367 zassert_true(ok, "Expected to be successful in encoding test pattern"); in ZTEST()
446 zassert_true(ok, "Expected to be successful in encoding test pattern"); in ZTEST()
487 zassert_true(ok, "Expected to be successful in encoding test pattern"); in ZTEST()
529 zassert_true(ok, "Expected to be successful in encoding test pattern"); in ZTEST()
/Zephyr-latest/doc/services/portability/posix/aep/
Daep-pse51.svg1 <?xml version="1.0" encoding="utf-8"?>
Daep-pse52.svg1 <?xml version="1.0" encoding="utf-8"?>

1234567891011