osal_time.h

    OSAL

    Description:

    Declares the time, sleep, and delay interfaces.

    Since:

    1.0

    Version:

    1.0

    Function Name

    Description

    (uint32_t sec)

    void 

    Describes thread sleep, in seconds.

    OsalMSleep (uint32_t ms)

    void 

    Describes thread sleep, in milliseconds.

    (OsalTimespec )

    int32_t 

    OsalDiffTime (const start, const OsalTimespec end, diff)

    int32_t 

    Obtains time difference.

    OsalGetSysTimeMs (void)

    uint64_t 

    Obtains the system time.

    (uint32_t ms)

    void 

    Describes thread delay, in milliseconds.

    OsalUDelay (uint32_t us)

    void