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

◆ cfg_set

int(* audio_regulator_ops::cfg_set) (struct audio_regulator_imp_ctx *const ctx, struct audio_regulator_cfg const *const cfg)

Configure a regulator module after it has been initialized.

Note
This is an optional function for a regulator module.
Parameters
ctx[in/out] Pointer to the context of the module implementation.
cfg[in] Pointer to the desired configuration to set.
Returns
0 if successful, error otherwise.