Delay routines. More...
#include "delay.h"
Functions | |
void | delay_us (uint16_t delay) |
interruptable microsecond delay does NOT call wd_reset | |
void | _delay (uint32_t delay) |
delay microseconds | |
void | _delay_ms (uint32_t delay) |
delay milliseconds |
Delay routines.
void _delay | ( | uint32_t | delay | ) |
delay microseconds
delay | time to wait in microseconds |
void _delay_ms | ( | uint32_t | delay | ) |
delay milliseconds
delay | time to wait in milliseconds |
void delay_us | ( | uint16_t | delay | ) |
interruptable microsecond delay does NOT call wd_reset
delay | time in microseconds |
Referenced by _delay_ms().