Microphone driver API.
More...
Microphone driver API.
◆ drv_mic_init()
Function for initializing the microphone driver.
- Parameters
-
[in] | data_handler | Pointer data handler callback. |
- Return values
-
NRF_SUCCESS | If initialization was successful. |
◆ drv_mic_start()
uint32_t drv_mic_start |
( |
void |
| ) |
|
Function for starting the microphone driver.
- Return values
-
NRF_SUCCESS | If initialization was successful. |
◆ drv_mic_stop()
uint32_t drv_mic_stop |
( |
void |
| ) |
|
Function for stopping the microphone driver.
- Return values
-
NRF_SUCCESS | If initialization was successful. |