有的话,函数名是什么呢?例如DELAY_US(100*1000); 之类的
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
// assembly file
extern void usDelay(uint32_t Count);
// **************************************************************************
// the function prototypes
//! \brief Provides a prescribes micro-second delay
//! \param[in] delay_usec The delay, usec
extern void usDelay(const uint_least32_t delay_usec);