chen
2025-01-09 9e89f6865618d0b48b4676baad4ef693f69129d1
keil/include/drivers/mk_misc.h
@@ -283,8 +283,19 @@
 * @note @p cnt should less than 2.15 seconds
 */
void RAM_FUNC delay_us(uint32_t cnt);
/**
 * @brief delay us.
 * @param[in]  cnt          Time in us
 * @note @p cnt should less than 2.15 seconds
 */
 void delay_US(uint32_t nTimer);
 /**
 * @brief delay ms.
 * @param[in]  cnt          Time in us
 * @note @p cnt should less than 2.15 seconds
 */
 void delay_ms(uint32_t nTimer);
 /**
 * @brief Calculate how many bits are set
 *
 * @param[in]  value        Input data