Home
last modified time | relevance | path

Searched refs:SOC_PLL_CLK_PRESENT (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/src/
Drsi_pll.c1414 if (RSI_OK != RSI_CLK_CheckPresent(pCLK, SOC_PLL_CLK_PRESENT)) { in clk_qspi_clk_config()
1507 if (RSI_OK != RSI_CLK_CheckPresent(pCLK, SOC_PLL_CLK_PRESENT)) { in clk_qspi_2_clk_config()
1582 if (RSI_OK != RSI_CLK_CheckPresent(pCLK, SOC_PLL_CLK_PRESENT)) { in clk_ssi_mst_clk_config()
1656 if (RSI_OK != RSI_CLK_CheckPresent(pCLK, SOC_PLL_CLK_PRESENT)) { in clk_sd_mem_clk_config()
1810 if (RSI_OK != RSI_CLK_CheckPresent(pCLK, SOC_PLL_CLK_PRESENT)) { in clk_ethernet_clk_config()
1957 if (RSI_OK != RSI_CLK_CheckPresent(pCLK, SOC_PLL_CLK_PRESENT)) { in clk_ct_clk_config()
2103 if (RSI_OK != RSI_CLK_CheckPresent(pCLK, SOC_PLL_CLK_PRESENT)) { in clk_mcu_clk_cut_config()
2416 if (RSI_OK != RSI_CLK_CheckPresent(pCLK, SOC_PLL_CLK_PRESENT)) { in clk_gspi_clk_config()
2775 case SOC_PLL_CLK_PRESENT: in RSI_CLK_CheckPresent()
2953 if (RSI_OK != RSI_CLK_CheckPresent(pCLK, SOC_PLL_CLK_PRESENT)) { in clk_m4_soc_clk_config()
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/inc/
Drsi_pll.h647 SOC_PLL_CLK_PRESENT, /*!< SOC CLock present */ enumerator