Home
last modified time | relevance | path

Searched full:encode (Results 1 – 25 of 156) sorted by relevance

1234567

/Zephyr-latest/include/zephyr/bluetooth/
Dbyteorder.h26 /** @brief Encode 16-bit value into array values in little-endian format.
28 * Helper macro to encode 16-bit values into comma separated values.
40 /** @brief Encode 24-bit value into array values in little-endian format.
42 * Helper macro to encode 24-bit values into comma separated values.
54 /** @brief Encode 32-bit value into array values in little-endian format.
56 * Helper macro to encode 32-bit values into comma separated values.
68 /** @brief Encode 40-bit value into array values in little-endian format.
70 * Helper macro to encode 40-bit values into comma separated values.
82 /** @brief Encode 48-bit value into array values in little-endian format.
84 * Helper macro to encode 48-bit values into comma separated values.
[all …]
Dgap.h1074 * @brief Encode 40 least significant bits of 64-bit LE Supported Features into array values
1077 * Helper macro to encode 40 least significant bits of 64-bit LE Supported Features value into
1081 * Example of how to encode the `0x000000DFF00DF00D` into advertising data.
1094 /** @brief Encode 4 least significant bytes of 64-bit LE Supported Features into
1097 * Helper macro to encode 64-bit LE Supported Features value into advertising
1101 * Example of how to encode the `0x000000DFF00DF00D` into advertising data.
1115 * @brief Encode 3 least significant bytes of 64-bit LE Supported Features into
1118 * Helper macro to encode 64-bit LE Supported Features value into advertising
1122 * Example of how to encode the `0x000000DFF00DF00D` into advertising data.
1136 * @brief Encode 2 least significant bytes of 64-bit LE Supported Features into
[all …]
/Zephyr-latest/samples/boards/nxp/mimxrt1170_evk_cm7/magic_addr/pytest/
Dtest_magic_addr.py17 dut.write(str.encode('A'))
20 dut.write(str.encode('B'))
/Zephyr-latest/tests/unit/base64/
Dmain.c76 zassert_equal(rc, 0, "Encode test return value"); in ZTEST()
78 zassert_equal(rc, 0, "Encode test comparison"); in ZTEST()
88 /* test error paths - encode */ in ZTEST()
90 zassert_equal(rc, 0, "Error: slen: encode test return value"); in ZTEST()
95 zassert_equal(rc, -ENOMEM, "Error: n: encode test return value"); in ZTEST()
102 zassert_equal(rc, -ENOMEM, "Error: dlen: encode test return value"); in ZTEST()
/Zephyr-latest/modules/nanopb/
DKconfig48 bool "Encode arrays unpacked"
50 Encode scalar arrays in the unpacked format, which takes up more
/Zephyr-latest/drivers/gpio/
Dgpio_max149x6.h26 * @param data - array of data to encode
27 * @param encode - action to be performed - true(encode), false(decode)
30 static uint8_t max149x6_crc(uint8_t *data, bool encode) in max149x6_crc() argument
46 for (i = (encode) ? 0 : 2; i < 8; i++) { in max149x6_crc()
/Zephyr-latest/subsys/bluetooth/services/
DKconfig.cts12 bool "Helper APIs to encode and decode CTS formatted time"
/Zephyr-latest/doc/services/serialization/
Dindex.rst6 Zephyr has support for several data serialization subsystems. These can be used to encode/decode
/Zephyr-latest/include/zephyr/arch/x86/
Dx86_acpi.h8 * @brief Encode interrupt flag for x86 architecture.
/Zephyr-latest/include/zephyr/dt-bindings/clock/
Dgd32-clocks-common.h11 * Encode RCU register offset and configuration bit.
/Zephyr-latest/include/zephyr/dt-bindings/reset/
Dgd32-common.h11 * Encode RCU register offset and configuration bit.
/Zephyr-latest/samples/modules/nanopb/src/
Dmain.c40 /* Now we are ready to encode the message! */ in encode_message()
89 /* Encode our message */ in main()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/
DKconfig44 Files that have size up to 64KB require 1 to 3 bytes to encode
50 Files that have size up to 4GB require 1 to 5 bytes to encode
147 figure out how to encode map depending on its predicted size.
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool_client.py48 self.sock.sendall(cmd.encode("utf-8"))
70 values = (fsize, fname.encode('utf-8'), md5_tx.encode('utf-8'))
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/renesas/
Dpinctrl-rcar-common.h27 /* Arbitrary number to encode non capable gpio pin */
31 * @brief Utility macro to encode a GPIO capable pin
39 * @brief Utility macro to encode a non capable GPIO pin
/Zephyr-latest/soc/intel/intel_ish/utils/
Dbuild_ish_firmware.py41 # 4 bytes of ASCII encode ID (little endian)
43 # 8 bytes of ASCII encode ID (little endian)
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dstm32-pinctrl-common.h35 * @brief helper macro to encode an IO port pin in a numerical format
/Zephyr-latest/samples/modules/nanopb/
DREADME.rst12 The structured data to encode/decode is presented as follows:
/Zephyr-latest/drivers/sensor/jedec/jc42/
Djc42.h46 * * Bits 0..11 encode the temperature in a 2s complement signed value
103 /* Encode a signed temperature in scaled Celsius to the format used in
/Zephyr-latest/include/zephyr/dt-bindings/interrupt-controller/
Dmchp-xec-ecia.h10 * Encode peripheral interrupt information into a 32-bit unsigned.
/Zephyr-latest/scripts/west_commands/runners/
Dintel_adsp.py93 hash_object = hashlib.md5(self.bin_fw.encode())
94 random_str = f"{random.getrandbits(64)}".encode()
/Zephyr-latest/doc/connectivity/networking/api/
Dtls_credentials_shell.rst248 … be used to install credentials of any type, since base64 can be used to encode any concievable bi…
255 …tes (or other raw-binary credentials, such as non-printable PSKs) base64-encode the binary and use…
256 - To install PEM-formatted X.509 certificates or certificate chains, base64 encode the full PEM str…
259 It is possible to use ``BIN`` instead if you manually encode a NULL terminator into the base64.
/Zephyr-latest/scripts/tracing/
Dtrace_capture_uart.py41 ser.write("enable\r".encode())
/Zephyr-latest/subsys/net/lib/tls_credentials/
Dtls_credentials_digest_raw.c39 /* Attempt to encode digest to destination. in credential_digest_raw()
/Zephyr-latest/include/zephyr/dt-bindings/espi/
Dnpcx_espi.h10 * Encode virtual wire information into a 16-bit unsigned.

1234567