/Zephyr-latest/tests/lib/json/src/ |
D | main.c | 251 char encoded[] = "{\"some_string\":\"zephyr 123\uABCD\"," in ZTEST() local 275 char buffer[sizeof(encoded)]; in ZTEST() 280 zassert_equal(len, strlen(encoded), "encoded size mismatch"); in ZTEST() 286 ret = strncmp(buffer, encoded, sizeof(encoded) - 1); in ZTEST() 287 zassert_equal(ret, 0, "Encoded contents not consistent"); in ZTEST() 293 char encoded[] = "{\"some_string\":\"zephyr 123\\uABCD456\"," in ZTEST() local 326 ret = json_obj_parse(encoded, sizeof(encoded) - 1, test_descr, in ZTEST() 391 char encoded[] = "{\"int_max\":2147483647," in ZTEST() local 414 char buffer[sizeof(encoded)]; in ZTEST() 419 ret = json_obj_parse(encoded, sizeof(encoded) - 1, obj_limits_descr, in ZTEST() [all …]
|
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/ |
D | intc_mchp_xec_ecia.h | 33 * encoded with MCHP_XEC_ECIA macro. 35 * @param ecia_info is GIRQ connection encoded with MCHP_XEC_ECIA 49 * encoded with MCHP_XEC_ECIA macro. 51 * @param ecia_info is GIRQ connection encoded with MCHP_XEC_ECIA 73 * @param ecia_info is GIRQ connection encoded with MCHP_XEC_ECIA 170 /* API using GIRQ parameters encoded with MCHP_XEC_ECIA */ 174 * @param ecia_info is GIRQ connection encoded with MCHP_XEC_ECIA 181 * @param ecia_info is GIRQ connection encoded with MCHP_XEC_ECIA 187 * @param ecia_info is GIRQ connection encoded with MCHP_XEC_ECIA 193 * @param ecia_info is GIRQ connection encoded with MCHP_XEC_ECIA [all …]
|
D | riscv_plic.h | 20 * @param irq Multi-level encoded interrupt ID 27 * @param irq Multi-level encoded interrupt ID 34 * @param irq Multi-level encoded interrupt ID 42 * @param irq Multi-level encoded interrupt ID 60 * @param irq Multi-level encoded interrupt ID
|
/Zephyr-latest/subsys/net/lib/wifi_credentials/ |
D | wifi_credentials_internal.h | 15 * @param buf encoded settings entry 31 * @param buf encoded settings entry 49 * @param buf encoded settings entry
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/include/mgmt/mcumgr/grp/fs_mgmt/ |
D | fs_mgmt_config.h | 17 * 1 + strlen("off") + [1, N] -- CBOR encoded pair of "off" key and 19 * 1 + strlen("data") + [1, N] -- CBOR encoded "data" key and value 22 * 1 + strlen("len") + [1, N] -- CBOR encoded "len" marker and complete
|
/Zephyr-latest/tests/net/lib/http_server/hpack/src/ |
D | main.c | 112 "Symbol wrongly encoded"); in ZTEST() 148 zassert_equal(ret, expected_len, "Wrong encoded length"); in ZTEST() 161 uint8_t encoded[46]; member 211 zassert_mem_equal(test_buf, test_huffman[i].encoded, ret, in ZTEST() 212 "Symbol wrongly encoded"); in ZTEST() 221 ret = http_hpack_huffman_decode(test_huffman[i].encoded, in ZTEST() 227 "Symbol wrongly encoded"); in ZTEST() 234 uint8_t encoded[60]; member 262 zassert_mem_equal(test_buf, example[i].encoded, ret, in test_hpack_verify_encode() 274 ret = http_hpack_decode_header(example[i].encoded, example[i].encoded_len, &hdr); in test_hpack_verify_decode() [all …]
|
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/ |
D | stream_lc3.h | 46 * Add LC3 encoded data to the provided buffer from the provided stream 49 * @param buf The buffer to store the encoded audio data in
|
/Zephyr-latest/subsys/net/lib/mqtt/ |
D | mqtt_internal.h | 173 * containing buffer for the encoded message. 186 * containing buffer for the encoded message. 198 * containing buffer for the encoded message. 211 * containing buffer for the encoded message. 224 * containing buffer for the encoded message. 237 * containing buffer for the encoded message. 249 * containing buffer for the encoded message. 261 * containing buffer for the encoded message. 274 * containing buffer for the encoded message. 286 * containing buffer for the encoded message.
|
/Zephyr-latest/tests/subsys/debug/cs_trace_defmt/ |
D | README | 1 Test for decoder of frames encoded using Coresight Trace Formatter.
|
/Zephyr-latest/arch/xtensa/include/ |
D | xtensa_mpu_priv.h | 192 * @brief Return the start address encoded in the MPU entry. 205 * @brief Set the start address encoded in the MPU entry. 217 * @brief Return the lock bit encoded in the MPU entry. 231 * @brief Set the lock bit encoded in the MPU entry. 243 * @brief Return the enable bit encoded in the MPU entry. 257 * @brief Set the enable bit encoded in the MPU entry. 269 * @brief Return the access rights encoded in the MPU entry. 282 * @brief Set the lock bit encoded in the MPU entry. 294 * @brief Return the memory type encoded in the MPU entry.
|
/Zephyr-latest/tests/subsys/logging/log_frontend_stmesp_demux/ |
D | README | 1 Test for demultiplexer of log messages encoded in STPv2 data stream.
|
/Zephyr-latest/include/zephyr/net/ |
D | ptp_time.h | 44 * Seconds are encoded as a 48 bits unsigned integer. Nanoseconds are encoded 112 /** Seconds encoded on 48 bits. */ 148 * Seconds are encoded as 48 bits unsigned integer. Fractional nanoseconds are 149 * encoded as 48 bits, their unit is 2*(-16) ns. 155 /** Seconds encoded on 48 bits. */
|
/Zephyr-latest/subsys/usb/device/ |
D | usb_descriptor.h | 15 * The USB Unicode bString is encoded in UTF16LE, which means it takes up 16 * twice the amount of bytes than the same string encoded in ASCII7.
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | ddt.h | 35 /** Seconds encoded on 48 bits - high 16 bits. */ 37 /** Seconds encoded on 48 bits - low 32 bits. */ 114 * @note Encoded as UTF-8, single symbol can be 1-4 bytes long
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | sar_cfg_internal.h | 14 /** SAR Transmitter state encoded length */ 16 /** SAR Receiver state encoded length */
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_stm32.c | 18 /** Helper to extract IO port number from STM32PIN() encoded value */ 22 /** Helper to extract IO pin number from STM32PIN() encoded value */ 26 /** Helper to extract IO port number from STM32_PINMUX() encoded value */ 30 /** Helper to extract IO pin number from STM32_PINMUX() encoded value */ 34 /** Helper to extract IO pin func from STM32_PINMUX() encoded value */ 39 /** Helper to extract IO pin remap from STM32_PINMUX() encoded value */
|
/Zephyr-latest/include/zephyr/data/ |
D | json.h | 572 * @brief Parses the JSON-encoded object pointed to by @a json, with 590 * @param json Pointer to JSON-encoded value to be parsed 591 * @param len Length of JSON-encoded value 606 * @brief Parses the JSON-encoded array pointed to by @a json, with 629 * @param json Pointer to JSON-encoded array to be parsed 630 * @param len Length of JSON-encoded array 643 * JSON-encoded array data is going to be parsed one object at a time. Data is provided by 650 * @param payload Pointer to JSON-encoded array to be parsed 651 * @param len Length of JSON-encoded array 661 * Parses the JSON-encoded object pointed to by @a json object array, with [all …]
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | x86_acpi.h | 12 * @return return encoded interrupt flag
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | provisioning.rst | 54 encoded as a single utf-8 data point, or the special ``none`` scheme, encoded 58 Examples of encoded URIs: 63 - Encoded 96 containing the public key or it can be encoded in a QR code printed on the
|
/Zephyr-latest/include/zephyr/drivers/ |
D | bluetooth.h | 234 * the buffer is ready to have the parameters encoded into it. 246 * It is given the OpCode (encoded e.g. using the BT_OP macro) and the total 248 * the parameters encoded into it. 260 * It is given the OpCode (encoded e.g. using the BT_OP macro) and the status 262 * encoded into it.
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.kw41z | 24 The value depends on your debugging needs. This generates an encoded
|
/Zephyr-latest/dts/bindings/espi/ |
D | microchip,xec-espi-v2.yaml | 24 Array of encoded interrupt information
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/comp_data/ |
D | cdp1_encode_decode.sh | 7 # Test that the composition data page 1 (CDP1) is encoded correctly. The
|
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/ |
D | README.txt | 12 From each context stream of data is being sent. Bytes in streams are encoded as
|
/Zephyr-latest/include/zephyr/dt-bindings/gpio/ |
D | stm32-gpio.h | 13 * The driver flags are encoded in the 8 upper bits of @ref gpio_dt_flags_t as
|