update readme

This commit is contained in:
sakumisu
2022-07-03 22:14:23 +08:00
parent 3d615a1c66
commit 174a07fb89
5 changed files with 18 additions and 49 deletions

View File

@@ -229,15 +229,6 @@ int usbd_ep_read_async(const uint8_t ep, uint8_t *data, uint32_t data_len);
*/
uint32_t usbd_ep_get_read_len(const uint8_t ep);
/**
* @brief Check if in ep transfers done.
*
* @param[in] ep Endpoint address corresponding to the one
* listed in the device configuration table
* @return true means transfer completely.Otherwise not.
*/
bool usbd_ep_is_complete(const uint8_t ep);
/**
* @brief Get endpoint max packet size.
*