Home
last modified time | relevance | path

Searched full:raw (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/Zephyr-latest/samples/subsys/logging/syst/
DREADME.rst66 …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 …]
Dsample.yaml25 - "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-latest/samples/subsys/zbus/runtime_obs_registration/
DREADME.rst32 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-latest/tests/kernel/obj_core/obj_core_stats/src/
Dmain.c79 * 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-latest/include/zephyr/drivers/wifi/nrf_wifi/off_raw_tx/
Doff_raw_tx_api.h8 * @addtogroup nrf70_off_raw_tx_api nRF70 Offloaded raw TX API
11 * @brief File containing API's for the Offloaded raw TX feature.
21 /* Minimum frame size for raw packet transmission */
23 /* Maximum frame size for raw packet transmission */
130 * @brief This structure defines the Offloaded raw tx debug statistics.
139 * @brief- Configuration parameters for offloaded raw TX
140 * Parameters which can be used to configure the offloaded raw TX operation.
169 * @brief Initialize the nRF70 for operating in the offloaded raw TX mode.
173 * This function is initializes the nRF70 device for offloaded raw TX mode by:
192 * @brief Initialize the nRF70 for operating in the offloaded raw TX mode.
[all …]
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_raw.h2 * @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-latest/tests/subsys/logging/log_cache/src/
Dmain.c32 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-latest/dts/bindings/input/
Dst,stmpe811.yaml17 raw-x-min:
20 Signed raw X axis start for scaling the reported coordinates.
23 raw-y-min:
26 Signed raw Y axis start for scaling the reported coordinates.
29 raw-x-max:
32 Raw X axis end for scaling the reported coordinates.
35 raw-y-max:
38 Raw Y axis end for scaling the reported coordinates.
Dxptek,xpt2046.yaml28 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-latest/subsys/mgmt/mcumgr/transport/src/
Dserial_util.c169 * @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 …]
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
D_private.py22 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-latest/doc/connectivity/bluetooth/api/
Dhci_raw.rst4 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-latest/subsys/net/l2/wifi/
DKconfig5 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-latest/subsys/modbus/
DKconfig58 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-latest/drivers/sensor/nxp/fxls8974/
Dfxls8974.c243 int16_t *raw; in fxls8974_sample_fetch() local
262 /* Parse the buf into raw channel data (16-bit integers). To save in fxls8974_sample_fetch()
263 * RAM, store the data in raw format and wait to convert to the in fxls8974_sample_fetch()
266 __ASSERT(FXLS8974_MAX_NUM_CHANNELS <= ARRAY_SIZE(data->raw), in fxls8974_sample_fetch()
269 raw = &data->raw[FXLS8974_CHANNEL_ACCEL_X]; in fxls8974_sample_fetch()
272 *raw++ = (buf[i+1] << 8) | (buf[i]); in fxls8974_sample_fetch()
275 *raw = *(buf+FXLS8974_MAX_ACCEL_BYTES); in fxls8974_sample_fetch()
283 static void fxls8974_accel_convert(struct sensor_value *val, int16_t raw, in fxls8974_accel_convert() argument
289 micro_ms2 = (raw * SENSOR_G) >> fsr; in fxls8974_accel_convert()
304 int16_t *raw; in fxls8974_get_accel_data() local
[all …]
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/microphone/
DREADME.rst93 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-latest/drivers/pcie/host/
Dvc.h30 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
Dvc.c26 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-latest/samples/boards/96boards/argonkey/microphone/
DREADME.rst81 The ttyUSB0 port must be configured in raw mode to avoid having
86 stty -F /dev/ttyUSB0 115200 raw
87 cat /dev/ttyUSB0 > /tmp/sound.raw
89 .. note:: The "cat /dev/ttyUSB0 > /tmp/sound.raw" command should be launched after the audio
96 dos2unix -f /tmp/sound.raw
131 Now that we have a binary PCM file (say sound.raw), you can use,
133 Use the 'Import->Raw Data' menu to load the sound.raw file as
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/src/
Dtest_gpio_port.c15 /* Short-hand for a checked read of PIN_IN raw state */
45 /* Short-hand for a checked write of PIN_OUT raw state */
97 "get raw low failed"); in setup()
128 "get raw high failed"); in setup()
158 "port set raw out failed"); in bits_physical()
160 "raw set mismatch"); in bits_physical()
165 "port clear raw out failed"); in bits_physical()
167 "raw clear mismatch"); in bits_physical()
172 "port set raw out failed"); in bits_physical()
174 "raw set mismatch"); in bits_physical()
[all …]
/Zephyr-latest/subsys/bluetooth/
DKconfig46 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
65 bool "RAW HCI Command Extension"
67 This option enables HCI RAW command extension so the driver can
/Zephyr-latest/samples/boards/nordic/battery/src/
Dbattery.c72 int16_t raw; member
112 .buffer = &ddp->raw, in divider_setup()
113 .buffer_size = sizeof(ddp->raw), in divider_setup()
183 int32_t val = ddp->raw; in battery_sample()
193 LOG_INF("raw %u ~ %u mV => %d mV\n", in battery_sample()
194 ddp->raw, val, rc); in battery_sample()
197 LOG_INF("raw %u ~ %u mV\n", ddp->raw, val); in battery_sample()
/Zephyr-latest/drivers/sensor/nxp/fxos8700/
Dfxos8700.c269 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-latest/subsys/tracing/include/
Dtracing_format_common.h37 * @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-latest/drivers/sensor/st/stm32_vref/
Dstm32_vref.c29 int16_t raw; /* raw adc Sensor value */ member
67 data->raw = data->sample_buffer; in stm32_vref_sample_fetch()
93 if (data->raw == 0) { in stm32_vref_channel_get()
94 LOG_ERR("Raw ADC value is zero"); in stm32_vref_channel_get()
112 vref = (cfg->cal_mv * (*cfg->cal_addr) >> 2) / data->raw; in stm32_vref_channel_get()
114 vref = cfg->cal_mv * (*cfg->cal_addr) / data->raw; in stm32_vref_channel_get()

12345678910>>...19