/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/drivers/sensor/bosch/bme280/ |
D | bme280_decoder.c | 100 uint32_t *fit, uint16_t max_count, void *data_out) in bme280_decoder_decode() argument 104 if (*fit != 0) { in bme280_decoder_decode() 145 *fit = 1; in bme280_decoder_decode()
|
/Zephyr-Core-3.7.0/tests/drivers/spi/spi_controller_peripheral/boards/ |
D | nrf54h20dk_nrf54h20_cpurad.overlay | 8 /* Increase dma region to fit dmm heap. */
|
/Zephyr-Core-3.7.0/drivers/sensor/bosch/bma4xx/ |
D | bma4xx.c | 583 uint32_t *fit, uint16_t max_count, void *data_out) in bma4xx_one_shot_decode() argument 589 if (*fit != 0) { in bma4xx_one_shot_decode() 620 *fit = 1; in bma4xx_one_shot_decode() 640 *fit = 1; in bma4xx_one_shot_decode() 650 uint32_t *fit, uint16_t max_count, in bma4xx_decoder_decode() argument 660 return bma4xx_one_shot_decode(buffer, ch, fit, max_count, data_out); in bma4xx_decoder_decode()
|
/Zephyr-Core-3.7.0/boards/shields/npm1300_ek/doc/ |
D | index.rst | 15 The nPM1300 EK board is not designed to fit straight into an Arduino connector.
|
/Zephyr-Core-3.7.0/boards/shields/npm1100_ek/doc/ |
D | index.rst | 21 The nPM1100 EK board is not designed to fit straight into an Arduino connector.
|
/Zephyr-Core-3.7.0/boards/shields/npm6001_ek/doc/ |
D | index.rst | 21 The nPM6001 EK board is not designed to fit straight into an Arduino connector.
|
/Zephyr-Core-3.7.0/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
|
D | lcd_srv.rst | 12 not fit in a Config Composition Data Status message and to expose metadata of the model instances.
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/drivers/sensor/ |
D | default_rtio_sensor.c | 461 uint32_t *fit, uint16_t max_count, void *data_out) in decode() argument 468 if (*fit != 0 || max_count < 1) { in decode() 515 *fit = 1; in decode()
|
/Zephyr-Core-3.7.0/drivers/ethernet/ |
D | Kconfig.sam_gmac | 68 filled in with incoming data. Their number has to be large enough to fit 73 fit at least two Ethernet frames: one being received by the GMAC module
|
/Zephyr-Core-3.7.0/include/zephyr/drivers/ |
D | sensor.h | 516 int (*decode)(const uint8_t *buffer, struct sensor_chan_spec channel, uint32_t *fit, 557 uint32_t fit; member 568 .fit = 0, \ 581 return ctx->decoder->decode(ctx->buffer, ctx->channel, &ctx->fit, max_count, out); in sensor_decode()
|
/Zephyr-Core-3.7.0/samples/net/zperf/ |
D | README.rst | 41 sample does not fit into target platform RAM, reduce the following configs:
|
/Zephyr-Core-3.7.0/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.
|
D | Kconfig.rtt | 26 bool "Drop messages that do not fit in up-buffer."
|
/Zephyr-Core-3.7.0/lib/heap/ |
D | Kconfig | 39 smallest chunk level (the one that might not fit the 46 properties ("most" allocations that fit will succeed) but
|
/Zephyr-Core-3.7.0/doc/hardware/arch/ |
D | semihost.rst | 24 of code across datasets that are larger than what can fit into ROM of an
|
/Zephyr-Core-3.7.0/drivers/timer/ |
D | Kconfig.cortex_m_systick | 40 are performed only on counter interval values that always fit in
|
/Zephyr-Core-3.7.0/subsys/lorawan/services/ |
D | Kconfig | 110 The fragment has to fit into the LoRaWAN payload, which can be up to 131 The fragment has to fit into the LoRaWAN payload, which can be up to
|
/Zephyr-Core-3.7.0/arch/x86/core/ |
D | Kconfig.intel64 | 29 support limited call-tree depth and must fit into the low core,
|
/Zephyr-Core-3.7.0/lib/os/ |
D | Kconfig.cbprintf | 46 bool "Convert only integer values that fit in 32 bits" 61 cannot fit will be silently truncated.
|
/Zephyr-Core-3.7.0/samples/modules/tflite-micro/magic_wand/train/ |
D | train.py | 140 model.fit(
|
/Zephyr-Core-3.7.0/soc/espressif/esp32s3/ |
D | default.ld | 56 * (esp_img_header + (n*esp_seg_headers)) would fit */ 225 ASSERT((_rtc_slow_length <= LENGTH(rtc_slow_seg)), "RTC_SLOW segment data does not fit.") 226 ASSERT((_rtc_fast_length <= LENGTH(rtc_data_seg)), "RTC_FAST segment data does not fit.") 734 …SERT(((__bss_end - ORIGIN(dram0_0_seg)) <= LENGTH(dram0_0_seg)), "DRAM segment data does not fit.") 944 "IRAM0 segment data does not fit.") 947 "DRAM segment data does not fit.")
|