Searched defs:decode (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-4.3.0/drivers/adc/ |
| D | default_rtio_adc.c | 310 static int decode(const uint8_t *buffer, uint32_t channel, uint32_t *fit, in decode() function
|
| /Zephyr-4.3.0/drivers/sensor/ |
| D | default_rtio_sensor.c | 483 static int decode(const uint8_t *buffer, struct sensor_chan_spec chan_spec, in decode() function
|
| /Zephyr-4.3.0/include/zephyr/drivers/ |
| D | adc.h | 848 int (*decode)(const uint8_t *buffer, uint32_t channel, uint32_t *fit, member
|
| D | sensor.h | 546 int (*decode)(const uint8_t *buffer, struct sensor_chan_spec chan_spec, uint32_t *fit, member
|