uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
lpc17xx-if.h
Go to the documentation of this file.
1 #ifndef __LPC17XX_IF_H__
2 #define __LPC17XX_IF_H__
3 
4 #include "lwip/netif.h"
5 
6 typedef void (*lpc17xx_if_waitdma_t)();
8 
10 void lpc17xx_if_check_input(struct netif * netif);
11 
12 #endif