Changes between Version 4 and Version 5 of OFDM/MIMO/Docs/AutoResponse


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

--

Legend:

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

    v4 v5  
    77
    88=== Actors ===
    9 The actors are configured to trigger a transmission when a received packet meets programmed conditions, including any combination of match unit outputs.
     9The actors are configured to trigger a transmission when a received packet meets programmed conditions, including any combination of match unit outputs.
     10
     11'''Important:''' user code must guarantee that the conditions applied to each actor are mutually exclusive. No more than one actor should be triggered by a single packet reception. This requirement is '''not''' enforced in hardware. Results will be unpredictable if multiple actors are triggered at once. Unused actors should be disabled.
    1012
    1113=== Header Translator ===
     
    4042   * ''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
    4143   * ''conditions'': bitwise OR'd combination of actor condition flags; every condition must be met by a given reception to trigger the actor.
    42  * PHY_AUTORESPONSE_ACTION_SETFLAGA_CONFIG(''conditions''): Configure the actor to set Flag A; ''conditions'' is a bitwise OR'd combination of actor condition flags
    43  * PHY_AUTORESPONSE_ACTION_SETFLAGB_CONFIG(''conditions''): Configure the actor to set Flag B; ''conditions'' is a bitwise OR'd combination of actor condition flags
     44 * PHY_AUTORESPONSE_ACTION_SETFLAGA_CONFIG(''conditions''): Configure the actor to set Flag A; ''conditions'' is a bitwise OR'd combination of actor condition requirements
     45 * PHY_AUTORESPONSE_ACTION_SETFLAGB_CONFIG(''conditions''): Configure the actor to set Flag B; ''conditions'' is a bitwise OR'd combination of actor condition requirements