Bits 21:8 of "32 KHz Crystal oscillator (XTAL) control register" and "High-speed crystal oscillator control register (XO32M_CTRL)" are used to set the internal crystal oscillator capacitors. The data sheet doesn't describe what these bits mean and assumes that the user will just call the SDK function. Not everyone uses the SDK; we need to be able to write these directly. We can try to divine it from the SDK's functions (POWER_Xtal32khzCapabankTrim and POWER_Xtal16mhzCapabankTrim) but it would be better if it were actually documented somewhere. Is it, and we're just missing it? Otherwise, could someone explain how these bits are actually used?
Also, the app note (AN13057) in table 1 in section 5.1 calls out these functions as POWER_Xtal16mhzCapbankTrim and POWER_Xtal32mhzCapbankTrim, both of which are wrong.