How to convert characters to hexadecimal in UEFI code
I’m trying to write a UEFI application to set up a watchdog timer, and I want to do it by inputting the seconds from the keyboard, all the other register settings are already done.
I’m trying to write a UEFI application to set up a watchdog timer, and I want to do it by inputting the seconds from the keyboard, all the other register settings are already done.