Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/rom_driver/inc/
Drsi_rom_clks.h604 return ROMAPI_M4SS_CLK_API->clk_intf_pll_clk_bypass_enable(clkEnable); in RSI_CLK_IntfPLLClkBypassEnable()
606 return clk_intf_pll_clk_bypass_enable(clkEnable); in RSI_CLK_IntfPLLClkBypassEnable()
Drsi_rom_table_si91x.h867 rsi_error_t (*clk_intf_pll_clk_bypass_enable)(boolean_t clkEnable);
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/inc/
Drsi_pll.h723 rsi_error_t clk_intf_pll_clk_bypass_enable(boolean_t clkEnable);
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/src/
Drsi_pll.c1113 rsi_error_t clk_intf_pll_clk_bypass_enable(boolean_t clkEnable) in clk_intf_pll_clk_bypass_enable() function