nRF5340 UART Interrupt mode send example

Hi all!
I'm currently working on the UART on the nRF5340 board. The SDK describes three options:
-polling API, -interrupt-driven API, -asynchronous API.
With Polling and Asynchronous - everything is clear and they do not suit me for various reasons.
Interrupt-driven doesn't have any APIs for starting (sending the first byte).
Searched everything.
Please share a link to an example.
Related