|
Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
Digital microphone task. More...
#include <zephyr/kernel.h>#include <zephyr/audio/dmic.h>#include <infuse/drivers/imu.h>#include <infuse/task_runner/task.h>#include <infuse/task_runner/schedule.h>#include <infuse/task_runner/tasks/infuse_task_ids.h>Go to the source code of this file.
Data Structures | |
| struct | task_audio_dmic_config |
Macros | |
| #define | AUDIO_DMIC_TASK(define_mem, define_config, dmic_node) |
| Digital microphone task. | |
Functions | |
| void | dmic_task_fn (const struct task_schedule *schedule, struct k_poll_signal *terminate, void *dmic_dev) |
| Digital microphone task function. | |
Digital microphone task.
SPDX-License-Identifier: FSL-1.1-ALv2
| #define AUDIO_DMIC_TASK | ( | define_mem, | |
| define_config, | |||
| dmic_node ) |
Digital microphone task.
| define_mem | Define memory |
| define_config | Define task |
| dmic_node | Digital microphone node label |
| void dmic_task_fn | ( | const struct task_schedule * | schedule, |
| struct k_poll_signal * | terminate, | ||
| void * | dmic_dev ) |
Digital microphone task function.
| schedule | Schedule that triggered task |
| terminate | Terminate request from task runner |
| dmic_dev | Digital microphone to use |