Changes between Version 26 and Version 27 of OFDM/MIMO/Docs/AutoResponse


Ignore:
Timestamp:
Mar 31, 2010, 2:51:16 PM (14 years ago)
Author:
murphpo
Comment:

--

Legend:

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

    v26 v27  
    2727'''Match unit configuration:''' [[BR]]
    2828Each 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:
    29  * {{{PHY_AUTORESPONSE_MATCH_CONFIG}}}(''addr'', ''len'', ''val''): Configure the match unit to check whether ''len'' header bytes starting at ''addr'' match value ''val''
     29 * {{{PHY_AUTORESPONSE_MATCH_CONFIG}}}(''addr'', ''len'', ''val''): Configure the match unit to check whether ''len'' header bytes starting at ''addr'' match value ''val''. There is an endian-swap between C-code and the PHY hardware. For 2 and 3 byte matches, the byte order must be swapped (with htons() for 2-byte and htonl() for 3-byte search values).
    3030
    3131'''Actor configuration:''' [[BR]]