Home
last modified time | relevance | path

Searched refs:clk_check_pll_lock (Results 1 – 4 of 4) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/rom_driver/inc/
Drsi_rom_clks.h90 return ROMAPI_M4SS_CLK_API->clk_check_pll_lock(pllType); in RSI_CLK_CheckPllLock()
92 return clk_check_pll_lock(pllType); in RSI_CLK_CheckPllLock()
Drsi_rom_table_si91x.h824 boolean_t (*clk_check_pll_lock)(PLL_TYPE_T pllType);
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/inc/
Drsi_pll.h662 boolean_t clk_check_pll_lock(PLL_TYPE_T pllType);
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/src/
Drsi_pll.c48 boolean_t clk_check_pll_lock(PLL_TYPE_T pllType) in clk_check_pll_lock() function