Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/fsdev/
A Dusb_fsdev_reg.h1497 #define PCD_CALC_BLK32(pdwReg, wCount, wNBlocks) \ argument
1499 (wNBlocks) = (wCount) >> 5; \
1502 (wNBlocks)--; \
1504 *(pdwReg) = (uint16_t)(((wNBlocks) << 10) | USB_CNTRX_BLSIZE); \
1507 #define PCD_CALC_BLK2(pdwReg, wCount, wNBlocks) \ argument
1509 (wNBlocks) = (wCount) >> 1; \
1512 (wNBlocks)++; \
1514 *(pdwReg) = (uint16_t)((wNBlocks) << 10); \
1519 uint32_t wNBlocks; \
1527 PCD_CALC_BLK2((pdwReg), (wCount), wNBlocks); \
[all …]

Completed in 9 milliseconds