WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
TCXO V150 Regs Operation

函数

errcode_t hal_tcxo_v150_regs_init (void)
 Init the tcxo which will set the base address of registers.
 
void hal_tcxo_v150_regs_deinit (void)
 Deinit the tcxo which will clear the base address of registers has been set by hal_tcxo_v150_regs_init.
 
uint64_t hal_tcxo_reg_count_get (void)
 Get the value of count.
 

变量

tcxo_regs_tg_tcxo_regs
 
tcxo_regs_tg_tcxo_regs
 

详细描述

Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.

Description: Provides V150 tcxo register operation api
History:
2022-08-16, Create file.

函数说明

◆ hal_tcxo_reg_count_get()

uint64_t hal_tcxo_reg_count_get ( void  )

Get the value of count.

返回
The value of count.

◆ hal_tcxo_v150_regs_deinit()

void hal_tcxo_v150_regs_deinit ( void  )

Deinit the tcxo which will clear the base address of registers has been set by hal_tcxo_v150_regs_init.

◆ hal_tcxo_v150_regs_init()

errcode_t hal_tcxo_v150_regs_init ( void  )

Init the tcxo which will set the base address of registers.

返回值
ERRCODE_SUCCSuccess.
OtherFailure. For details, see errcode_t.

变量说明

◆ g_tcxo_regs [1/2]

tcxo_regs_t* g_tcxo_regs
extern

Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.

Description: Provides V150 tcxo register operation api
History:
2022-08-16, Create file.

◆ g_tcxo_regs [2/2]

tcxo_regs_t* g_tcxo_regs
extern

Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.

Description: Provides V150 tcxo register operation api
History:
2022-08-16, Create file.