#include "micCapture_task.h"
#include "main.h"
#include "stdio.h"
Go to the source code of this file.
◆ MIC_CAPTURE_PRIO
#define MIC_CAPTURE_PRIO (8U) |
◆ mic_capture_processWrite_IRQ
◆ mic_capture_processWrite_IRQHandler
void mic_capture_processWrite_IRQHandler |
( |
|
void | ) |
EXTI1_IRQHandler |
AudioIn task.
- Parameters
-
argument | pointer that is passed to the thread function as start argument. |
- Return values
-
Definition at line 12 of file micCapture_task.c.
◆ mic_capture_createTask()
void mic_capture_createTask |
( |
void |
| ) |
|
creates task for AudioIn capture
- Parameters
-
- Return values
-
Definition at line 86 of file micCapture_task.c.
◆ mic_capture_processTask()
void mic_capture_processTask |
( |
void |
| ) |
|
sends AudioIn Pushed message
- Parameters
-
- Return values
-
Definition at line 63 of file micCapture_task.c.
◆ mic_capture_terminateTask()
void mic_capture_terminateTask |
( |
void |
| ) |
|
terminates task for AudioIn capture
- Parameters
-
- Return values
-
Definition at line 97 of file micCapture_task.c.