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
26#define TCXO_TICKS_PER_M_SECOND 24000
27#define TCXO_TICKS_PER_U_SECOND 24
29#define TCXO_LOCK_GET_ATTE 0xFFFFFFFF
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