Searched refs:wNBlocks (Results 1 – 1 of 1) sorted by relevance
1497 #define PCD_CALC_BLK32(pdwReg, wCount, wNBlocks) \ argument1499 (wNBlocks) = (wCount) >> 5; \1502 (wNBlocks)--; \1504 *(pdwReg) = (uint16_t)(((wNBlocks) << 10) | USB_CNTRX_BLSIZE); \1507 #define PCD_CALC_BLK2(pdwReg, wCount, wNBlocks) \ argument1509 (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