/Zephyr-Core-3.6.0/samples/subsys/logging/syst/ |
D | README.rst | 66 …Booting from ROM..SYS-T RAW DATA: 020A000B490000000000000000002A2A2A20426F6F74696E67205A6570687972… 67 SYS-T RAW DATA: 220A000B170001000000000000004572726F72206D657373616765206578616D706C652E00 68 SYS-T RAW DATA: 320A000B190001000000000000005761726E696E67206D657373616765206578616D706C652E00 69 SYS-T RAW DATA: 420A000B16000100000000000000496E666F206D657373616765206578616D706C652E00 70 SYS-T RAW DATA: 720A000B170001000000000000004465627567206D657373616765206578616D706C652E00 71 …SYS-T RAW DATA: 720A000B1E0001000000000000004465627567206D657373616765206578616D706C652C2025640001… 72 …SYS-T RAW DATA: 720A000B260001000000000000004465627567206D657373616765206578616D706C652C2025642C20… 73 …SYS-T RAW DATA: 720A000B2E0001000000000000004465627567206D657373616765206578616D706C652C2025642C20… 74 …SYS-T RAW DATA: 720A000B380001000000000000004465627567206D657373616765206578616D706C652C2025642C20… 75 SYS-T RAW DATA: 720A000B0C000100000000000000636861722025630021000000 [all …]
|
D | sample.yaml | 25 - "SYS-T RAW DATA: " 46 - "SYS-T RAW DATA: " 61 - "SYS-T RAW DATA: " 75 - "SYS-T RAW DATA: " 90 - "SYS-T RAW DATA: " 104 - "SYS-T RAW DATA: " 119 - "SYS-T RAW DATA: " 134 - "SYS-T RAW DATA: "
|
/Zephyr-Core-3.6.0/samples/subsys/zbus/runtime_obs_registration/ |
D | README.rst | 32 I: >-- Raw data fetched 35 I: >-- Raw data fetched 38 I: >-- Raw data fetched 41 I: >-- Raw data fetched 44 I: >-- Raw data fetched 49 I: >-- Raw data fetched 51 I: >-- Raw data fetched 53 I: >-- Raw data fetched 55 I: >-- Raw data fetched 57 I: >-- Raw data fetched [all …]
|
/Zephyr-Core-3.6.0/tests/kernel/obj_core/obj_core_stats/src/ |
D | main.c | 79 * Not much can be predicted for the raw stats aside from the in ZTEST() 259 "Thread raw stats changed while blocked\n"); in ZTEST() 408 struct sys_mem_blocks_info raw; in test_mem_block_raw() local 410 status = k_obj_core_stats_raw(K_OBJ_CORE(&mem_block), &raw, in test_mem_block_raw() 411 sizeof(raw)); in test_mem_block_raw() 413 "%s: Failed to get raw stats (%d)\n", str, status); in test_mem_block_raw() 415 zassert_equal(raw.num_blocks, expected->num_blocks, in test_mem_block_raw() 417 str, expected->num_blocks, raw.num_blocks); in test_mem_block_raw() 418 zassert_equal(raw.blk_sz_shift, expected->blk_sz_shift, in test_mem_block_raw() 420 str, expected->blk_sz_shift, raw.blk_sz_shift); in test_mem_block_raw() [all …]
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/ |
D | hci_raw.h | 2 * @brief Bluetooth HCI RAW channel handling 14 * @brief HCI RAW channel 15 * @defgroup hci_raw HCI RAW channel 54 /** @brief Set Bluetooth RAW channel mode 56 * Set access mode of Bluetooth RAW channel. 64 /** @brief Get Bluetooth RAW channel mode 66 * Get access mode of Bluetooth RAW channel. 108 /** @brief Register Bluetooth RAW command extension table 110 * Register Bluetooth RAW channel command extension table, opcodes in this 118 /** @brief Enable Bluetooth RAW channel: [all …]
|
/Zephyr-Core-3.6.0/dts/bindings/input/ |
D | st,stmpe811.yaml | 22 Default: raw touchscreen resolution. 29 Default: raw touchscreen resolution. 31 raw-x-min: 34 Signed raw X axis start for scaling the reported coordinates. 37 raw-y-min: 40 Signed raw Y axis start for scaling the reported coordinates. 43 raw-x-max: 46 Raw X axis end for scaling the reported coordinates. 49 raw-y-max: 52 Raw Y axis end for scaling the reported coordinates.
|
D | xptek,xpt2046.yaml | 28 description: minimum raw X value reported. 33 description: minimum raw Y value reported. 38 description: maximum raw X value reported. 43 description: maximum raw Y value reported.
|
/Zephyr-Core-3.6.0/tests/subsys/logging/log_cache/src/ |
D | main.c | 32 uintptr_t raw; member 37 union test_ids t0 = { .raw = id0 }; in cmp() 38 union test_ids t1 = { .raw = id1 }; in cmp() 109 cache_get(&cache, id0.raw, &buf, false, __LINE__); in ZTEST() 116 cache_get(&cache, id0.raw, &buf, true, __LINE__); in ZTEST() 120 cache_get(&cache, id1.raw, &buf, false, __LINE__); in ZTEST() 125 cache_get(&cache, id2.raw, &buf, false, __LINE__); in ZTEST() 133 cache_get(&cache, id0.raw, &buf, true, __LINE__); in ZTEST() 134 cache_get(&cache, id1.raw, &buf, true, __LINE__); in ZTEST() 135 cache_get(&cache, id2.raw, &buf, true, __LINE__); in ZTEST() [all …]
|
/Zephyr-Core-3.6.0/subsys/net/l2/wifi/ |
D | Kconfig | 5 bool "Raw scan results" 7 This option enables raw scan results. When enabled, the raw scan 15 int "Maximum length of raw scan results" 18 This option defines the maximum length of raw scan results. 21 bool "Only raw scan results" 23 This option enables only raw scan results. When enabled, the raw scan
|
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/transport/src/ |
D | serial_util.c | 169 * @param cb A callback used for transmitting raw data. 177 uint8_t raw[3]; in mcumgr_serial_tx_pkt() local 214 memcpy(raw, &u16, sizeof(u16)); in mcumgr_serial_tx_pkt() 215 raw[2] = data[0]; in mcumgr_serial_tx_pkt() 217 rc = mcumgr_serial_tx_small(raw, 3, cb); in mcumgr_serial_tx_pkt() 256 memcpy(raw, data + src_off, 3); in mcumgr_serial_tx_pkt() 257 rc = mcumgr_serial_tx_small(raw, 3, cb); in mcumgr_serial_tx_pkt() 272 raw[0] = (crc & 0xff00) >> 8; in mcumgr_serial_tx_pkt() 273 raw[1] = crc & 0x00ff; in mcumgr_serial_tx_pkt() 274 rc = mcumgr_serial_tx_small(raw, 2, cb); in mcumgr_serial_tx_pkt() [all …]
|
D | smp_dummy.c | 543 * @param cb A callback used for transmitting raw data. 553 uint8_t raw[3]; in mcumgr_dummy_tx_frame() local 578 memcpy(raw, &u16, sizeof(u16)); in mcumgr_dummy_tx_frame() 579 raw[2] = data[0]; in mcumgr_dummy_tx_frame() 581 rc = mcumgr_dummy_tx_small(raw, 3, cb); in mcumgr_dummy_tx_frame() 601 raw[0] = (crc & 0xff00) >> 8; in mcumgr_dummy_tx_frame() 602 raw[1] = crc & 0x00ff; in mcumgr_dummy_tx_frame() 603 rc = mcumgr_dummy_tx_small(raw, 2, cb); in mcumgr_dummy_tx_frame() 611 raw[0] = data[src_off]; in mcumgr_dummy_tx_frame() 614 raw[1] = (crc & 0xff00) >> 8; in mcumgr_dummy_tx_frame() [all …]
|
/Zephyr-Core-3.6.0/scripts/dts/python-devicetree/src/devicetree/ |
D | _private.py | 22 raw = node.props[prop_name].value 23 if len(raw) % size: 25 f"'{prop_name}' property in {node!r} has length {len(raw)}, " 30 return [raw[i:i + size] for i in range(0, len(raw), size)]
|
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/ |
D | hci_raw.rst | 4 HCI RAW channel 10 HCI RAW channel API is intended to expose HCI interface to the remote entity. 12 Bluetooth stack is not used. RAW API provides direct access to packets which
|
/Zephyr-Core-3.6.0/subsys/modbus/ |
D | Kconfig | 58 bool "Modbus raw ADU support" 60 Enable Modbus raw ADU support. 63 int "Number of raw ADU instances" 67 Number of raw ADU instances.
|
/Zephyr-Core-3.6.0/subsys/bluetooth/ |
D | Kconfig | 46 bool "RAW HCI access" 49 from the application with the RAW HCI protocol. 52 bool "RAW HCI H:4 transport" 54 This option enables HCI RAW access to work over an H:4 58 bool "RAW HCI H:4 transport enable" 61 This option enables use of H:4 transport for HCI RAW access at 70 This option is used by the HCI raw transport implementation to 74 bool "RAW HCI Command Extension" 76 This option enables HCI RAW command extension so the driver can
|
/Zephyr-Core-3.6.0/samples/shields/x_nucleo_iks02a1/microphone/ |
D | README.rst | 93 must be configured in raw mode to avoid having 99 stty -F /dev/ttyACM0 115200 raw 100 cat /dev/ttyACM0 > /tmp/sound.raw 101 dos2unix -f /tmp/sound.raw 111 The /tmp/sound.raw file final size should result exactly of 32000 byte, but sometimes may 116 dd if=sound.raw of=sound_clean.raw bs=1 skip=1 151 Now that we have a binary PCM file (say sound.raw), you can use, 154 Use the 'Import->Raw Data' menu to load the sound.raw file as
|
/Zephyr-Core-3.6.0/drivers/pcie/host/ |
D | vc.h | 30 uint32_t raw; member 41 uint32_t raw; member 55 uint32_t raw; member 86 uint32_t raw; member 105 uint32_t raw; member 117 uint32_t raw; member
|
D | vc.c | 26 regs->cap_reg_1.raw = pcie_conf_read(bdf, base + in pcie_vc_cap_lookup() 28 regs->cap_reg_2.raw = pcie_conf_read(bdf, base + in pcie_vc_cap_lookup() 30 regs->ctrl_reg.raw = pcie_conf_read(bdf, base + in pcie_vc_cap_lookup() 44 regs->cap_reg.raw = in pcie_vc_load_resources_regs() 47 regs->ctrl_reg.raw = in pcie_vc_load_resources_regs() 50 regs->status_reg.raw = in pcie_vc_load_resources_regs()
|
/Zephyr-Core-3.6.0/samples/boards/96b_argonkey/microphone/ |
D | README.rst | 80 The ttyUSB0 port must be configured in raw mode to avoid having 85 stty -F /dev/ttyUSB0 115200 raw 86 cat /dev/ttyUSB0 > /tmp/sound.raw 88 .. note:: The "cat /dev/ttyUSB0 > /tmp/sound.raw" command should be launched after the audio 95 dos2unix -f /tmp/sound.raw 130 Now that we have a binary PCM file (say sound.raw), you can use, 132 Use the 'Import->Raw Data' menu to load the sound.raw file as
|
/Zephyr-Core-3.6.0/tests/drivers/gpio/gpio_basic_api/src/ |
D | test_gpio_port.c | 14 /* Short-hand for a checked read of PIN_IN raw state */ 36 /* Short-hand for a checked write of PIN_OUT raw state */ 89 "get raw low failed"); in setup() 116 "get raw high failed"); in setup() 144 "port set raw out failed"); in bits_physical() 146 "raw set mismatch"); in bits_physical() 151 "port clear raw out failed"); in bits_physical() 153 "raw clear mismatch"); in bits_physical() 158 "port set raw out failed"); in bits_physical() 160 "raw set mismatch"); in bits_physical() [all …]
|
/Zephyr-Core-3.6.0/drivers/sensor/stm32_vref/ |
D | stm32_vref.c | 28 int16_t raw; /* raw adc Sensor value */ member 65 data->raw = data->sample_buffer; in stm32_vref_sample_fetch() 90 if (data->raw == 0) { in stm32_vref_channel_get() 91 LOG_ERR("Raw ADC value is zero"); in stm32_vref_channel_get() 111 vref = (cfg->cal_mv * (*cfg->cal_addr) >> 2) / data->raw; in stm32_vref_channel_get() 113 vref = cfg->cal_mv * (*cfg->cal_addr) / data->raw; in stm32_vref_channel_get()
|
/Zephyr-Core-3.6.0/drivers/sensor/fxos8700/ |
D | fxos8700.c | 269 int16_t *raw; in fxos8700_sample_fetch() local 294 /* Parse the buffer into raw channel data (16-bit integers). To save in fxos8700_sample_fetch() 295 * RAM, store the data in raw format and wait to convert to the in fxos8700_sample_fetch() 299 <= ARRAY_SIZE(data->raw), in fxos8700_sample_fetch() 302 raw = &data->raw[config->start_channel]; in fxos8700_sample_fetch() 305 *raw++ = (buffer[i] << 8) | (buffer[i+1]); in fxos8700_sample_fetch() 323 static void fxos8700_accel_convert(struct sensor_value *val, int16_t raw, in fxos8700_accel_convert() argument 340 micro_ms2 = (raw * SENSOR_G) >> frac_bits; in fxos8700_accel_convert() 350 static void fxos8700_magn_convert(struct sensor_value *val, int16_t raw) in fxos8700_magn_convert() argument 354 /* Convert units to micro Gauss. Raw magnetic data always has a in fxos8700_magn_convert() [all …]
|
/Zephyr-Core-3.6.0/subsys/tracing/include/ |
D | tracing_format_common.h | 37 * @brief Put raw data format tracing message to tracing buffer. 39 * @param data Raw data to be traced. 40 * @param length Raw data length.
|
/Zephyr-Core-3.6.0/modules/ |
D | Kconfig.syst | 18 bool "output MIPI SyS-T raw data packet" 20 This option outputs MIPI SyS-T raw data packet
|
/Zephyr-Core-3.6.0/subsys/net/lib/tls_credentials/ |
D | tls_credentials_digest_raw.h | 8 * @brief Internal helper function for generating digests for raw credentials. 17 /* Common version of credential_digest that raw credentials backends can use. */
|