Changes between Version 23 and Version 24 of OFDM/MIMO/Docs/AutoResponse


Ignore:
Timestamp:
Sep 26, 2009, 6:07:14 PM (15 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDM/MIMO/Docs/AutoResponse

    v23 v24  
    2626
    2727'''Match unit configuration:''' [[BR]]
    28 Each match unit is configured with a single register write; each unit is access with the macro {{{mimo_ofdmTxRx_setMatchN}}}(''config''), where N is in ![0,5] and ''config'' is the value returned by the match unit config macro:
     28Each match unit is configured with a single register write; each unit is acceseds with the macro {{{mimo_ofdmTxRx_setMatchN}}}(''config''), where N is in ![0,5] and ''config'' is the value returned by the match unit config macro:
    2929 * {{{PHY_AUTORESPONSE_MATCH_CONFIG}}}(''addr'', ''len'', ''val''): Configure the match unit to check whether ''len'' header bytes starting at ''addr'' match value ''val''
    3030
     
    3333 * {{{PHY_AUTORESPONSE_TXACTION_CONFIG}}}(''pktBuf'', ''options'', ''delay'', ''conditions''): Configure the actor to automatically transmit:
    3434   * ''pktBuf'': index (in ![1,31]) of the packet buffer from which to automatically transmit the packet
    35    * ''options'': enable the header translator when this actor triggers a transmission 'PHY_AUTORESPONSE_ACT_TRANS_HDR: use the translator; 0: disable the translator)
     35   * ''options'': enable the header translator when this actor triggers a transmission (PHY_AUTORESPONSE_ACT_TRANS_HDR: use the translator; 0: disable the translator)
    3636   * ''delay'': number of 0.25µs increments to delay the automatic transmission. The time starts when the final byte of the incoming packet is decoded, even if the actor doesn't depend on the payload error status
    3737   * ''conditions'': bitwise OR'd combination of actor condition flags; every condition must be met by a given reception to trigger the actor.