diff --git a/doxygen/ad405x__iio_2app_2app__config__stm32_8c.html b/doxygen/ad405x__iio_2app_2app__config__stm32_8c.html
index fcf6aac7..918790b9 100644
--- a/doxygen/ad405x__iio_2app_2app__config__stm32_8c.html
+++ b/doxygen/ad405x__iio_2app_2app__config__stm32_8c.html
@@ -122,7 +122,7 @@
void | halfcmplt_callback (DMA_HandleTypeDef *hdma) |
| Callback function to flag the capture of half the number of requested samples. More...
|
|
-
void | update_buff (uint32_t *local_buf, uint32_t *buf_start_addr) |
+
void | update_buff (uint32_t *local_buf, uint32_t *buf_start_addr) |
| Update buffer index. More...
|
|
void | stm32_timer_enable (void) |
diff --git a/doxygen/ad405x__iio_2app_2app__config__stm32_8h.html b/doxygen/ad405x__iio_2app_2app__config__stm32_8h.html
index defa7abf..49843695 100644
--- a/doxygen/ad405x__iio_2app_2app__config__stm32_8h.html
+++ b/doxygen/ad405x__iio_2app_2app__config__stm32_8h.html
@@ -207,7 +207,7 @@
|
#define | pwm_gpio_extra_init_params stm32_pwm_gpio_extra_init_params |
|
-
#define | gp0_extra_init_params stm32_gpio_gp0_extra_init_params |
+
#define | gp0_extra_init_params stm32_gpio_gp0_extra_init_params |
|
#define | gp1_extra_init_params stm32_gpio_gp1_extra_init_params |
|
@@ -215,9 +215,9 @@
|
#define | dma_extra_init_params stm32_dma_extra_init_params |
|
-
#define | cs_extra_init_params stm32_cs_extra_init_params |
+
#define | cs_extra_init_params stm32_cs_extra_init_params |
|
-
#define | tx_trigger_extra_init_params stm32_tx_trigger_extra_init_params |
+
#define | tx_trigger_extra_init_params stm32_tx_trigger_extra_init_params |
|
#define | gpio_ops stm32_gpio_ops |
|
@@ -249,7 +249,7 @@
void | halfcmplt_callback (DMA_HandleTypeDef *hdma) |
| Callback function to flag the capture of half the number of requested samples. More...
|
|
-
void | update_buff (uint32_t *local_buf, uint32_t *buf_start_addr) |
+
void | update_buff (uint32_t *local_buf, uint32_t *buf_start_addr) |
| Update buffer index. More...
|
|
void | stm32_system_init (void) |
@@ -475,7 +475,7 @@