Lines Matching refs:msgRam
1880 … FilterAddress = (uint32_t *)(hfdcan->msgRam.StandardFilterSA + (sFilterConfig->FilterIndex * 4U)); in HAL_FDCAN_ConfigFilter()
1910 …FilterAddress = (uint32_t *)(hfdcan->msgRam.ExtendedFilterSA + (sFilterConfig->FilterIndex * 4U * … in HAL_FDCAN_ConfigFilter()
2990 …RxAddress = (uint32_t *)(hfdcan->msgRam.RxFIFO0SA + (GetIndex * hfdcan->Init.RxFifo0ElmtSize * 4U)… in HAL_FDCAN_GetRxMessage()
3028 …RxAddress = (uint32_t *)(hfdcan->msgRam.RxFIFO1SA + (GetIndex * hfdcan->Init.RxFifo1ElmtSize * 4U)… in HAL_FDCAN_GetRxMessage()
3044 …RxAddress = (uint32_t *)(hfdcan->msgRam.RxBufferSA + (RxLocation * hfdcan->Init.RxBufferSize * 4U)… in HAL_FDCAN_GetRxMessage()
3171 TxEventAddress = (uint32_t *)(hfdcan->msgRam.TxEventFIFOSA + (GetIndex * 2U * 4U)); in HAL_FDCAN_GetTxEvent()
3617 StartAddress = (hfdcan->msgRam.EndAddress - SRAMCAN_BASE) / 4U; in HAL_FDCAN_TT_ConfigOperation()
3624 hfdcan->msgRam.TTMemorySA = hfdcan->msgRam.EndAddress; in HAL_FDCAN_TT_ConfigOperation()
3625 hfdcan->msgRam.EndAddress = hfdcan->msgRam.TTMemorySA + (pTTParams->TriggerMemoryNbr * 2U * 4U); in HAL_FDCAN_TT_ConfigOperation()
3627 …if (hfdcan->msgRam.EndAddress > FDCAN_MESSAGE_RAM_END_ADDRESS) /* Last address of the Message RAM … in HAL_FDCAN_TT_ConfigOperation()
3638 …for (RAMcounter = hfdcan->msgRam.TTMemorySA; RAMcounter < hfdcan->msgRam.EndAddress; RAMcounter +=… in HAL_FDCAN_TT_ConfigOperation()
3810 …TriggerAddress = (uint32_t *)(hfdcan->msgRam.TTMemorySA + (sTriggerConfig->TriggerIndex * 4U * 2U)… in HAL_FDCAN_TT_ConfigTrigger()
6146 hfdcan->msgRam.StandardFilterSA = SRAMCAN_BASE + (hfdcan->Init.MessageRAMOffset * 4U); in FDCAN_CalcultateRamBlockAddresses()
6147 …hfdcan->msgRam.ExtendedFilterSA = hfdcan->msgRam.StandardFilterSA + (hfdcan->Init.StdFiltersNbr * … in FDCAN_CalcultateRamBlockAddresses()
6148 …hfdcan->msgRam.RxFIFO0SA = hfdcan->msgRam.ExtendedFilterSA + (hfdcan->Init.ExtFiltersNbr * 2U * 4U… in FDCAN_CalcultateRamBlockAddresses()
6149 hfdcan->msgRam.RxFIFO1SA = hfdcan->msgRam.RxFIFO0SA + in FDCAN_CalcultateRamBlockAddresses()
6151 hfdcan->msgRam.RxBufferSA = hfdcan->msgRam.RxFIFO1SA + in FDCAN_CalcultateRamBlockAddresses()
6153 hfdcan->msgRam.TxEventFIFOSA = hfdcan->msgRam.RxBufferSA + in FDCAN_CalcultateRamBlockAddresses()
6155 hfdcan->msgRam.TxBufferSA = hfdcan->msgRam.TxEventFIFOSA + (hfdcan->Init.TxEventsNbr * 2U * 4U); in FDCAN_CalcultateRamBlockAddresses()
6156 …hfdcan->msgRam.TxFIFOQSA = hfdcan->msgRam.TxBufferSA + (hfdcan->Init.TxBuffersNbr * hfdcan->Init.T… in FDCAN_CalcultateRamBlockAddresses()
6158 hfdcan->msgRam.EndAddress = hfdcan->msgRam.TxFIFOQSA + in FDCAN_CalcultateRamBlockAddresses()
6161 …if (hfdcan->msgRam.EndAddress > FDCAN_MESSAGE_RAM_END_ADDRESS) /* Last address of the Message RAM … in FDCAN_CalcultateRamBlockAddresses()
6175 …for (RAMcounter = hfdcan->msgRam.StandardFilterSA; RAMcounter < hfdcan->msgRam.EndAddress; RAMcoun… in FDCAN_CalcultateRamBlockAddresses()
6226 …TxAddress = (uint32_t *)(hfdcan->msgRam.TxBufferSA + (BufferIndex * hfdcan->Init.TxElmtSize * 4U)); in FDCAN_CopyMessageToRAM()