Searched refs:EP0R (Results 1 – 1 of 1) sorted by relevance
16 …__IO uint16_t EP0R; /*!< USB Endpoint 0 register, Address offset… member1150 #define PCD_SET_ENDPOINT(USBx, bEpNum, wRegValue) (*(__IO uint16_t *)(&(USBx)->EP0R + ((bEpNum) * …1153 #define PCD_GET_ENDPOINT(USBx, bEpNum) (*(__IO uint16_t *)(&(USBx)->EP0R + ((bEpNum) * …
Completed in 9 milliseconds