REG_INIT_C | RegType := ( windowArray = > ( 0 to 2 ** WINDOW_ADDR_SIZE_G- 1 = > WINDOW_INIT_C ) , inorderSeqN = > ( others = > ' 0 ' ) , rxHeaderAddr = > ( others = > ' 0 ' ) , rxSegmentAddr = > ( others = > ' 0 ' ) , rxBufferAddr = > ( others = > ' 0 ' ) , segmentWe = > ' 0 ' , rxF = > ( others = > ( ' 0 ' ) ) , rxParam = > RSSI_PARAM_INIT_C , rxHeadLen = > ( others = > ' 0 ' ) , rxSeqN = > ( others = > ' 0 ' ) , rxAckN = > ( others = > ' 0 ' ) , chkEn = > ' 0 ' , chkStb = > ' 0 ' , chkLen = > 1 , segValid = > ' 0 ' , segDrop = > ' 0 ' , headerData = > ( others = > ' 0 ' ) , tspSsiMaster = > SSI_MASTER_INIT_C , tspSsiSlave = > SSI_SLAVE_NOTRDY_C , tspState = > WAIT_SOF_S , rxTspState = > ( others = > ' 0 ' ) , txBufferAddr = > ( others = > ' 0 ' ) , txSegmentAddr = > ( others = > ' 0 ' ) , rxLastSeqN = > ( others = > ' 0 ' ) , appSsiMaster = > SSI_MASTER_INIT_C , appSsiSlave = > SSI_SLAVE_NOTRDY_C , appState = > CHECK_BUFFER_S , rxAppState = > ( others = > ' 0 ' ) ) |