Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
t
u
v
w
Functions
_
c
d
g
m
o
p
r
t
v
w
Variables
_
a
c
d
e
f
h
i
k
l
m
n
p
r
u
v
w
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
m
o
p
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
y
Enumerations
_
a
b
d
e
f
g
h
i
j
l
m
p
s
u
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
extern
porcupine
demo
mcu
stm32h735
stm32h735g-dk
Inc
main.h
Go to the documentation of this file.
1
2
#ifndef __MAIN_H
3
#define __MAIN_H
4
5
#include "stm32h7xx_hal.h"
6
#include "
micCapture_saiPdm.h
"
7
8
extern
SAI_HandleTypeDef
hsai_BlockA4
;
9
extern
DMA_HandleTypeDef
hdma_sai4_a
;
10
11
extern
CRC_HandleTypeDef
hcrc
;
12
extern
UART_HandleTypeDef
huart
;
13
14
void
pv_pcm_process
(int16_t *
record_pcm_buffer
);
15
void
pv_error_handler
(
void
);
16
17
#endif
/* __MAIN_H */
micCapture_saiPdm.h
__DMA_HandleTypeDef
DMA handle Structure definition.
Definition:
stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h:139
__UART_HandleTypeDef
UART handle Structure definition.
Definition:
stm32f4xx_hal_uart.h:141
hsai_BlockA4
SAI_HandleTypeDef hsai_BlockA4
Definition:
stm32h735/stm32h735g-dk/Src/pv_audio_rec.c:39
__SAI_HandleTypeDef
Definition:
stm32f7xx_hal_sai.h:191
pv_error_handler
void pv_error_handler(void)
Definition:
pv_imxrt1050.c:77
CRC_HandleTypeDef
CRC Handle Structure definition.
Definition:
stm32h7xx_hal_crc.h:103
pv_pcm_process
void pv_pcm_process(int16_t *record_pcm_buffer)
Definition:
stm32h735/stm32h735g-dk/Src/pv_audio_rec.c:156
record_pcm_buffer
uint8_t * record_pcm_buffer
Definition:
imxrt1050/imxrt1050-evkb/source/pv_audio_rec.c:87
huart
UART_HandleTypeDef huart
Definition:
pv_stm32f469.c:31
hdma_sai4_a
DMA_HandleTypeDef hdma_sai4_a
Definition:
stm32h735/stm32h735g-dk/Src/pv_audio_rec.c:40
hcrc
CRC_HandleTypeDef hcrc
Definition:
stm32h735/stm32h735g-dk/Src/pv_audio_rec.c:36
picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:13:56