|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <stdint.h>#include <stdbool.h>#include "common_def.h"#include "tcxo_porting.h"#include "hal_tcxo.h"#include "hal_tcxo_v150.h"
宏定义 | |
| #define | HAL_TCXO_COUNT_VALUE_B_VALID_TRUE 1 |
函数 | |
| errcode_t | hal_tcxo_init (void) |
| 初始化TCXO。 | |
| errcode_t | hal_tcxo_deinit (void) |
| 去初始化TCXO。 | |
| uint64_t | hal_tcxo_get (void) |
| 获取TCXO计数值。 | |
| #define HAL_TCXO_COUNT_VALUE_B_VALID_TRUE 1 |
Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
Description: Provides V150 HAL tcxo
History:
2022-08-16, Create file.