|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <stdbool.h>#include "common_def.h"#include "soc_osal.h"#include "hal_tcxo.h"#include "tcxo_porting.h"#include "tcxo.h"
宏定义 | |
| #define | USECS_PER_MSEC 1000 |
函数 | |
| errcode_t | uapi_tcxo_init (void) |
| 初始化TCXO。 | |
| errcode_t | uapi_tcxo_deinit (void) |
| 去初始化TCXO。 | |
| uint64_t | uapi_tcxo_get_count (void) |
| 获取TCXO计数值。 | |
| uint64_t | uapi_tcxo_get_ms (void) |
| 获取TCXO计数毫秒值。 | |
| uint64_t | uapi_tcxo_get_us (void) |
| 获取TCXO计数微秒值。 | |
| STATIC errcode_t | uapi_tcxo_delay_count (uint64_t ticks_delay) |
| errcode_t | uapi_tcxo_delay_ms (uint32_t m_delay) |
| 设置延迟毫秒数。 | |
| errcode_t | uapi_tcxo_delay_us (uint32_t u_delay) |
| 设置延迟微秒数。 | |
| #define USECS_PER_MSEC 1000 |
Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
Description: Provides tcxo driver source
History:
2022-08-16, Create file.