WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_cpu_core.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2018-2020. All rights reserved.
3 * Description: HAL CPU CORE HEADER
4 *
5 * Create: 2018-10-15
6 */
7
8#ifndef HAL_CPU_CORE_H
9#define HAL_CPU_CORE_H
10
11#include <stdbool.h>
12
22bool hal_cpu_is_bt_enabled(void);
26#endif
bool hal_cpu_is_bt_enabled(void)
Is bt core enabled
Definition hal_cpu_core.c:16