WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
tcxo_porting.c 文件参考
#include "tcxo_porting.h"
#include "hal_tcxo.h"
#include "hal_tcxo_v150.h"
#include "platform_core.h"
tcxo_porting.c 的引用(Include)关系图:

函数

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.
 

函数说明

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