extern
porcupine
demo
mcu
stm32f469
stm32f469i-disco
Inc
pv_stm32f469.h
Go to the documentation of this file.
1
/*
2
Copyright 2021 Picovoice Inc.
3
4
You may not use this file except in compliance with the license. A copy of the license is located in the "LICENSE"
5
file accompanying this source.
6
7
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
8
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
9
specific language governing permissions and limitations under the License.
10
*/
11
12
#ifndef PV_STM32F469_H
13
#define PV_STM32F469_H
14
15
#include "picovoice.h"
16
17
#define PV_BOARD_NAME "STM32F469I-DISCO"
18
19
pv_status_t
pv_board_init
(
void
);
20
pv_status_t
pv_message_init
(
void
);
21
const
uint32_t
pv_get_uuid_size
(
void
);
22
const
uint8_t *
pv_get_uuid
(
void
);
23
void
pv_board_deinit
(
void
);
24
void
pv_message_deinit
(
void
);
25
26
#endif // PV_STM32F469_H
pv_message_deinit
void pv_message_deinit(void)
pv_board_deinit
void pv_board_deinit(void)
Definition:
pv_imxrt1050.c:74
pv_board_init
pv_status_t pv_board_init(void)
Definition:
pv_imxrt1050.c:39
pv_get_uuid_size
const uint32_t pv_get_uuid_size(void)
Definition:
pv_imxrt1050.c:35
pv_get_uuid
const uint8_t * pv_get_uuid(void)
Definition:
pv_imxrt1050.c:31
pv_status_t
pv_status_t
Definition:
porcupine/include/picovoice.h:33
pv_message_init
pv_status_t pv_message_init(void)
Definition:
pv_imxrt1050.c:67
picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:14:50