pv_imxrt1050.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_IMXRT1050_H
13 #define PV_IMXRT1050_H
14 
15 #include "picovoice.h"
16 
17 #define PV_BOARD_NAME "IMXRT1050-EVKB"
18 
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_IMXRT1050_H
27 
28 
pv_board_deinit
void pv_board_deinit(void)
Definition: pv_imxrt1050.c:74
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_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_message_deinit
void pv_message_deinit(void)
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