Go to the source code of this file.
Functions | |
void | pv_error_handler (void) |
void | pv_pcm_process (int16_t *record_pcm_buffer) |
Variables | |
CRC_HandleTypeDef | hcrc |
DMA_HandleTypeDef | hdma_sai4_a |
SAI_HandleTypeDef | hsai_BlockA4 |
UART_HandleTypeDef | huart |
void pv_error_handler | ( | void | ) |
Definition at line 77 of file pv_imxrt1050.c.
void pv_pcm_process | ( | int16_t * | record_pcm_buffer | ) |
Definition at line 156 of file stm32h735/stm32h735g-dk/Src/pv_audio_rec.c.
CRC_HandleTypeDef hcrc |
Definition at line 36 of file stm32h735/stm32h735g-dk/Src/pv_audio_rec.c.
DMA_HandleTypeDef hdma_sai4_a |
Definition at line 40 of file stm32h735/stm32h735g-dk/Src/pv_audio_rec.c.
SAI_HandleTypeDef hsai_BlockA4 |
Definition at line 39 of file stm32h735/stm32h735g-dk/Src/pv_audio_rec.c.
UART_HandleTypeDef huart |
Definition at line 31 of file pv_stm32f469.c.