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#
Initialize RFFPLL.
Function Documentation#
sl_device_init_rffpll#
sl_status_t sl_device_init_rffpll (void )
Initialize RFFPLL.
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
Return values
SL_STATUS_OK: RFFPLL successfully initialized and locked
66
of file platform/service/device_init/inc/sl_device_init_rffpll.h