I create software uart librarty for nrf52832. For one pair tx, rx it's worked (on 9600, 19200 baudrates). Then I create multi-instance software uart (all of them gonna use only one timer).
For that I need to feed my structure into gpiote handler. How to link my structure to handler function (like timer`s p_contex).