|
1 | | -/** |
2 | | -\defgroup Defines |
3 | | -\brief Error and Event Codes |
4 | | -@{ |
5 | | -*/ |
6 | | - |
7 | | -/*=======0=========1=========2=========3=========4=========5=========6=========7=========8=========9=========0=========1====*/ |
8 | | -/** |
9 | | -\defgroup SDS_Errors SDS Error Codes |
10 | | -\brief SDS Player Error Codes |
11 | | -\details The following values are returned by most functions. |
12 | | -@{ |
13 | | -\def SDS_PLAY_OK |
14 | | -\def SDS_PLAY_ERROR |
15 | | -@} |
16 | | -*/ |
17 | | - |
18 | | -/*=======0=========1=========2=========3=========4=========5=========6=========7=========8=========9=========0=========1====*/ |
19 | | -/** |
20 | | -\defgroup SDS_Event_Codes SDS Event Codes |
21 | | -\brief SDS Player Event Codes |
22 | | -\details The following values are passed as event value to \ref sdsPlayEvent_t. |
23 | | -@{ |
24 | | -\def SDS_PLAY_EVENT_IO_ERROR |
25 | | -@} |
26 | | -*/ |
27 | | - |
28 | | -/** |
29 | | -@} |
30 | | -/ |
31 | | - |
32 | | - |
33 | 1 | /*=======0=========1=========2=========3=========4=========5=========6=========7=========8=========9=========0=========1====*/ |
34 | 2 | /** |
35 | 3 | \defgroup SDS_Circular_Buffer SDS Circular Buffer |
36 | 4 | \brief sds.h: SDS circular buffer handling for data streams |
37 | 5 | \details |
38 | 6 | The stream data is written to and read from a circular buffer allocated in RAM. Event callback function which is triggered on data threshold reached can be registered. |
39 | | - |
40 | 7 | @{ |
41 | 8 | */ |
| 9 | + |
42 | 10 | /** |
43 | 11 | \typedef sdsId_t |
44 | 12 | \details |
|
99 | 67 | /** |
100 | 68 | @} |
101 | 69 | */ |
| 70 | + |
102 | 71 | // end group SDS_Circular_Buffer |
103 | 72 |
|
104 | 73 |
|
@@ -320,3 +289,34 @@ todo |
320 | 289 | */ |
321 | 290 | // end group SDS_Player |
322 | 291 |
|
| 292 | +/*=======0=========1=========2=========3=========4=========5=========6=========7=========8=========9=========0=========1====*/ |
| 293 | +/** |
| 294 | +\defgroup Defines |
| 295 | +\brief Error and Event Codes |
| 296 | +@{ |
| 297 | +*/ |
| 298 | + |
| 299 | +/** |
| 300 | +\defgroup SDS_Errors SDS Error Codes |
| 301 | +\brief SDS Player Error Codes |
| 302 | +\details The following values are returned by most functions. |
| 303 | +@{ |
| 304 | +\def SDS_PLAY_OK |
| 305 | +\def SDS_PLAY_ERROR |
| 306 | +@} |
| 307 | +*/ |
| 308 | + |
| 309 | +/** |
| 310 | +\defgroup SDS_Event_Codes SDS Event Codes |
| 311 | +\brief SDS Player Event Codes |
| 312 | +\details The following values are passed as event value to \ref sdsPlayEvent_t. |
| 313 | +@{ |
| 314 | +\def SDS_PLAY_EVENT_IO_ERROR |
| 315 | +@} |
| 316 | +*/ |
| 317 | + |
| 318 | +/** |
| 319 | +@} |
| 320 | +*/ |
| 321 | +// end group Defines |
| 322 | + |
0 commit comments