I am using nrf52832 sdk14.2.0 to develop now, I want to realize the following function on the basis of PWM_driver example, output the following waveform on P0.22: 1ms high level, 100ms low level, 2ms high level, need to realize how? If you use 1ms as the base, then you need to write more than 100 data in pwm0_seq_values. Is there any good way?