Home
last modified time | relevance | path

Searched refs:max_sz (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/usb/device/
Dusb_dc_nrfx.c85 uint32_t max_sz; member
797 ep_ctx->cfg.max_sz); in usbd_work_process_recvreq()
1436 ep_ctx->cfg.max_sz = ep_cfg->ep_mps; in usb_dc_ep_configure()
1677 !(data_len % ep_ctx->cfg.max_sz)) { in usb_dc_ep_write()
1870 return ep_ctx->cfg.max_sz; in usb_dc_ep_mps()
/Zephyr-latest/include/zephyr/rtio/
Drtio.h767 size_t max_sz, uint8_t **buf, uint32_t *buf_len) in rtio_block_pool_alloc() argument
772 ARG_UNUSED(max_sz); in rtio_block_pool_alloc()
778 uint32_t bytes = max_sz; in rtio_block_pool_alloc()