Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 25 of 96) sorted by relevance

1234

/Zephyr-latest/samples/sensor/bme280/src/
Dmain.c78 decoder->decode(buf, in main()
85 decoder->decode(buf, in main()
92 decoder->decode(buf, in main()
/Zephyr-latest/samples/sensor/stream_fifo/src/
Dmain.c148 c = decoder->decode(buf, accel_chan, &accel_fit, 8, accel_data); in print_stream()
158 c = decoder->decode(buf, gyro_chan, &gyro_fit, 8, gyro_data); in print_stream()
168 c = decoder->decode(buf, temp_chan, &temp_fit, 4, temp_data); in print_stream()
177 c = decoder->decode(buf, rot_vector_chan, &rot_vect_fit, 8, rot_vect_data); in print_stream()
187 c = decoder->decode(buf, gravity_chan, &gravity_fit, 8, gravity_data); in print_stream()
197 c = decoder->decode(buf, gbias_chan, &gbias_fit, 8, gbias_data); in print_stream()
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dconftest.py103 ep = 'client_' + binascii.b2a_hex(os.urandom(1)).decode()
132 ep = 'client_' + binascii.b2a_hex(os.urandom(1)).decode()
141 logger.debug('Boostrap PSK: %s', binascii.b2a_hex(bs_passwd.encode()).decode())
142 logger.debug('PSK: %s', binascii.b2a_hex(passwd.encode()).decode())
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dmultiple_temp_polling.c83 decoder->decode(buf, {SENSOR_CHAN_AMBIENT_TEMP, 0}, in main()
85 decoder->decode(buf, {SENSOR_CHAN_AMBIENT_TEMP, 1}, in main()
Dindex.rst32 but rapidly stabilizing API :ref:`sensor-read-and-decode`. It's expected that
34 :ref:`sensor-read-and-decode`. Triggers are handled entirely differently for
35 :ref:`sensor-fetch-and-get` or :ref:`sensor-read-and-decode` and the
Daccel_stream.c93 decoder->decode(buf, {SENSOR_CHAN_ACCEL_XYZ, 0}, in main()
Dpower_management.rst18 In the future, with :ref:`sensor-read-and-decode` its possible that automatic management of device …
/Zephyr-latest/scripts/support/
Dquartus-flash.py97 sys.exit(cpe.output.decode("utf-8") +
116 sys.exit(cpe.output.decode("utf-8") +
/Zephyr-latest/samples/sensor/dht_polling/src/
Dmain.c76 decoder->decode(buf, in main()
83 decoder->decode(buf, in main()
/Zephyr-latest/doc/services/serialization/
Dindex.rst6 Zephyr has support for several data serialization subsystems. These can be used to encode/decode
/Zephyr-latest/subsys/bluetooth/services/
DKconfig.cts12 bool "Helper APIs to encode and decode CTS formatted time"
/Zephyr-latest/scripts/build/
Dfile2hex.py57 hexdata = codecs.encode(chunk, 'hex').decode("utf-8")
63 hexdata = codecs.encode(chunk, 'hex').decode("utf-8")
Duf2conv.py33 w = buf[0:30].decode("utf-8")
206 return b.decode("utf-8")
335 outbuf = convert_from_hex_to_uf2(inpbuf.decode("utf-8"))
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dremote-fw-service.py81 md5_tx = md5_tx_b.decode('utf-8')
93 recv_file = recv_file.decode('utf-8')
105 action = cmd.decode("utf-8")
131 action = cmd.decode("utf-8")
/Zephyr-latest/scripts/west_commands/
Dgtags.py88 project.git(["ls-files", "**"], capture_stdout=True).stdout.decode("utf-8").splitlines()
Dzcmake.py69 return out.decode(sys.getdefaultencoding()).splitlines()
303 decoded = version_out.decode('utf-8')
/Zephyr-latest/samples/modules/nanopb/
DREADME.rst12 The structured data to encode/decode is presented as follows:
/Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/
Dakm09918c_decoder.c88 .decode = akm09918c_decoder_decode,
/Zephyr-latest/doc/services/debugging/
Dcs_trace_defmt.rst10 decoded offline by the host but deformatter can be used on-chip to decode the data during
/Zephyr-latest/scripts/west_commands/runners/
Dbossac.py71 out = self.check_output([self.bossac, '--help']).decode()
74 out = ex.output.decode()
/Zephyr-latest/drivers/sensor/bosch/bme280/
Dbme280_decoder.c117 .decode = bme280_decoder_decode,
/Zephyr-latest/scripts/kconfig/
Dlint.py310 stdout = stdout.decode("utf-8", errors="ignore")
311 stderr = stderr.decode("utf-8")
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestsuite.py174 [name.decode("UTF-8") for name in ztest_suite_names]
213 achtung = ", ".join(sorted({match.decode() for match in achtung_matches},reverse = True))
269 (ts_name.decode("UTF-8"), tc_name.decode("UTF-8")) for ts_name, tc_name in testcase_names
/Zephyr-latest/drivers/sensor/melexis/mlx90394/
Dmlx90394_decoder.c122 .decode = mlx90394_decoder_decode,
/Zephyr-latest/drivers/sensor/
Ddefault_rtio_sensor.c483 static int decode(const uint8_t *buffer, struct sensor_chan_spec chan_spec, in decode() function
534 .decode = decode,

1234