FreeRTOS port on GAP8/RISC-V
|
Functions | |
void | pi_asrc_conf_init (struct pi_asrc_conf *conf) |
int | pi_asrc_open (struct pi_device *device) |
void | pi_asrc_close (struct pi_device *device) |
int | pi_asrc_convert (struct pi_device *device, void *src, void *dst) |
int | pi_asrc_convert_async (struct pi_device *device, void *src, void *dst, struct pi_task *task) |
void pi_asrc_close | ( | struct pi_device * | device | ) |
References __pi_asrc_close(), ASRC_TRACE, and asrc_itf_data_s::device_id.
void pi_asrc_conf_init | ( | struct pi_asrc_conf * | conf | ) |
References __pi_asrc_conf_init().
int pi_asrc_convert | ( | struct pi_device * | device, |
void * | src, | ||
void * | dst | ||
) |
References pi_asrc_convert_async(), pi_task_block(), and pi_task_wait_on().
int pi_asrc_convert_async | ( | struct pi_device * | device, |
void * | src, | ||
void * | dst, | ||
struct pi_task * | task | ||
) |
References __pi_asrc_convert_async().
Referenced by pi_asrc_convert().
int pi_asrc_open | ( | struct pi_device * | device | ) |
References __pi_asrc_open(), and ASRC_TRACE.