| /Zephyr-latest/drivers/sensor/adi/adxl345/ |
| D | adxl345_decoder.c | 103 uint32_t *fit, uint16_t max_count, void *data_out) in adxl345_decode_stream() argument 111 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in adxl345_decode_stream() 129 if ((uint8_t *)*fit >= buffer) { in adxl345_decode_stream() 130 sample_num = ((uint8_t *)*fit - buffer) / sample_set_size; in adxl345_decode_stream() 138 if ((uintptr_t)buffer < *fit) { in adxl345_decode_stream() 164 *fit = (uintptr_t)sample_end; in adxl345_decode_stream() 222 struct sensor_chan_spec chan_spec, uint32_t *fit, in adxl345_decode_sample() argument 232 if (*fit > 0) { in adxl345_decode_sample() 249 *fit = 1; in adxl345_decode_sample() 255 uint32_t *fit, uint16_t max_count, void *data_out) in adxl345_decoder_decode() argument [all …]
|
| /Zephyr-latest/drivers/sensor/adi/adxl372/ |
| D | adxl372_decoder.c | 36 uint32_t *fit, uint16_t max_count, void *data_out) in adxl372_decode_stream() argument 44 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in adxl372_decode_stream() 61 if ((uint8_t *)*fit >= buffer) { in adxl372_decode_stream() 62 sample_num = ((uint8_t *)*fit - buffer) / sample_set_size; in adxl372_decode_stream() 70 if ((uintptr_t)buffer < *fit) { in adxl372_decode_stream() 141 *fit = (uintptr_t)sample_end; in adxl372_decode_stream() 222 struct sensor_chan_spec chan_spec, uint32_t *fit, in adxl372_decode_sample() argument 227 if (*fit > 0) { in adxl372_decode_sample() 250 *fit = 1; in adxl372_decode_sample() 256 uint32_t *fit, uint16_t max_count, void *data_out) in adxl372_decoder_decode() argument [all …]
|
| /Zephyr-latest/drivers/sensor/adi/adxl362/ |
| D | adxl362_decoder.c | 68 uint32_t *fit, uint16_t max_count, void *data_out) in adxl362_decode_stream() argument 77 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in adxl362_decode_stream() 92 if ((uint8_t *)*fit >= buffer) { in adxl362_decode_stream() 93 sample_num = ((uint8_t *)*fit - buffer) / sample_set_size; in adxl362_decode_stream() 101 if ((uintptr_t)buffer < *fit) { in adxl362_decode_stream() 211 *fit = (uintptr_t)sample_end; in adxl362_decode_stream() 286 struct sensor_chan_spec chan_spec, uint32_t *fit, uint16_t max_count, void *data_out) in adxl362_decode_sample() argument 290 if (*fit > 0) { in adxl362_decode_sample() 316 *fit = 1; in adxl362_decode_sample() 322 uint32_t *fit, uint16_t max_count, void *data_out) in adxl362_decoder_decode() argument [all …]
|
| /Zephyr-latest/drivers/sensor/melexis/mlx90394/ |
| D | mlx90394_decoder.c | 73 uint32_t *fit, uint16_t max_count, void *data_out) in mlx90394_decoder_decode() argument 77 if (*fit != 0) { in mlx90394_decoder_decode() 102 *fit = 1; in mlx90394_decoder_decode() 111 *fit = 1; in mlx90394_decoder_decode()
|
| /Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/ |
| D | akm09918c_decoder.c | 54 uint32_t *fit, uint16_t max_count, void *data_out) in akm09918c_decoder_decode() argument 58 if (*fit != 0) { in akm09918c_decoder_decode() 76 *fit = 1; in akm09918c_decoder_decode()
|
| /Zephyr-latest/drivers/sensor/adi/adxl367/ |
| D | adxl367_decoder.c | 421 uint32_t *fit, uint16_t max_count, void *data_out, in adxl367_decode_12b_stream() argument 448 if ((uintptr_t)buffer < *fit) { in adxl367_decode_12b_stream() 496 *fit = (uintptr_t)sample_end; in adxl367_decode_12b_stream() 504 uint32_t *fit, uint16_t max_count, void *data_out) in adxl367_decode_stream() argument 512 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in adxl367_decode_stream() 527 count = adxl367_decode_12b_stream(buffer, chan_spec, fit, max_count, in adxl367_decode_stream() 531 if ((uint8_t *)*fit >= buffer) { in adxl367_decode_stream() 532 sample_num = ((uint8_t *)*fit - buffer) / packet_size; in adxl367_decode_stream() 540 if ((uintptr_t)buffer < *fit) { in adxl367_decode_stream() 582 *fit = (uintptr_t)sample_end; in adxl367_decode_stream() [all …]
|
| /Zephyr-latest/drivers/sensor/st/lsm6dsv16x/ |
| D | lsm6dsv16x_decoder.c | 256 uint32_t *fit, uint16_t max_count, void *data_out) in lsm6dsv16x_decode_fifo() argument 324 if ((uintptr_t)buffer < *fit) { in lsm6dsv16x_decode_fifo() 355 if ((uintptr_t)buffer < *fit) { in lsm6dsv16x_decode_fifo() 387 if ((uintptr_t)buffer < *fit) { in lsm6dsv16x_decode_fifo() 416 if ((uintptr_t)buffer < *fit) { in lsm6dsv16x_decode_fifo() 473 if ((uintptr_t)buffer < *fit) { in lsm6dsv16x_decode_fifo() 504 if ((uintptr_t)buffer < *fit) { in lsm6dsv16x_decode_fifo() 538 *fit = (uintptr_t)frame_end; in lsm6dsv16x_decode_fifo() 547 uint32_t *fit, uint16_t max_count, void *data_out) in lsm6dsv16x_decode_sample() argument 552 if (*fit != 0) { in lsm6dsv16x_decode_sample() [all …]
|
| /Zephyr-latest/drivers/sensor/tdk/icm45686/ |
| D | icm45686_decoder.c | 300 uint32_t *fit, in icm45686_one_shot_decode() argument 308 if (*fit != 0) { in icm45686_one_shot_decode() 347 *fit = 1; in icm45686_one_shot_decode() 378 *fit = 1; in icm45686_one_shot_decode() 465 uint32_t *fit, in icm45686_fifo_decode() argument 474 if (*fit >= edata->header.fifo_count || chan_spec.chan_idx != 0) { in icm45686_fifo_decode() 478 while (count < max_count && (*fit < edata->header.fifo_count)) { in icm45686_fifo_decode() 479 struct icm45686_encoded_fifo_payload *fdata = &frame_begin[*fit]; in icm45686_fifo_decode() 536 *fit = *fit + 1; in icm45686_fifo_decode() 545 uint32_t *fit, in icm45686_decoder_decode() argument [all …]
|
| /Zephyr-latest/drivers/sensor/bosch/bme280/ |
| D | bme280_decoder.c | 57 uint32_t *fit, uint16_t max_count, void *data_out) in bme280_decoder_decode() argument 61 if (*fit != 0) { in bme280_decoder_decode() 109 *fit = 1; in bme280_decoder_decode()
|
| /Zephyr-latest/drivers/sensor/tdk/icm42688/ |
| D | icm42688_decoder.c | 310 uint32_t *fit, uint16_t max_count, void *data_out) in icm42688_fifo_decode() argument 319 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in icm42688_fifo_decode() 346 if ((uintptr_t)buffer < *fit) { in icm42688_fifo_decode() 408 *fit = (uintptr_t)frame_end; in icm42688_fifo_decode() 415 uint32_t *fit, uint16_t max_count, void *data_out) in icm42688_one_shot_decode() argument 426 if (*fit != 0) { in icm42688_one_shot_decode() 461 *fit = 1; in icm42688_one_shot_decode() 493 *fit = 1; in icm42688_one_shot_decode() 502 uint32_t *fit, uint16_t max_count, void *data_out) in icm42688_decoder_decode() argument 508 return icm42688_fifo_decode(buffer, chan_spec, fit, max_count, data_out); in icm42688_decoder_decode() [all …]
|
| /Zephyr-latest/drivers/sensor/pixart/paa3905/ |
| D | paa3905_decoder.c | 131 uint32_t *fit, in paa3905_decoder_decode() argument 138 if (*fit != 0) { in paa3905_decoder_decode() 166 *fit = 1; in paa3905_decoder_decode() 187 *fit = 1; in paa3905_decoder_decode()
|
| /Zephyr-latest/drivers/sensor/memsic/mmc56x3/ |
| D | mmc56x3_decoder.c | 68 uint32_t *fit, uint16_t max_count, void *data_out) in mmc56x3_decoder_decode() argument 73 if (*fit != 0) { in mmc56x3_decoder_decode() 147 *fit = 1; in mmc56x3_decoder_decode()
|
| /Zephyr-latest/soc/nordic/nrf54h/ |
| D | Kconfig.defconfig.nrf54h20_cpuflpr | 9 # As FLPR has limited memory most of tests does not fit with asserts enabled.
|
| D | Kconfig.defconfig.nrf54h20_cpuppr | 12 # As PPR has limited memory most of tests does not fit with asserts enabled.
|
| /Zephyr-latest/soc/nordic/nrf92/ |
| D | Kconfig.defconfig.nrf9280_cpuppr | 15 # As FLPR has limited memory most of tests does not fit with asserts enabled.
|
| /Zephyr-latest/soc/nordic/nrf54l/ |
| D | Kconfig.defconfig.nrf54l_05_10_15_cpuflpr | 11 # As FLPR has limited memory most of tests does not fit with asserts enabled.
|
| /Zephyr-latest/boards/nordic/nrf9280pdk/ |
| D | Kconfig.defconfig | 17 # As PPR has limited memory most of tests does not fit with asserts enabled.
|
| /Zephyr-latest/drivers/sensor/maxim/ds3231/ |
| D | ds3231.c | 204 uint32_t *fit, uint16_t max_count, void *data_out) in sensor_ds3231_decoder_decode() argument 206 if (*fit != 0) { in sensor_ds3231_decoder_decode() 229 *fit = 1; in sensor_ds3231_decoder_decode()
|
| /Zephyr-latest/tests/boards/vmu_rt1170/icm42688/src/ |
| D | main.c | 60 uint32_t fit = 0; in callback() local 63 while (decoder->decode(buf, ch, &fit, 1, decoded_buffer) > 0) { in callback()
|
| /Zephyr-latest/drivers/sensor/bosch/bma4xx/ |
| D | bma4xx.c | 597 uint32_t *fit, uint16_t max_count, void *data_out) in bma4xx_one_shot_decode() argument 603 if (*fit != 0) { in bma4xx_one_shot_decode() 634 *fit = 1; in bma4xx_one_shot_decode() 654 *fit = 1; in bma4xx_one_shot_decode() 664 uint32_t *fit, uint16_t max_count, in bma4xx_decoder_decode() argument 674 return bma4xx_one_shot_decode(buffer, ch, fit, max_count, data_out); in bma4xx_decoder_decode()
|
| /Zephyr-latest/boards/shields/npm1300_ek/doc/ |
| D | index.rst | 15 The nPM1300 EK board is not designed to fit straight into an Arduino connector.
|
| /Zephyr-latest/boards/shields/npm1100_ek/doc/ |
| D | index.rst | 21 The nPM1100 EK board is not designed to fit straight into an Arduino connector.
|
| /Zephyr-latest/boards/shields/npm6001_ek/doc/ |
| D | index.rst | 21 The nPM6001 EK board is not designed to fit straight into an Arduino connector.
|
| /Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
| D | lcd_cli.rst | 11 version 1.1, and supports the functionality of reading pages of Composition Data that do not fit in
|
| /Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/ |
| D | Kconfig | 62 This value affects how much of data will fit into download buffer, 71 By default file chunk, that will be read off storage and fit into 72 MCUmgr frame, is automatically calculated to fit into buffer 86 number of bytes that, with all the required headers, will fit
|