Changes between Version 19 and Version 20 of CSMAMAC


Ignore:
Timestamp:
Feb 8, 2008, 12:25:39 AM (16 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CSMAMAC

    v19 v20  
    185185}}}
    186186
    187 
    188 
    189 
    190187----
    191188
    192189=== Set TIMEOUT Timer ===
    193190
     191This state starts the time located on the FPGA fabric in a deterministic countdown mode to wait for an acknowledgment. The framework function called is
     192
     193{{{
     194#!c
     195warpmac_setTimer(TIMEOUT);
     196}}}
     197
     198The length of the timeout period was specified back in the main function by
     199
     200{{{
     201#!c
     202warpmac_setTimeout(-);
     203}}}
     204
     205
    194206----
    195207