Hi,
Using Processor Expert with KSDK you can see the pin_init component that is created when you create the project for the device.

This component allows you to configure the complete BSP for your project: pin functionality and more.
You can change the configuration of the component in the Component Inspector. In this case you can go to UAR tab to see the available pins for the UART. There you can select to drive an specific pin to the UART module.

if you right-click on the Pin/Signal selection of the pin you can find the pin functional properties there you can select to enable the pull and the pull-up for the pin

After you Generate the code you will find in Generated_code > pin_init.c the initialization code:

Hope this information can help you
Best Regards,
Adrian Sanchez Cano
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------