Added documentation for the constants and enums of the new StillImage Host Class driver added to the library so far.
This commit is contained in:
parent
5908e28e8d
commit
0e2ffebb82
3 changed files with 37 additions and 27 deletions
|
@ -138,6 +138,8 @@
|
|||
#define SI_FOUND_DATAPIPE_IN (1 << 1)
|
||||
#define SI_FOUND_DATAPIPE_OUT (1 << 2)
|
||||
|
||||
#define COMMAND_DATA_TIMEOUT_MS 5000
|
||||
|
||||
/* Function Prototypes: */
|
||||
#if defined(INCLUDE_FROM_SI_CLASS_HOST_C)
|
||||
static uint8_t DComp_SI_Host_NextSIInterface(void* CurrentDescriptor) ATTR_NON_NULL_PTR_ARG(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue