|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <stdint.h>

宏定义 | |
| #define | HAL_TCXO_TICKS_PER_SECOND 24000000 |
| #define | HAL_TCXO_TICKS_PER_M_SECOND 24000 |
| #define | HAL_TCXO_TICKS_PER_U_SECOND 24 |
| #define | HAL_TCXO_COUNT_VALUE_B_VALID_TRUE 1 |
| #define | TCXO_TICKS_PER_M_SECOND 24000 |
| #define | TCXO_TICKS_PER_U_SECOND 24 |
| #define | TCXO_LOCK_GET_ATTE 0xFFFFFFFF |
函数 | |
| uintptr_t | tcxo_porting_base_addr_get (void) |
| Get the base address of a specified TCXO. | |
| uint32_t | tcxo_porting_ticks_per_usec_get (void) |
| get tcxo ticks per microseconds. | |
| void | tcxo_porting_ticks_per_usec_set (uint32_t ticks) |
| set tcxo ticks per microseconds. | |
| #define HAL_TCXO_COUNT_VALUE_B_VALID_TRUE 1 |
| #define HAL_TCXO_TICKS_PER_M_SECOND 24000 |
| #define HAL_TCXO_TICKS_PER_SECOND 24000000 |
Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
Description: Provides tcxo port
History:
2022-08-16, Create file.
| #define HAL_TCXO_TICKS_PER_U_SECOND 24 |
| #define TCXO_LOCK_GET_ATTE 0xFFFFFFFF |
| #define TCXO_TICKS_PER_M_SECOND 24000 |
| #define TCXO_TICKS_PER_U_SECOND 24 |
| uintptr_t tcxo_porting_base_addr_get | ( | void | ) |
Get the base address of a specified TCXO.
| uint32_t tcxo_porting_ticks_per_usec_get | ( | void | ) |
get tcxo ticks per microseconds.
| void tcxo_porting_ticks_per_usec_set | ( | uint32_t | ticks | ) |
set tcxo ticks per microseconds.