/Zephyr-latest/drivers/eeprom/ |
D | eeprom_mb85rcxx.c | 22 size_t size; member
|
/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/ |
D | main.c | 24 static uint8_t cal_checksum(const uint8_t *const buffer, const uint16_t size) in cal_checksum()
|
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_assert.h | 395 #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/ |
D | usbd_hid.c | 238 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()
|
D | usbd_dfu.c | 647 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/ |
D | dap_backend_usb.c | 131 size_t size; in dap_func_buf_alloc() local
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_esp32.c | 99 const void *data, int size) in esp32_ipm_send()
|
/Zephyr-latest/arch/x86/core/ |
D | fatal.c | 48 bool z_x86_check_stack_bounds(uintptr_t addr, size_t size, uint16_t cs) in z_x86_check_stack_bounds()
|
D | pcie.c | 45 size_t size; in pcie_mm_init() local
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_ifx_cyw208xx.c | 114 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/ |
D | led.c | 63 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/ |
D | main.cpp | 105 void *allocateHeap(const size_t size) in allocateHeap()
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_pca_series.c | 307 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/ |
D | uart_miv.c | 203 int size) in uart_miv_fifo_fill() 217 const int size) in uart_miv_fifo_read()
|
D | uart_sedi.c | 322 int size) in uart_sedi_fifo_fill() 337 const int size) in uart_sedi_fifo_read()
|
/Zephyr-latest/include/zephyr/sys/ |
D | util.h | 502 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/ |
D | dma_stm32_bdma.c | 461 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/ |
D | test_pipe.c | 51 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/ |
D | nrf_usbd_common.c | 358 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/ |
D | ots.h | 538 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/ |
D | dai-params-intel-ipc4.h | 75 uint32_t size; member 345 uint32_t size; member 362 uint32_t size; member
|
/Zephyr-latest/tests/drivers/uart/uart_emul/src/ |
D | device.c | 270 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/ |
D | cache_coex.c | 78 static int do_erase(off_t offset, size_t size) in do_erase()
|
/Zephyr-latest/subsys/usb/device/class/netusb/ |
D | function_ecm.c | 275 static void ecm_read_cb(uint8_t ep, int size, void *priv) in ecm_read_cb()
|
/Zephyr-latest/subsys/usb/device/ |
D | usb_transfer.c | 306 static void usb_transfer_sync_cb(uint8_t ep, int size, void *priv) in usb_transfer_sync_cb()
|