/Zephyr-Core-3.4.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.4.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.4.0/samples/subsys/zbus/runtime_obs_registration/ |
D | README.rst | 31 I: >-- Raw data fetched 34 I: >-- Raw data fetched 37 I: >-- Raw data fetched 40 I: >-- Raw data fetched 43 I: >-- Raw data fetched 48 I: >-- Raw data fetched 50 I: >-- Raw data fetched 52 I: >-- Raw data fetched 54 I: >-- Raw data fetched 56 I: >-- Raw data fetched [all …]
|
/Zephyr-Core-3.4.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.4.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.4.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.4.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)]
|
D | edtlib.py | 136 raw: 144 Note that this is the raw value from the binding where it can be 145 a string or a list. Use "buses" instead unless you need the raw 165 raw: Any = None, require_compatible: bool = True, 177 raw: 178 Optional raw content in the binding. 198 if raw is None: 200 _err("you must provide either a 'path' or a 'raw' argument") 202 raw = yaml.load(f, Loader=_BindingLoader) 204 # Merge any included files into self.raw. This also pulls in [all …]
|
/Zephyr-Core-3.4.0/dts/bindings/kscan/ |
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.4.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.4.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.4.0/subsys/modbus/ |
D | Kconfig | 57 bool "Modbus raw ADU support" 59 Enable Modbus raw ADU support. 62 int "Number of raw ADU instances" 66 Number of raw ADU instances.
|
/Zephyr-Core-3.4.0/samples/shields/x_nucleo_iks02a1/microphone/ |
D | README.rst | 92 must be configured in raw mode to avoid having 98 stty -F /dev/ttyACM0 115200 raw 99 cat /dev/ttyACM0 > /tmp/sound.raw 100 dos2unix -f /tmp/sound.raw 110 The /tmp/sound.raw file final size should result exactly of 32000 byte, but sometimes may 115 dd if=sound.raw of=sound_clean.raw bs=1 skip=1 150 Now that we have a binary PCM file (say sound.raw), you can use, 153 Use the 'Import->Raw Data' menu to load the sound.raw file as
|
/Zephyr-Core-3.4.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.4.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.4.0/drivers/sensor/stm32_vref/ |
D | stm32_vref.c | 26 int16_t raw; /* raw adc Sensor value */ member 54 data->raw = data->sample_buffer; in stm32_vref_sample_fetch() 74 if (data->raw == 0) { in stm32_vref_channel_get() 75 LOG_ERR("Raw ADC value is zero"); in stm32_vref_channel_get() 89 vref = cfg->cal_mv * (*cfg->cal_addr) / data->raw; in stm32_vref_channel_get()
|
/Zephyr-Core-3.4.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.4.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.4.0/modules/ |
D | Kconfig.syst | 19 bool "output MIPI SyS-T raw data packet" 21 This option outputs MIPI SyS-T raw data packet
|
/Zephyr-Core-3.4.0/samples/boards/nrf/battery/src/ |
D | battery.c | 72 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-Core-3.4.0/subsys/sd/ |
D | mmc.c | 84 static inline void mmc_decode_ext_csd(struct mmc_ext_csd *ext_csd, uint8_t *raw); 600 static inline void mmc_decode_ext_csd(struct mmc_ext_csd *ext, uint8_t *raw) in mmc_decode_ext_csd() argument 603 (raw[215U] << 24U) + (raw[214U] << 16U) + (raw[213U] << 8U) + (raw[212U] << 0U); in mmc_decode_ext_csd() 604 ext->bus_width = raw[183U]; in mmc_decode_ext_csd() 605 ext->hs_timing = raw[185U]; in mmc_decode_ext_csd() 606 ext->device_type.MMC_HS400_DDR_1200MV = ((1 << 7U) & raw[196U]); in mmc_decode_ext_csd() 607 ext->device_type.MMC_HS400_DDR_1800MV = ((1 << 6U) & raw[196U]); in mmc_decode_ext_csd() 608 ext->device_type.MMC_HS200_SDR_1200MV = ((1 << 5U) & raw[196U]); in mmc_decode_ext_csd() 609 ext->device_type.MMC_HS200_SDR_1800MV = ((1 << 4U) & raw[196U]); in mmc_decode_ext_csd() 610 ext->device_type.MMC_HS_DDR_1200MV = ((1 << 3U) & raw[196U]); in mmc_decode_ext_csd() [all …]
|
/Zephyr-Core-3.4.0/drivers/sensor/mcp970x/ |
D | mcp970x.c | 36 int16_t raw; member 61 int32_t raw_val = data->raw; in get() 88 LOG_DBG("%d of %d, %dmV, %dmC", data->raw, (1 << data->sequence.resolution) - 1, raw_val, in get() 122 data->sequence.buffer = &data->raw; in init() 123 data->sequence.buffer_size = sizeof(data->raw); in init()
|
/Zephyr-Core-3.4.0/samples/sensor/ti_hdc/ |
D | README.rst | 57 Raw Temp = 25144, Temp = 23.305053 C, Raw RH = 32292, RH = 49.273681 % 59 Raw Temp = 25148, Temp = 23.315124 C, Raw RH = 32424, RH = 49.475097 %
|