pv_st_f407.h
Go to the documentation of this file.
1 /*
2  Copyright 2020-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_ST_F407_H
13 #define PV_ST_F407_H
14 
15 #include "picovoice.h"
16 
17 #define PV_BOARD_NAME "STM32F407G-DISCO"
18 
20 void pv_board_deinit(void);
21 const uint8_t *pv_get_uuid(void);
22 const uint32_t pv_get_uuid_size(void);
23 
24 void pv_error_handler(void);
25 
26 #endif // PV_ST_F407_H
pv_board_deinit
void pv_board_deinit(void)
Definition: pv_imxrt1050.c:74
pv_error_handler
void pv_error_handler(void)
Definition: pv_imxrt1050.c:77
pv_get_uuid
const uint8_t * pv_get_uuid(void)
Definition: pv_imxrt1050.c:31
pv_board_init
pv_status_t pv_board_init(void)
Definition: pv_imxrt1050.c:39
pv_status_t
pv_status_t
Definition: porcupine/include/picovoice.h:33
pv_get_uuid_size
const uint32_t pv_get_uuid_size(void)
Definition: pv_imxrt1050.c:35


picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:14:50