Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/fsdev/
A Dusb_fsdev_reg.h1499 (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) \ argument
1520 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 …]
/components/drivers/include/drivers/
A Dusb_common.h398 rt_uint16_t wCount; member
A Dusb_device.h434 header.wCount = number_of_proerty; in usbd_os_proerty_descriptor_send()

Completed in 13 milliseconds