mirror of
https://github.com/hathach/tinyusb.git
synced 2026-04-01 04:13:25 +00:00
Update documentation
This commit is contained in:
@ -189,13 +189,13 @@ Class Driver Interface
|
||||
See ``usbd.c``.
|
||||
|
||||
**Required Functions**:
|
||||
- ``init()``: Initialize class driver
|
||||
- ``reset()``: Reset class state
|
||||
- ``open()``: Configure class endpoints
|
||||
- ``control_xfer_cb()``: Handle control requests
|
||||
- ``xfer_cb()``: Handle data transfer completion
|
||||
|
||||
**Optional Functions**:
|
||||
- ``init()``: Initialize class driver
|
||||
- ``close()``: Clean up class resources
|
||||
- ``deinit()``: Deinitialize class driver
|
||||
- ``sof()``: Start-of-frame processing
|
||||
|
||||
Reference in New Issue
Block a user