aboutsummaryrefslogtreecommitdiffstats
path: root/include/gaudin
diff options
context:
space:
mode:
Diffstat (limited to 'include/gaudin')
-rw-r--r--include/gaudin/lld/gaudin_lld.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/gaudin/lld/gaudin_lld.h b/include/gaudin/lld/gaudin_lld.h
index 0a4bce3d..6512c61c 100644
--- a/include/gaudin/lld/gaudin_lld.h
+++ b/include/gaudin/lld/gaudin_lld.h
@@ -61,7 +61,13 @@ typedef struct gaudin_params_t {
*
* @{
*/
+
+/**
+ * @param[in] buffer The buffer
+ * @param[in] n The amount of samples
+ * */
extern void GAUDIN_ISR_CompleteI(audin_sample_t *buffer, size_t n);
+
extern void GAUDIN_ISR_ErrorI(void);
/**
* @}
@@ -78,6 +84,8 @@ extern "C" {
/**
* @brief Initialise the driver
*
+ * @param[in] paud Initialisation parameters
+ *
* @api
*/
void gaudin_lld_init(const gaudin_params *paud);