PM safety checkers library APIs are integrated into the safety application to verify the PSC/PLL configurations and validate the current PSC/PLL configurations against golden reference. Also provides the PLL lock API which is responsible for locking a PLL control module registers by preventing the stray writes.
The module supports below API's for the application
The following shows an example of PM safety checkers API usage
Include the below file to access the APIs
return the pscRegCfg with register configuration for PSC module.
compares the pscRegCfg (golden reference) with runtime PSC configuration values and return success or failure.
return the pllRegCfg with register configuration for PLL module.
compares the pllRegCfg (golden reference) with runtime PLL configuration values and return success or failure.
lock the PLL control module registers.