Functions | |
| HAL_StatusTypeDef | HAL_AUDPRC_Config_TChanel (AUDPRC_HandleTypeDef *haprc, int channel, AUDPRC_ChnlCfgTypeDef *cfg) |
| Set AUDPRC transmit channel configures. More... | |
| HAL_StatusTypeDef | HAL_AUDPRC_Config_RChanel (AUDPRC_HandleTypeDef *haprc, int channel, AUDPRC_ChnlCfgTypeDef *cfg) |
| Set AUDPRC Receive configures. More... | |
| HAL_StatusTypeDef | HAL_AUDPRC_Config_OutChanel (AUDPRC_HandleTypeDef *haprc, int channel, AUDPRC_ChnlCfgTypeDef *cfg) |
| Set AUDPRC transmit output channel configures. More... | |
| HAL_StatusTypeDef | HAL_AUDPRC_Clear_All_Channel (AUDPRC_HandleTypeDef *haprc) |
| all channel disable More... | |
| HAL_StatusTypeDef | HAL_AUDPRC_Config_DACPath (AUDPRC_HandleTypeDef *haprc, AUDPRC_DACCfgTypeDef *cfg) |
| Configure DAC path. More... | |
| HAL_StatusTypeDef | HAL_AUDPRC_Config_ADCPath (AUDPRC_HandleTypeDef *haprc, AUDPRC_ADCCfgTypeDef *cfg) |
| Configure ADC path. More... | |
| HAL_StatusTypeDef HAL_AUDPRC_Clear_All_Channel | ( | AUDPRC_HandleTypeDef * | haprc | ) |
all channel disable
| haprc | -pointer to a AUDPRC_HandleTypeDef structure that contains the configuration information for AUDPRC module |
| HAL_StatusTypeDef HAL_AUDPRC_Config_ADCPath | ( | AUDPRC_HandleTypeDef * | haprc, |
| AUDPRC_ADCCfgTypeDef * | cfg | ||
| ) |
Configure ADC path.
| haprc | pointer to a AUDPRC_HandleTypeDef structure that contains the configuration information for AUDPRC module |
| cfg | configure parameters |
| HAL | status |
| HAL_StatusTypeDef HAL_AUDPRC_Config_DACPath | ( | AUDPRC_HandleTypeDef * | haprc, |
| AUDPRC_DACCfgTypeDef * | cfg | ||
| ) |
Configure DAC path.
| haprc | pointer to a AUDPRC_HandleTypeDef structure that contains the configuration information for AUDPRC module |
| cfg | configure parameters |
| HAL | status |
| HAL_StatusTypeDef HAL_AUDPRC_Config_OutChanel | ( | AUDPRC_HandleTypeDef * | haprc, |
| int | channel, | ||
| AUDPRC_ChnlCfgTypeDef * | cfg | ||
| ) |
Set AUDPRC transmit output channel configures.
| haprc | pointer to a AUDPRC_HandleTypeDef structure that contains the configuration information for AUDPRC module |
| channel | configure channel |
| cfg | configure parameters |
| HAL | status |
| HAL_StatusTypeDef HAL_AUDPRC_Config_RChanel | ( | AUDPRC_HandleTypeDef * | haprc, |
| int | channel, | ||
| AUDPRC_ChnlCfgTypeDef * | cfg | ||
| ) |
Set AUDPRC Receive configures.
| haprc | pointer to a AUDPRC_HandleTypeDef structure that contains the configuration information for AUDPRC module |
| channel | configure channel |
| cfg | configure parameters |
| HAL | status |
| HAL_StatusTypeDef HAL_AUDPRC_Config_TChanel | ( | AUDPRC_HandleTypeDef * | haprc, |
| int | channel, | ||
| AUDPRC_ChnlCfgTypeDef * | cfg | ||
| ) |
Set AUDPRC transmit channel configures.
| haprc | pointer to a AUDPRC_HandleTypeDef structure that contains the configuration information for AUDPRC module |
| channel | configure channel |
| cfg | configure parameters |
| HAL | status |