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

浏览源代码.

宏定义

#define CLK24M_TCXO   1
 
#define CLK40M_TCXO   0
 

函数

uint32_t get_tcxo_freq (void)
 
void boot_clock_adapt (void)
 
void switch_flash_clock_to_pll (void)
 
void config_sfc_ctrl_ds (void)
 
bool is_tcxo_24mhz (void)
 

宏定义说明

◆ CLK24M_TCXO

#define CLK24M_TCXO   1

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

Description: Provides tcxo port
History:
2023-09-14, Create file.

◆ CLK40M_TCXO

#define CLK40M_TCXO   0

函数说明

◆ boot_clock_adapt()

void boot_clock_adapt ( void  )

◆ config_sfc_ctrl_ds()

void config_sfc_ctrl_ds ( void  )

◆ get_tcxo_freq()

uint32_t get_tcxo_freq ( void  )

◆ is_tcxo_24mhz()

bool is_tcxo_24mhz ( void  )

◆ switch_flash_clock_to_pll()

void switch_flash_clock_to_pll ( void  )