RFFPLL Initialization
Description
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 | sl_device_init_rffpll (void) |
Initialize RFFPLL.
|
|
Function Documentation
◆ sl_device_init_rffpll()
sl_status_t sl_device_init_rffpll | ( | void |
|
) |
Initialize RFFPLL.
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