Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/rom_driver/inc/
Drsi_rom_clks.h1130 boolean_t swalloEn, in RSI_CLK_QspiClkConfig() argument
1135 return ROMAPI_M4SS_CLK_API->clk_qspi_clk_config(pCLK, clkSource, swalloEn, OddDivEn, divFactor); in RSI_CLK_QspiClkConfig()
1137 return clk_qspi_clk_config(pCLK, clkSource, swalloEn, OddDivEn, divFactor); in RSI_CLK_QspiClkConfig()
1162 boolean_t swalloEn, in RSI_CLK_Qspi2ClkConfig() argument
1167 return ROMAPI_M4SS_CLK_API->clk_qspi_2_clk_config(pCLK, clkSource, swalloEn, OddDivEn, divFactor); in RSI_CLK_Qspi2ClkConfig()
1169 return clk_qspi_2_clk_config(pCLK, clkSource, swalloEn, OddDivEn, divFactor); in RSI_CLK_Qspi2ClkConfig()
1240 boolean_t swalloEn, in RSI_CLK_SdMemClkConfig() argument
1245 return ROMAPI_M4SS_CLK_API->clk_sd_mem_clk_config(pCLK, swalloEn, clkSource, divFactor); in RSI_CLK_SdMemClkConfig()
1247 return clk_sd_mem_clk_config(pCLK, swalloEn, clkSource, divFactor); in RSI_CLK_SdMemClkConfig()
1366 boolean_t swalloEn, in RSI_CLK_EthernetClkConfig() argument
[all …]
Drsi_rom_table_si91x.h885 boolean_t swalloEn,
900 boolean_t swalloEn,
919 boolean_t swalloEn,
950 boolean_t swalloEn,
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/inc/
Drsi_pll.h753 boolean_t swalloEn,
759 boolean_t swalloEn,
776 boolean_t swalloEn,
791 boolean_t swalloEn,
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/src/
Drsi_pll.c1373 boolean_t swalloEn, in clk_qspi_clk_config() argument
1441 pCLK->CLK_CONFIG_REG1_b.QSPI_CLK_SWALLOW_SEL = swalloEn ? ENABLE : DISABLE; in clk_qspi_clk_config()
1467 boolean_t swalloEn, in clk_qspi_2_clk_config() argument
1533 if (swalloEn) { in clk_qspi_2_clk_config()
1642 boolean_t swalloEn, in clk_sd_mem_clk_config() argument
1690 if (swalloEn) { in clk_sd_mem_clk_config()
1792 boolean_t swalloEn, in clk_ethernet_clk_config() argument
1819 if (swalloEn) { in clk_ethernet_clk_config()