Searched refs:wCount (Results 1 – 3 of 3) sorted by relevance
1499 (wNBlocks) = (wCount) >> 5; \1500 if (((wCount) & 0x1fU) == 0U) \1509 (wNBlocks) = (wCount) >> 1; \1510 if (((wCount) & 0x1U) != 0U) \1517 #define PCD_SET_EP_CNT_RX_REG(pdwReg, wCount) \ argument1520 if ((wCount) == 0U) \1525 else if((wCount) <= 62U) \1542 PCD_SET_EP_CNT_RX_REG(pdwReg, (wCount)); \1559 *_wRegVal = (uint16_t)(wCount); \1569 PCD_SET_EP_CNT_RX_REG(_wRegVal, (wCount)); \[all …]
398 rt_uint16_t wCount; member
434 header.wCount = number_of_proerty; in usbd_os_proerty_descriptor_send()
Completed in 13 milliseconds