uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
lpc17xx-if.h File Reference
#include "lwip/netif.h"

Go to the source code of this file.

Typedefs

typedef void(* lpc17xx_if_waitdma_t )()
 

Functions

err_t lpc17xx_if_init (struct netif *netif)
 
void lpc17xx_if_check_input (struct netif *netif)
 

Variables

lpc17xx_if_waitdma_t lpc17xX_if_waitdma
 

Typedef Documentation

typedef void(* lpc17xx_if_waitdma_t)()

Definition at line 6 of file lpc17xx-if.h.

Function Documentation

void lpc17xx_if_check_input ( struct netif netif)

Definition at line 302 of file lpc17xx-if.c.

err_t lpc17xx_if_init ( struct netif netif)

Definition at line 256 of file lpc17xx-if.c.

Variable Documentation

lpc17xx_if_waitdma_t lpc17xX_if_waitdma