#include "stdint.h"
Go to the source code of this file.
Defines | |
#define | delay_s(x) delay_ms((uint16_t)1000 * (uint16_t)x) |
Functions | |
void | delay_us (uint16_t us) |
void | delay_ms (uint16_t ms) |
#define delay_s | ( | x ) | delay_ms((uint16_t)1000 * (uint16_t)x) |
Definition at line 18 of file hal_delay.h.