URL
https://opencores.org/ocsvn/gecko3/gecko3/trunk
Show entire file |
Details |
Blame |
View Log
Rev 9 |
Rev 32 |
Line 35... |
Line 35... |
/** Stall the endpoint 0
|
/** Stall the endpoint 0
|
*/
|
*/
|
void fx2_stall_ep0 (void);
|
void fx2_stall_ep0 (void);
|
|
|
/**
|
/**
|
* Resets the data toggle bit of the endpoint ep
|
* \brief Resets the data toggle bit of the endpoint ep
|
*
|
*
|
* \detail A description of the function and purpose of the toggle bit and
|
* A description of the function and purpose of the toggle bit and
|
when the firmware has to reset it is in the EZ-USB Technical
|
* when the firmware has to reset it is in the EZ-USB Technical
|
Reference Manual. Chapter 8 Page 16
|
* Reference Manual. Chapter 8 Page 16
|
* \param[in] ep Endpoint number
|
* \param[in] ep Endpoint number
|
*/
|
*/
|
void fx2_reset_data_toggle (unsigned char ep);
|
void fx2_reset_data_toggle (unsigned char ep);
|
|
|
/* Renumerate the FX2. This means a disconnect and reconnect from the USB bus */
|
/** \brief Renumerate the FX2.
|
|
* This means a disconnect and reconnect from the USB bus */
|
void fx2_renumerate (void);
|
void fx2_renumerate (void);
|
|
|
|
|
|
|
#endif /* _FX2UTILS_H_ */
|
#endif /* _FX2UTILS_H_ */
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.