WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
tcxo_porting.h 文件参考
#include <stdint.h>
tcxo_porting.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

宏定义

#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.
 

宏定义说明

◆ HAL_TCXO_COUNT_VALUE_B_VALID_TRUE

#define HAL_TCXO_COUNT_VALUE_B_VALID_TRUE   1

◆ HAL_TCXO_TICKS_PER_M_SECOND

#define HAL_TCXO_TICKS_PER_M_SECOND   24000

◆ HAL_TCXO_TICKS_PER_SECOND

#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.

◆ HAL_TCXO_TICKS_PER_U_SECOND

#define HAL_TCXO_TICKS_PER_U_SECOND   24

◆ TCXO_LOCK_GET_ATTE

#define TCXO_LOCK_GET_ATTE   0xFFFFFFFF

◆ TCXO_TICKS_PER_M_SECOND

#define TCXO_TICKS_PER_M_SECOND   24000

◆ TCXO_TICKS_PER_U_SECOND

#define TCXO_TICKS_PER_U_SECOND   24

函数说明

◆ tcxo_porting_base_addr_get()

uintptr_t tcxo_porting_base_addr_get ( void  )

Get the base address of a specified TCXO.

返回
The base address of specified TCXO.

◆ tcxo_porting_ticks_per_usec_get()

uint32_t tcxo_porting_ticks_per_usec_get ( void  )

get tcxo ticks per microseconds.

◆ tcxo_porting_ticks_per_usec_set()

void tcxo_porting_ticks_per_usec_set ( uint32_t  ticks)

set tcxo ticks per microseconds.