Is there a way to re-initialize low power PWM

I'm using three low power PWM instances driving three separate IO pins open an nRF 52810 and need to be able to re-configure each of the channels on the fly to select opposite polarity.  Unlike PWM duty cycle, I see no function that allows this as the polarity of the output is established via a structure that is passed to the low_power_pwm_init function.  Attempts to re-init the pwm instance result in an error as is stated in the 810 product spec.  The actual timing of the switch from one polarity to the other is not critical.  It can be sloppy.  So what is the best way to go about this?

Related