How can I use "PHHAL_PCR_DO_SOFT_RESET" macro defined in "PN7464AU FW API Guide" ?
-I'm adding '#define NXPBUILD__PHHAL_PCR' to 'APP_NXPBuild.h' header file.
-Including 'phhalPcr.h' and 'ph_Reg.h' header files.
When I try to use "PHHAL_PCR_DO_SOFT_RESET" macro which is defined in "PN7464AU FW API Guide" i'm getting 'PCR_CTRL_REG_0_MASK' is not defined' error.
How can I do a soft reset?
phhalPcr
#include "phhalPcr.h"
#include "ph_Reg.h"