Functions | |
HAL_StatusTypeDef | HAL_AUDPRC_Transmit_DMA (AUDPRC_HandleTypeDef *haprc, uint8_t *pData, uint32_t Size, uint32_t did) |
Set AUDPRC Transmit data with DMA mode. More... | |
HAL_StatusTypeDef | HAL_AUDPRC_Receive_DMA (AUDPRC_HandleTypeDef *haprc, uint8_t *pData, uint32_t Size, uint32_t did) |
Set AUDPRC Receive configures. More... | |
HAL_StatusTypeDef | HAL_AUDPRC_DMAStop (AUDPRC_HandleTypeDef *haprc, uint32_t did) |
Stop AUD PRC DMA. More... | |
HAL_StatusTypeDef HAL_AUDPRC_DMAStop | ( | AUDPRC_HandleTypeDef * | haprc, |
uint32_t | did | ||
) |
Stop AUD PRC DMA.
haprc | pointer to a AUDPRC_HandleTypeDef structure that contains the configuration information for AUDPRC module |
did | DMA channel index |
HAL | status |
HAL_StatusTypeDef HAL_AUDPRC_Receive_DMA | ( | AUDPRC_HandleTypeDef * | haprc, |
uint8_t * | pData, | ||
uint32_t | Size, | ||
uint32_t | did | ||
) |
Set AUDPRC Receive configures.
haprc | pointer to a AUDPRC_HandleTypeDef structure that contains the configuration information for AUDPRC module |
pData | data buffer |
Size | data length need to be transmit |
did | DMA channel index |
HAL | status |
HAL_StatusTypeDef HAL_AUDPRC_Transmit_DMA | ( | AUDPRC_HandleTypeDef * | haprc, |
uint8_t * | pData, | ||
uint32_t | Size, | ||
uint32_t | did | ||
) |
Set AUDPRC Transmit data with DMA mode.
haprc | pointer to a AUDPRC_HandleTypeDef structure that contains the configuration information for AUDPRC module |
pData | data buffer |
Size | data length need to be transmit |
did | DMA channel index |
HAL | status |