| /Zephyr-latest/samples/sensor/bme280/src/ | 
| D | main.c | 78 		decoder->decode(buf,  in main() 85 		decoder->decode(buf,  in main() 92 		decoder->decode(buf,  in main()
  | 
| /Zephyr-latest/samples/sensor/stream_fifo/src/ | 
| D | main.c | 148 			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/ | 
| D | conftest.py | 103     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/ | 
| D | multiple_temp_polling.c | 83 			decoder->decode(buf, {SENSOR_CHAN_AMBIENT_TEMP, 0},  in main() 85 			decoder->decode(buf, {SENSOR_CHAN_AMBIENT_TEMP, 1},  in main()
  | 
| D | index.rst | 32    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
  | 
| D | accel_stream.c | 93 			decoder->decode(buf, {SENSOR_CHAN_ACCEL_XYZ, 0},  in main()
  | 
| D | power_management.rst | 18 In the future, with :ref:`sensor-read-and-decode` its possible that automatic management of device …
  | 
| /Zephyr-latest/scripts/support/ | 
| D | quartus-flash.py | 97             sys.exit(cpe.output.decode("utf-8") + 116             sys.exit(cpe.output.decode("utf-8") +
  | 
| /Zephyr-latest/samples/sensor/dht_polling/src/ | 
| D | main.c | 76 			decoder->decode(buf,  in main() 83 			decoder->decode(buf,  in main()
  | 
| /Zephyr-latest/doc/services/serialization/ | 
| D | index.rst | 6 Zephyr has support for several data serialization subsystems. These can be used to encode/decode
  | 
| /Zephyr-latest/subsys/bluetooth/services/ | 
| D | Kconfig.cts | 12 	bool "Helper APIs to encode and decode CTS formatted time"
  | 
| /Zephyr-latest/scripts/build/ | 
| D | file2hex.py | 57     hexdata = codecs.encode(chunk, 'hex').decode("utf-8") 63     hexdata = codecs.encode(chunk, 'hex').decode("utf-8")
  | 
| D | uf2conv.py | 33         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/ | 
| D | remote-fw-service.py | 81         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/ | 
| D | gtags.py | 88             project.git(["ls-files", "**"], capture_stdout=True).stdout.decode("utf-8").splitlines()
  | 
| D | zcmake.py | 69             return out.decode(sys.getdefaultencoding()).splitlines() 303     decoded = version_out.decode('utf-8')
  | 
| /Zephyr-latest/samples/modules/nanopb/ | 
| D | README.rst | 12 The structured data to encode/decode is presented as follows:
  | 
| /Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/ | 
| D | akm09918c_decoder.c | 88 	.decode = akm09918c_decoder_decode,
  | 
| /Zephyr-latest/doc/services/debugging/ | 
| D | cs_trace_defmt.rst | 10 decoded offline by the host but deformatter can be used on-chip to decode the data during
  | 
| /Zephyr-latest/scripts/west_commands/runners/ | 
| D | bossac.py | 71             out = self.check_output([self.bossac, '--help']).decode() 74             out = ex.output.decode()
  | 
| /Zephyr-latest/drivers/sensor/bosch/bme280/ | 
| D | bme280_decoder.c | 117 	.decode = bme280_decoder_decode,
  | 
| /Zephyr-latest/scripts/kconfig/ | 
| D | lint.py | 310     stdout = stdout.decode("utf-8", errors="ignore") 311     stderr = stderr.decode("utf-8")
  | 
| /Zephyr-latest/scripts/pylib/twister/twisterlib/ | 
| D | testsuite.py | 174         [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/ | 
| D | mlx90394_decoder.c | 122 	.decode = mlx90394_decoder_decode,
  | 
| /Zephyr-latest/drivers/sensor/ | 
| D | default_rtio_sensor.c | 483 static int decode(const uint8_t *buffer, struct sensor_chan_spec chan_spec,  in decode()  function 534 	.decode = decode,
  |