Home
last modified time | relevance | path

Searched refs:disOnDemand (Results 1 – 8 of 8) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/service/device_init/src/
Dsl_device_init_usbpll_s2.c65 pll_config.disOnDemand = false; in sl_device_init_usbpll()
/hal_silabs-latest/gecko/emlib/inc/
Dem_cmu_fpga.h498 bool disOnDemand; /**< Disable on-demand requests. */ member
539 bool disOnDemand; /**< Disable on-demand requests. */ member
Dem_cmu.h838 bool disOnDemand; /**< Disable on-demand requests. */ member
911 bool disOnDemand; /**< Disable on-demand requests. */ member
1239 bool disOnDemand; /**< Disable on-demand requests. */ member
1309 bool disOnDemand; /**< Disable on-demand requests. */ member
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_cmu_fpga.h498 bool disOnDemand; /**< Disable on-demand requests. */ member
539 bool disOnDemand; /**< Disable on-demand requests. */ member
Dem_cmu.h838 bool disOnDemand; /**< Disable on-demand requests. */ member
911 bool disOnDemand; /**< Disable on-demand requests. */ member
1239 bool disOnDemand; /**< Disable on-demand requests. */ member
1309 bool disOnDemand; /**< Disable on-demand requests. */ member
/hal_silabs-latest/simplicity_sdk/platform/service/clock_manager/src/
Dsl_clock_manager_init_hal_s2.c534 usbpll_config.disOnDemand = false; in init_usbpll()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_cmu.c2882 | pllInit->disOnDemand << _USBPLL_CTRL_DISONDEMAND_SHIFT in CMU_USBPLLInit()
2917 | (pllInit->disOnDemand << _RFFPLL_CTRL_DISONDEMAND_SHIFT) in CMU_RFFPLLInit()
3115 if (hfxoInit->disOnDemand == false) { in CMU_HFXOInit()
3153 | (hfxoInit->disOnDemand << _HFXO_CTRL_DISONDEMAND_SHIFT) in CMU_HFXOInit()
3595 | (lfxoInit->disOnDemand << _LFXO_CTRL_DISONDEMAND_SHIFT) in CMU_LFXOInit()
/hal_silabs-latest/gecko/emlib/src/
Dem_cmu.c2853 | pllInit->disOnDemand << _USBPLL_CTRL_DISONDEMAND_SHIFT in CMU_USBPLLInit()
2888 | (pllInit->disOnDemand << _RFFPLL_CTRL_DISONDEMAND_SHIFT) in CMU_RFFPLLInit()
3087 if (hfxoInit->disOnDemand == false) { in CMU_HFXOInit()
3125 | (hfxoInit->disOnDemand << _HFXO_CTRL_DISONDEMAND_SHIFT) in CMU_HFXOInit()
3544 | (lfxoInit->disOnDemand << _LFXO_CTRL_DISONDEMAND_SHIFT) in CMU_LFXOInit()