Platform drivers for Mbed.

Dependents:   EVAL-CN0535-FMCZ EVAL-CN0535-FMCZ EVAL-AD568x-AD569x EVAL-AD7606 ... more

Embed: (wiki syntax)

« Back to documentation index

delay.cpp File Reference

delay.cpp File Reference

Implementation of Mbed specific delay functionality. More...

Go to the source code of this file.

Functions

void udelay (uint32_t usecs)
 Generate microseconds delay.
void mdelay (uint32_t msecs)
 Generate miliseconds delay.

Detailed Description

Implementation of Mbed specific delay functionality.

Copyright (c) 2019 - 2021 Analog Devices, Inc. All rights reserved.

This software is proprietary to Analog Devices, Inc. and its licensors. By using this software you agree to the terms of the associated Analog Devices Software License Agreement.

Definition in file delay.cpp.


Function Documentation

void mdelay ( uint32_t  msecs )

Generate miliseconds delay.

Parameters:
msecs- Delay in miliseconds.
Returns:
None.

Definition at line 53 of file delay.cpp.

void udelay ( uint32_t  usecs )

Generate microseconds delay.

Parameters:
usecs- Delay in microseconds.
Returns:
None.

Definition at line 40 of file delay.cpp.