Searched refs:nFactor (Results 1 – 4 of 4) sorted by relevance
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/rom_driver/inc/ |
| D | rsi_rom_clks.h | 200 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()
|
| D | rsi_rom_table_si91x.h | 830 uint16_t nFactor, 850 uint16_t nFactor, 862 uint16_t nFactor,
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/inc/ |
| D | rsi_pll.h | 669 uint16_t nFactor, 700 uint16_t nFactor, 717 uint16_t nFactor,
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/src/ |
| D | rsi_pll.c | 297 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()
|