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.

LAUNCHXL-F28069M: 请问例程lab13b中有现成写好的延时函数吗?

Part Number: LAUNCHXL-F28069M


有的话,函数名是什么呢?例如DELAY_US(100*1000); 之类的

  • // 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);