Hello:
I need a microsecond delay function that using the BIOS kernel APIs.
How do setup to have microsecond delay using BIOS API?
Thank You
Mike
/**************************************************************************************************
* @fn BSP_Delay
*
* @brief Delay for the requested amount of time.
*
* @param # of microseconds to delay.
*
* @return none
**************************************************************************************************
*/
void BSP_Delay(uint16_t usec)
{
}