Home
last modified time | relevance | path

Searched refs:IS_UDC_ALIGNED (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/usb/
Dudc_buf.h71 #define IS_UDC_ALIGNED(buf) IS_ALIGNED(buf, UDC_BUF_ALIGN) macro
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_hid.c508 __ASSERT(IS_UDC_ALIGNED(data), "Application provided unaligned buffer"); in hid_buf_alloc_ext()
Dusbd_uac2.c226 __ASSERT(IS_UDC_ALIGNED(data), "Application provided unaligned buffer"); in uac2_buf_alloc()