pv_psoc6.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_PSOC6_H
13 #define PV_PSOC6_H
14 
15 #include "picovoice.h"
16 
19 const uint32_t pv_get_uuid_size(void);
20 const uint8_t *pv_get_uuid(void);
21 void pv_board_deinit(void);
22 
23 #endif // PV_PSOC6_H
pv_board_init
pv_status_t pv_board_init(void)
Definition: pv_imxrt1050.c:39
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_get_uuid_size
const uint32_t pv_get_uuid_size(void)
Definition: pv_imxrt1050.c:35
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