Dear Weber,
I apologize for the late response; In Reference Manual Chapter 25.7.17 VD_SYS_CFG configuration, the 8 bit show as reserved is "LVSEL", this should be open to users, we are working on modification for RM.
Before Writing to this field, you must write 0 to LOCK.
If you want to change LVSEL, you must do this after disabling the LVD reset and interrupt. Otherwise, SPC could generate an LVD due to the LVSEL change.
Configuration for LVSEL:
0b-Normal
1b-Safe
In SDK examples for MCXA156, you can see in file fsl_spc.h the spc_low_voltage_level_select function.
Since you want to use the High Range LVD threshold, you need to use [ksPC_LowVoltageHighRange] entering Normal level [0b] in spc_low_voltage_level_select
Let me know if that work for you.
Best Regards, Luis