Kestrel Interface
Loading...
Searching...
No Matches
kest_param_update.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  kest_parameter_update

Macros

#define MAX_CONCURRENT_PARAM_UPDATES   16

Functions

void kest_param_update_task (void *arg)
int kest_parameter_trigger_update (kest_parameter *param, float target)

Macro Definition Documentation

◆ MAX_CONCURRENT_PARAM_UPDATES

#define MAX_CONCURRENT_PARAM_UPDATES   16

Definition at line 4 of file kest_param_update.h.

Function Documentation

◆ kest_param_update_task()

void kest_param_update_task ( void * arg)

Referenced by app_main(), and main_task().

Here is the caller graph for this function:

◆ kest_parameter_trigger_update()

int kest_parameter_trigger_update ( kest_parameter * param,
float target )

Definition at line 276 of file kest_param_update.c.

Referenced by kest_cxt_set_input_gain(), kest_cxt_set_output_gain(), and parameter_widget_change_cb_inner().

Here is the caller graph for this function: