Changes between Version 11 and Version 12 of OFDM/MIMO/Docs/AutoResponse


Ignore:
Timestamp:
Aug 29, 2009, 3:28:01 PM (15 years ago)
Author:
murphpo
Comment:

--

Legend:

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

    v11 v12  
    2323'''Actor configuration:''' [[BR]]
    2424Each actor is configured with a single register write; each actor is accessed with its own macro ({{{mimo_ofdmTxRx_setActionN(''config'')}}}), where N is in [0,5] and ''config'' is the value returned by one of these actor configuration macros:
    25  * PHY_AUTORESPONSE_TXACTION_CONFIG(''pktBuf'', ''options'', ''delay'', ''conditions''): Configure the actor to automatically transmit:
     25 * {{{PHY_AUTORESPONSE_TXACTION_CONFIG(''pktBuf'', ''options'', ''delay'', ''conditions'')}}}: Configure the actor to automatically transmit:
    2626   * ''pktBuf'': index (in ![1,31]) of the packet buffer from which to automatically transmit the packet
    2727   * ''options'': enable the header translator when this actor triggers a transmission 'PHY_AUTORESPONSE_ACT_TRANS_HDR: use the translator; 0: disable the translator)
     
    3333'''Actor condition requirements:''' [[BR]]
    3434The following values are used to specify the conditions for each actor. These values should be bitwise OR'd together to form the ''conditions'' field in the {{PHY_AUTORESPONSE_TXACTION_CONFIG}} macro.
    35  * PHY_AUTORESPONSE_REQ_GOODHDR: Packet currently being received is decoded without header errors
    36  * PHY_AUTORESPONSE_REQ_BADPKT: Packet currently being received has errors in payload but not header
    37  * PHY_AUTORESPONSE_REQ_GOODPKT: Packet currently being received is decoded without errors in header and payload
    38  * PHY_AUTORESPONSE_REQ_FLAGA: Flag A is set (set during previous reception)
    39  * PHY_AUTORESPONSE_REQ_FLAGB:  Flag B is set (set during previous reception)
    40  * PHY_AUTORESPONSE_REQ_MATCH0: Match unit 0 conditions are met by the current packet header
    41  * PHY_AUTORESPONSE_REQ_MATCH1: Match unit 1 conditions are met by the current packet header
    42  * PHY_AUTORESPONSE_REQ_MATCH2: Match unit 2 conditions are met by the current packet header
    43  * PHY_AUTORESPONSE_REQ_MATCH3: Match unit 3 conditions are met by the current packet header
    44  * PHY_AUTORESPONSE_REQ_MATCH4: Match unit 4 conditions are met by the current packet header
    45  * PHY_AUTORESPONSE_REQ_MATCH5: Match unit 5 conditions are met by the current packet header
     35 * {{{PHY_AUTORESPONSE_REQ_GOODHDR}}}: Packet currently being received is decoded without header errors
     36 * {{{PHY_AUTORESPONSE_REQ_BADPKT}}}: Packet currently being received has errors in payload but not header
     37 * {{{PHY_AUTORESPONSE_REQ_GOODPKT}}}: Packet currently being received is decoded without errors in header and payload
     38 * {{{PHY_AUTORESPONSE_REQ_FLAGA}}}: Flag A is set (set during previous reception)
     39 * {{{PHY_AUTORESPONSE_REQ_FLAGB}}}:  Flag B is set (set during previous reception)
     40 * {{{PHY_AUTORESPONSE_REQ_MATCH0}}}: Match unit 0 conditions are met by the current packet header
     41 * {{{PHY_AUTORESPONSE_REQ_MATCH1}}}: Match unit 1 conditions are met by the current packet header
     42 * {{{PHY_AUTORESPONSE_REQ_MATCH2}}}: Match unit 2 conditions are met by the current packet header
     43 * {{{PHY_AUTORESPONSE_REQ_MATCH3}}}: Match unit 3 conditions are met by the current packet header
     44 * {{{PHY_AUTORESPONSE_REQ_MATCH4}}}: Match unit 4 conditions are met by the current packet header
     45 * {{{PHY_AUTORESPONSE_REQ_MATCH5}}}: Match unit 5 conditions are met by the current packet header
    4646
    4747'''Actor options:''' [[BR]]