source: ResearchApps/MAC/CSMAMAC/csmaMac.h

Last change on this file was 1713, checked in by murphpo, 12 years ago

Updating code for OFDM ref design v17 in ISE 13.4 tools

File size: 444 bytes
RevLine 
[1713]1/*! \file csmaMac.c
2 \brief Carrier-Sensing Random Access MAC.
[824]3
[1713]4 @version 17.0
5 @author Chris Hunter and Patrick Murphy
[906]6*/
[986]7
[1380]8void upButton();
9void middleButton();
10void rightButton();
11void leftButton();
[1579]12int phyRx_goodHeader_callback(Macframe* packet);
[954]13void phyRx_badHeader_callback();
[1329]14void dataFromNetworkLayer_callback(Xuint32 length, char* payload);
[954]15void timer_callback(unsigned char timerType);
[1063]16void uartRecv_callback(unsigned char uartByte);
Note: See TracBrowser for help on using the repository browser.