osal_time.h

    Description:

    Declares the time, sleep, and delay interfaces.

    Since:

    1.0

    Version:

    1.0

    Function Name

    Description

    OsalSleep (uint32_t sec)

    void 

    Describes thread sleep, in seconds.

    (uint32_t ms)

    void 

    Describes thread sleep, in milliseconds.

    OsalGetTime ( time)

    int32_t 

    (const OsalTimespec start, const end, OsalTimespec diff)

    int32_t 

    Obtains time difference.

    (void)

    uint64_t 

    Obtains the system time.

    OsalMDelay (uint32_t ms)

    void 

    Describes thread delay, in milliseconds.

    (uint32_t us)

    void