nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ configuration_get

int(* audio_module_functions::configuration_get) (struct audio_module_handle_private const *const handle, struct audio_module_configuration *configuration)

Get the configuration of an audio module.

Note
This is a mandatory function for an audio module.
Parameters
handle[in] The handle to the module instance.
configuration[out] Pointer to the module's current configuration.
Returns
0 if successful, error otherwise.