Greetings, I'm writing a driver that will use async functions to do some processing. While in those async functions, is it safe to call the driver_mk_* functions, or do I need to hold a port lock? Thanks, D.