Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/rom_driver/inc/
Drsi_rom_clks.h200 uint16_t nFactor, in RSI_CLK_SocPllSetFreqDiv() argument
208 ->clk_soc_pll_set_freq_div(pCLK, clk_en, divFactor, nFactor, mFactor, fCwf, dcofixsel, ldoprog); in RSI_CLK_SocPllSetFreqDiv()
210 …return clk_soc_pll_set_freq_div(pCLK, clk_en, divFactor, nFactor, mFactor, fCwf, dcofixsel, ldopro… in RSI_CLK_SocPllSetFreqDiv()
409 uint16_t nFactor, in RSI_CLK_I2sPllSetFreqDiv() argument
414 …return ROMAPI_M4SS_CLK_API->clk_i2s_pll_set_freq_div(pCLK, u16DivFactor1, u16DivFactor2, nFactor, … in RSI_CLK_I2sPllSetFreqDiv()
416 return clk_i2s_pll_set_freq_div(pCLK, u16DivFactor1, u16DivFactor2, nFactor, mFactor, fcwF); in RSI_CLK_I2sPllSetFreqDiv()
579 uint16_t nFactor, in RSI_CLK_IntfPllSetFreqDiv() argument
587 … ->clk_intf_pll_set_freq_div(pCLK, clk_en, divFactor, nFactor, mFactor, fcwF, dcoFixSel, ldoProg); in RSI_CLK_IntfPllSetFreqDiv()
589 …return clk_intf_pll_set_freq_div(pCLK, clk_en, divFactor, nFactor, mFactor, fcwF, dcoFixSel, ldoPr… in RSI_CLK_IntfPllSetFreqDiv()
Drsi_rom_table_si91x.h830 uint16_t nFactor,
850 uint16_t nFactor,
862 uint16_t nFactor,
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/inc/
Drsi_pll.h669 uint16_t nFactor,
700 uint16_t nFactor,
717 uint16_t nFactor,
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/src/
Drsi_pll.c297 uint16_t nFactor, in clk_soc_pll_set_freq_div() argument
325 SPI_MEM_MAP_PLL(SOC_PLL_500_CTRL_REG2) = (uint16_t)(divFactor << 9 | nFactor << 3); in clk_soc_pll_set_freq_div()
365 SPI_MEM_MAP_PLL(SOC_PLL_500_CTRL_REG2) = (uint16_t)(divFactor << 9 | nFactor << 3); in clk_soc_pll_set_freq_div()
690 uint16_t nFactor, in clk_i2s_pll_set_freq_div() argument
703 i2sreg2 |= (uint16_t)(nFactor << 1); in clk_i2s_pll_set_freq_div()
1023 uint16_t nFactor, in clk_intf_pll_set_freq_div() argument
1052 SPI_MEM_MAP_PLL(INTF_PLL_500_CTRL_REG2) = (uint16_t)((divFactor << 9) | (nFactor << 3)); in clk_intf_pll_set_freq_div()
1091 SPI_MEM_MAP_PLL(INTF_PLL_500_CTRL_REG2) = (uint16_t)((divFactor << 9) | (nFactor << 3)); in clk_intf_pll_set_freq_div()