DPLL Initialization#

Initialize the Digital PLL.

Configures and locks the Digital PLL using the configuration in the configuration header sl_device_init_dpll_config.h, where settings including reference frequency, target frequency and lock mode are available.

If using Simplicity Studio, this configuration header is also configurable through the Project Configurator, by selecting the "Device Init: DPLL" configuration component.

Functions#

sl_status_t

Initialize DPLL.

Function Documentation#

sl_device_init_dpll#

sl_status_t sl_device_init_dpll (void )

Initialize DPLL.

Parameters
N/A

Configures and locks the Digital PLL using the configuration in the configuration header sl_device_init_dpll_config.h, where settings including reference frequency, target frequency and lock mode are available.

Returns

  • Status code


Definition at line 67 of file platform/service/device_init/inc/sl_device_init_dpll.h