RFFPLL Initialization#

Initialize the Digital RFFPLL (Radio Frequency Friendly Phase Locked Loop)

Configures and locks the Digital PLL using the configuration in the configuration header sl_device_init_rffpll_config.h, where settings including host target frequency and dividers are available.

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

Functions#

sl_status_t

Initialize RFFPLL.

Function Documentation#

sl_device_init_rffpll#

sl_status_t sl_device_init_rffpll (void )

Initialize RFFPLL.

Parameters
N/A

Configures and locks the Digital RFFPLL using the configuration in the configuration header sl_device_init_rffpll_config.h, where settings including host target frequency and dividers are available.

Returns

  • Status code


Definition at line 66 of file platform/service/device_init/inc/sl_device_init_rffpll.h