/Zephyr-latest/drivers/sensor/adi/adxl345/ |
D | adxl345_decoder.c | 89 uint32_t *fit, uint16_t max_count, void *data_out) in adxl345_decode_stream() argument 97 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in adxl345_decode_stream() 115 if ((uint8_t *)*fit >= buffer) { in adxl345_decode_stream() 116 sample_num = ((uint8_t *)*fit - buffer) / sample_set_size; in adxl345_decode_stream() 124 if ((uintptr_t)buffer < *fit) { in adxl345_decode_stream() 150 *fit = (uintptr_t)sample_end; in adxl345_decode_stream() 208 struct sensor_chan_spec chan_spec, uint32_t *fit, in adxl345_decode_sample() argument 213 if (*fit > 0) { in adxl345_decode_sample() 227 *fit = 1; in adxl345_decode_sample() 233 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/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/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/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/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 | 349 uint32_t *fit, uint16_t max_count, void *data_out) in icm42688_fifo_decode() argument 358 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in icm42688_fifo_decode() 385 if ((uintptr_t)buffer < *fit) { in icm42688_fifo_decode() 447 *fit = (uintptr_t)frame_end; in icm42688_fifo_decode() 454 uint32_t *fit, uint16_t max_count, void *data_out) in icm42688_one_shot_decode() argument 465 if (*fit != 0) { in icm42688_one_shot_decode() 504 *fit = 1; in icm42688_one_shot_decode() 539 *fit = 1; in icm42688_one_shot_decode() 563 *fit = 1; in icm42688_one_shot_decode() 572 uint32_t *fit, uint16_t max_count, void *data_out) in icm42688_decoder_decode() argument [all …]
|
/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/bosch/bma4xx/ |
D | bma4xx.c | 588 uint32_t *fit, uint16_t max_count, void *data_out) in bma4xx_one_shot_decode() argument 594 if (*fit != 0) { in bma4xx_one_shot_decode() 625 *fit = 1; in bma4xx_one_shot_decode() 645 *fit = 1; in bma4xx_one_shot_decode() 655 uint32_t *fit, uint16_t max_count, in bma4xx_decoder_decode() argument 665 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
|
/Zephyr-latest/drivers/sensor/ |
D | default_rtio_sensor.c | 466 uint32_t *fit, uint16_t max_count, void *data_out) in decode() argument 473 if (*fit != 0 || max_count < 1) { in decode() 520 *fit = 1; in decode()
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.sam_gmac | 69 filled in with incoming data. Their number has to be large enough to fit 74 fit at least two Ethernet frames: one being received by the GMAC module
|
/Zephyr-latest/include/zephyr/drivers/ |
D | sensor.h | 525 int (*decode)(const uint8_t *buffer, struct sensor_chan_spec channel, uint32_t *fit, 566 uint32_t fit; member 577 .fit = 0, \ 590 return ctx->decoder->decode(ctx->buffer, ctx->channel, &ctx->fit, max_count, out); in sensor_decode()
|
/Zephyr-latest/samples/subsys/demand_paging/ |
D | README.rst | 41 Calling huge body of code that doesn't fit in memory
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.net | 106 As each syslog message needs to fit to UDP packet, set this value 110 should be selected so that typical messages will fit the buffer.
|