I'm using the S32K148 EVM.
I configured the pin PTB8 for FTM3_0 function.
After the DeInitPWM was executed, the pin states went to Low state.
My application needs to call InitPwm() and DeInitPwm() repeatedly. At this time, After DeInitPwm, the pin state need to keep the high state.
Is it possible to set the Default pin state to High state after DeInitPWM() in the PWM configuration settings?