- *\r
- * \note For non CONTROL type endpoints, use Endpoint_ClearIN() instead. \r
- */\r
- static inline void Endpoint_ClearControlIN(void);\r
- \r
- /** Acknowledges an OUT packet to the host on the currently selected CONTROL type endpoint, freeing\r
- * up the endpoint for the next packet.\r
- *\r
- * \ingroup Group_EndpointPacketManagement\r
- *\r
- * \note For non CONTROL type endpoints, use Endpoint_ClearOUT() instead.\r
- */\r
- static inline void Endpoint_ClearControlOUT(void);\r
- \r
- /** Sends an IN packet to the host on the currently selected non CONTROL type endpoint, freeing\r
- * up the endpoint for the next packet and switching to the alternative endpoint bank if double banked.\r
- *\r
- * \ingroup Group_EndpointPacketManagement\r
- *\r
- * \note For CONTROL type endpoints, use Endpoint_ClearControlIN() instead.\r