Package Body >> RssiPkg
 | 
 | RSSI_WORD_WIDTH_C   | positive  :=   8   | 
| RSSI_AXIS_CONFIG_C   | AxiStreamConfigType   := ssiAxiStreamConfig ( dataBytes  = >    RSSI_WORD_WIDTH_C  , tKeepMode  = >    TKEEP_COMP_C , tUserMode  = >    TUSER_FIRST_LAST_C , tDestBits  = >   0  , tUserBits  = >   2  )  | 
| SYN_HEADER_SIZE_C   |   :=   24   | 
| ACK_HEADER_SIZE_C   |   :=   8   | 
| EACK_HEADER_SIZE_C   |   :=   8   | 
| RST_HEADER_SIZE_C   |   :=   8   | 
| NULL_HEADER_SIZE_C   |   :=   8   | 
| DATA_HEADER_SIZE_C   |   :=   8   | 
| RSSI_PARAM_INIT_C   | RssiParamType   := ( version    = > (  others  = > '  0  ' ) , chksumEn    = > (  others  = > '  0  ' ) , timeoutUnit    = > (  others  = > '  0  ' ) , maxOutsSeg    = > (  others  = > '  0  ' ) , maxSegSize    = > (  others  = > '  0  ' ) , retransTout    = > (  others  = > '  0  ' ) , cumulAckTout    = > (  others  = > '  0  ' ) , nullSegTout    = > (  others  = > '  0  ' ) , maxRetrans    = > (  others  = > '  0  ' ) , maxCumAck    = > (  others  = > '  0  ' ) , maxOutofseq    = > (  others  = > '  0  ' ) , connectionId    = > (  others  = > '  0  ' ) )  | 
| WINDOW_INIT_C   | WindowType   := ( seqN    = > (  others  = > '  0  ' ) , segType    = > (  others  = > '  0  ' ) , keep    = > (  others  = > '  1  ' ) , segSize    = >  0  , occupied    = > '  0  ' )  | 
Definition at line 25 of file RssiPkg.vhd.
 
◆ endianSwap64()
  
  
      
        
          |    endianSwap64 | 
          ( | 
            | 
          data_slv in  slv (  63  downto   0 )     | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
Function   | 
  
 
 
◆ ieee
◆ std_logic_1164
◆ StdRtlPkg
◆ SsiPkg
◆ AxiStreamPkg
◆ RSSI_WORD_WIDTH_C
◆ RSSI_AXIS_CONFIG_C
◆ SYN_HEADER_SIZE_C
◆ ACK_HEADER_SIZE_C
◆ EACK_HEADER_SIZE_C
◆ RST_HEADER_SIZE_C
◆ NULL_HEADER_SIZE_C
◆ DATA_HEADER_SIZE_C
◆ RssiParamType
◆ version
◆ chksumEn
◆ timeoutUnit
◆ maxOutsSeg
◆ maxSegSize
◆ retransTout
◆ cumulAckTout
◆ nullSegTout
◆ maxRetrans
◆ maxCumAck
◆ maxOutofseq
◆ connectionId
◆ RSSI_PARAM_INIT_C
  
  
      
        
          | RSSI_PARAM_INIT_C RssiParamType   := ( version    = > (  others  = > '  0  ' ) , chksumEn    = > (  others  = > '  0  ' ) , timeoutUnit    = > (  others  = > '  0  ' ) , maxOutsSeg    = > (  others  = > '  0  ' ) , maxSegSize    = > (  others  = > '  0  ' ) , retransTout    = > (  others  = > '  0  ' ) , cumulAckTout    = > (  others  = > '  0  ' ) , nullSegTout    = > (  others  = > '  0  ' ) , maxRetrans    = > (  others  = > '  0  ' ) , maxCumAck    = > (  others  = > '  0  ' ) , maxOutofseq    = > (  others  = > '  0  ' ) , connectionId    = > (  others  = > '  0  ' ) )   | 
         
       
   | 
  
Constant   | 
  
 
 
◆ flagsType
◆ syn
◆ ack
◆ eack
◆ rst
◆ nul
◆ data
◆ busy
◆ eofe
◆ WindowType
◆ seqN
◆ segType
◆ keep
◆ segSize
◆ occupied
◆ WINDOW_INIT_C
◆ WindowTypeArray
The documentation for this class was generated from the following file: