WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
tcxo_porting.h
浏览该文件的文档.
1
10#ifndef TCXO_PORTING_H
11#define TCXO_PORTING_H
12
13#include <stdint.h>
14
15#ifdef __cplusplus
16#if __cplusplus
17extern "C" {
18#endif /* __cplusplus */
19#endif /* __cplusplus */
20
21#define HAL_TCXO_TICKS_PER_SECOND 24000000
22#define HAL_TCXO_TICKS_PER_M_SECOND 24000
23#define HAL_TCXO_TICKS_PER_U_SECOND 24
24#define HAL_TCXO_COUNT_VALUE_B_VALID_TRUE 1
25
26#define TCXO_TICKS_PER_M_SECOND 24000
27#define TCXO_TICKS_PER_U_SECOND 24
28
29#define TCXO_LOCK_GET_ATTE 0xFFFFFFFF
30
36
41
46
51
55void tcxo_porting_ticks_per_usec_set(uint32_t ticks);
56
57#ifdef __cplusplus
58#if __cplusplus
59}
60#endif /* __cplusplus */
61#endif /* __cplusplus */
62
63#endif
uint32_t tcxo_porting_ticks_per_usec_get(void)
get tcxo ticks per microseconds.
Definition tcxo_porting.c:24
uintptr_t tcxo_porting_base_addr_get(void)
Get the base address of a specified TCXO.
Definition tcxo_porting.c:17
void tcxo_porting_ticks_per_usec_set(uint32_t ticks)
set tcxo ticks per microseconds.
Definition tcxo_porting.c:29
void tcxo_port_unregister_hal_funcs(void)
Unregister hal funcs objects from hal_tcxo module.
void tcxo_port_register_hal_funcs(void)
Register hal funcs objects into hal_tcxo module.
unsigned int uintptr_t
Definition td_type.h:65