Sign in
nest-open-source
/
nest-detect
/
1.0.1
/
freertos
/
refs/heads/master
/
.
/
FreeRTOS-Plus
/
Demo
/
FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC
/
ThirdParty
/
CMSISv2p10_LPC18xx_DriverLib
/
inc
/
lpc18xx_utils.h
blob: fd049c501a5fc7e81dada9e7c9ed74f6acedb1dd [
file
] [
log
] [
blame
]
#ifndef
_LPC18XX_UTILS_H
#define
_LPC18XX_UTILS_H
#include
"lpc_types.h"
extern
uint32_t
msec
;
extern
volatile
uint32_t
u32Milliseconds
;
void
SysTick_Handler
(
void
);
int
timer_delay_us
(
int
cnt
);
int
timer_delay_ms
(
int
cnt
);
#endif