Lines Matching refs:msgRam

861 … FilterAddress = (uint32_t *)(hfdcan->msgRam.StandardFilterSA + (sFilterConfig->FilterIndex * 4U));  in HAL_FDCAN_ConfigFilter()
891 …FilterAddress = (uint32_t *)(hfdcan->msgRam.ExtendedFilterSA + (sFilterConfig->FilterIndex * 4U * … in HAL_FDCAN_ConfigFilter()
1949 …RxAddress = (uint32_t *)(hfdcan->msgRam.RxFIFO0SA + (GetIndex * hfdcan->Init.RxFifo0ElmtSize * 4U)… in HAL_FDCAN_GetRxMessage()
1975 …RxAddress = (uint32_t *)(hfdcan->msgRam.RxFIFO1SA + (GetIndex * hfdcan->Init.RxFifo1ElmtSize * 4U)… in HAL_FDCAN_GetRxMessage()
1991 …RxAddress = (uint32_t *)(hfdcan->msgRam.RxBufferSA + (RxLocation * hfdcan->Init.RxBufferSize * 4U)… in HAL_FDCAN_GetRxMessage()
2118 TxEventAddress = (uint32_t *)(hfdcan->msgRam.TxEventFIFOSA + (GetIndex * 2U * 4U)); in HAL_FDCAN_GetTxEvent()
2558 StartAddress = (hfdcan->msgRam.EndAddress - SRAMCAN_BASE) / 4U; in HAL_FDCAN_TT_ConfigOperation()
2565 hfdcan->msgRam.TTMemorySA = hfdcan->msgRam.EndAddress; in HAL_FDCAN_TT_ConfigOperation()
2566 hfdcan->msgRam.EndAddress = hfdcan->msgRam.TTMemorySA + (pTTParams->TriggerMemoryNbr * 2U * 4U); in HAL_FDCAN_TT_ConfigOperation()
2568 …if (hfdcan->msgRam.EndAddress > FDCAN_MESSAGE_RAM_END_ADDRESS) /* Last address of the Message RAM … in HAL_FDCAN_TT_ConfigOperation()
2579 …for (RAMcounter = hfdcan->msgRam.TTMemorySA; RAMcounter < hfdcan->msgRam.EndAddress; RAMcounter +=… in HAL_FDCAN_TT_ConfigOperation()
2748 …TriggerAddress = (uint32_t *)(hfdcan->msgRam.TTMemorySA + (sTriggerConfig->TriggerIndex * 4U * 2U)… in HAL_FDCAN_TT_ConfigTrigger()
4988 hfdcan->msgRam.StandardFilterSA = SRAMCAN_BASE + (hfdcan->Init.MessageRAMOffset * 4U); in FDCAN_CalcultateRamBlockAddresses()
4989 …hfdcan->msgRam.ExtendedFilterSA = hfdcan->msgRam.StandardFilterSA + (hfdcan->Init.StdFiltersNbr * … in FDCAN_CalcultateRamBlockAddresses()
4990 …hfdcan->msgRam.RxFIFO0SA = hfdcan->msgRam.ExtendedFilterSA + (hfdcan->Init.ExtFiltersNbr * 2U * 4U… in FDCAN_CalcultateRamBlockAddresses()
4991 …hfdcan->msgRam.RxFIFO1SA = hfdcan->msgRam.RxFIFO0SA + (hfdcan->Init.RxFifo0ElmtsNbr * hfdcan->Init… in FDCAN_CalcultateRamBlockAddresses()
4992 …hfdcan->msgRam.RxBufferSA = hfdcan->msgRam.RxFIFO1SA + (hfdcan->Init.RxFifo1ElmtsNbr * hfdcan->Ini… in FDCAN_CalcultateRamBlockAddresses()
4993 …hfdcan->msgRam.TxEventFIFOSA = hfdcan->msgRam.RxBufferSA + (hfdcan->Init.RxBuffersNbr * hfdcan->In… in FDCAN_CalcultateRamBlockAddresses()
4994 hfdcan->msgRam.TxBufferSA = hfdcan->msgRam.TxEventFIFOSA + (hfdcan->Init.TxEventsNbr * 2U * 4U); in FDCAN_CalcultateRamBlockAddresses()
4995 …hfdcan->msgRam.TxFIFOQSA = hfdcan->msgRam.TxBufferSA + (hfdcan->Init.TxBuffersNbr * hfdcan->Init.T… in FDCAN_CalcultateRamBlockAddresses()
4997 …hfdcan->msgRam.EndAddress = hfdcan->msgRam.TxFIFOQSA + (hfdcan->Init.TxFifoQueueElmtsNbr * hfdcan-… in FDCAN_CalcultateRamBlockAddresses()
4999 …if (hfdcan->msgRam.EndAddress > FDCAN_MESSAGE_RAM_END_ADDRESS) /* Last address of the Message RAM … in FDCAN_CalcultateRamBlockAddresses()
5013 …for (RAMcounter = hfdcan->msgRam.StandardFilterSA; RAMcounter < hfdcan->msgRam.EndAddress; RAMcoun… in FDCAN_CalcultateRamBlockAddresses()
5063 …TxAddress = (uint32_t *)(hfdcan->msgRam.TxBufferSA + (BufferIndex * hfdcan->Init.TxElmtSize * 4U)); in FDCAN_CopyMessageToRAM()