1.2.3.2 MC_DelayMs()

void MC_DelayMs (uint32_t delayMs)

Performs a delay using a timer in the background.

Note:

Call this function from normal context, not from interrupt context. It is recommended to use the MC_DELAY_MS macro instead of a direct call. Use this in the application to create delays instead of long loops or other system delays.

Parameters:
in delayMs

The number of milliseconds of delay

Returns:

None.