Hello, we're starting to develop a new board using the LPC5516, and we're trying to build our own driver layer that doesn't use provided drivers, as is our company's policy. However, we found that some key functions, like POWER_SetVoltageForFreq(), have no source code provided and no instructions on the User Manual as how to implement them directly using the registers, and our only way going forward would be to link to the compiled library, which we don't want to do.
Is there any documentation that specifies how to implement whatever POWER_SetVoltageForFreq() does in our code that we're missing?
Thanks,
Pablo