Home
last modified time | relevance | path

Searched defs:size (Results 526 – 550 of 782) sorted by relevance

1...<<21222324252627282930>>...32

/Zephyr-latest/drivers/eeprom/
Deeprom_mb85rcxx.c22 size_t size; member
/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/
Dmain.c24 static uint8_t cal_checksum(const uint8_t *const buffer, const uint16_t size) in cal_checksum()
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_assert.h395 #define zassert_mem_equal__(buf, exp, size, ...) \ argument
573 #define zassume_mem_equal__(buf, exp, size, ...) \ argument
717 #define zexpect_mem_equal(buf, exp, size, ...) \ argument
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_hid.c238 const size_t size = setup->wLength; in handle_get_report() local
502 const uint16_t size, void *const data, in hid_buf_alloc_ext()
565 const uint16_t size, const uint8_t *const report) in hid_dev_submit_report()
Dusbd_dfu.c647 uint16_t size = MIN(setup->wLength, net_buf_tailroom(buf)); in handle_upload() local
671 uint16_t size = MIN(setup->wLength, buf->len); in handle_download() local
/Zephyr-latest/subsys/dap/
Ddap_backend_usb.c131 size_t size; in dap_func_buf_alloc() local
/Zephyr-latest/drivers/ipm/
Dipm_esp32.c99 const void *data, int size) in esp32_ipm_send()
/Zephyr-latest/arch/x86/core/
Dfatal.c48 bool z_x86_check_stack_bounds(uintptr_t addr, size_t size, uint16_t cs) in z_x86_check_stack_bounds()
Dpcie.c45 size_t size; in pcie_mm_init() local
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_ifx_cyw208xx.c114 static int cyw208xx_bt_firmware_download(const uint8_t *firmware_image, uint32_t size) in cyw208xx_bt_firmware_download()
/Zephyr-latest/samples/net/openthread/coap/src/
Dled.c63 static int led_handler_put(void *ctx, uint8_t *buf, int size) in led_handler_put()
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/
Dmain.cpp105 void *allocateHeap(const size_t size) in allocateHeap()
/Zephyr-latest/drivers/gpio/
Dgpio_pca_series.c307 uint32_t size = gpio_pca_series_reg_size(dev, reg_type); in gpio_pca_series_reg_read() local
349 uint32_t size = gpio_pca_series_reg_size(dev, reg_type); in gpio_pca_series_reg_write() local
509 uint32_t size = gpio_pca_series_reg_size(dev, reg_type); in gpio_pca_series_reg_cache_read() local
545 uint32_t size = gpio_pca_series_reg_size(dev, reg_type); in gpio_pca_series_reg_cache_update() local
/Zephyr-latest/drivers/serial/
Duart_miv.c203 int size) in uart_miv_fifo_fill()
217 const int size) in uart_miv_fifo_read()
Duart_sedi.c322 int size) in uart_sedi_fifo_fill()
337 const int size) in uart_sedi_fifo_read()
/Zephyr-latest/include/zephyr/sys/
Dutil.h502 static inline void bytecpy(void *dst, const void *src, size_t size) in bytecpy()
521 static inline void byteswp(void *a, void *b, size_t size) in byteswp()
/Zephyr-latest/drivers/dma/
Ddma_stm32_bdma.c461 static bool bdma_stm32_is_valid_memory_address(const uint32_t address, const uint32_t size) in bdma_stm32_is_valid_memory_address()
679 size_t size) in bdma_stm32_reload()
/Zephyr-latest/tests/kernel/pipe/deprecated/pipe/src/
Dtest_pipe.c51 uint32_t size; member
122 uint32_t rx_buffer_check(char *buffer, uint32_t size) in rx_buffer_check()
/Zephyr-latest/drivers/usb/common/nrf_usbd_common/
Dnrf_usbd_common.c358 size_t size = p_transfer->size; in nrf_usbd_common_consumer() local
1382 void nrf_usbd_common_ep_max_packet_size_set(nrf_usbd_common_ep_t ep, uint16_t size) in nrf_usbd_common_ep_max_packet_size_set()
1523 size_t size = NRF_USBD->SIZE.ISOOUT; in nrf_usbd_common_epout_size_get() local
/Zephyr-latest/include/zephyr/bluetooth/services/
Dots.h538 struct bt_ots_obj_size size; member
561 uint32_t size; member
594 struct bt_ots_obj_size size; member
/Zephyr-latest/drivers/dai/intel/ssp/
Ddai-params-intel-ipc4.h75 uint32_t size; member
345 uint32_t size; member
362 uint32_t size; member
/Zephyr-latest/tests/drivers/uart/uart_emul/src/
Ddevice.c270 static void uart_dummy_emul_tx_ready(const struct device *dev, size_t size, in uart_dummy_emul_tx_ready()
/Zephyr-latest/tests/boards/espressif/cache_coex/src/
Dcache_coex.c78 static int do_erase(off_t offset, size_t size) in do_erase()
/Zephyr-latest/subsys/usb/device/class/netusb/
Dfunction_ecm.c275 static void ecm_read_cb(uint8_t ep, int size, void *priv) in ecm_read_cb()
/Zephyr-latest/subsys/usb/device/
Dusb_transfer.c306 static void usb_transfer_sync_cb(uint8_t ep, int size, void *priv) in usb_transfer_sync_cb()

1...<<21222324252627282930>>...32