csp_interface.h File Reference
#include <csp/csp.h>

Go to the source code of this file.

Macros

#define csp_new_packet   csp_qfifo_write
 csp_new_packet is deprecated, use csp_qfifo_write More...
 

Functions

void csp_qfifo_write (csp_packet_t *packet, csp_iface_t *interface, CSP_BASE_TYPE *pxTaskWoken)
 Inputs a new packet into the system This function is called from interface drivers ISR to route and accept packets. More...
 
uint8_t csp_route_get_mac (uint8_t node)
 Get MAC layer address of next hop. More...
 
void csp_iflist_add (csp_iface_t *ifc)
 Register your interface in the router core using this function. More...