Lines Matching defs:hfdcan

293 HAL_StatusTypeDef HAL_FDCAN_Init(FDCAN_HandleTypeDef *hfdcan)  in HAL_FDCAN_Init()
536 HAL_StatusTypeDef HAL_FDCAN_DeInit(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_DeInit()
582 __weak void HAL_FDCAN_MspInit(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_MspInit()
597 __weak void HAL_FDCAN_MspDeInit(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_MspDeInit()
612 HAL_StatusTypeDef HAL_FDCAN_EnterPowerDownMode(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_EnterPowerDownMode()
647 HAL_StatusTypeDef HAL_FDCAN_ExitPowerDownMode(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_ExitPowerDownMode()
697 HAL_StatusTypeDef HAL_FDCAN_RegisterCallback(FDCAN_HandleTypeDef *hfdcan, HAL_FDCAN_CallbackIDTypeD… in HAL_FDCAN_RegisterCallback()
800 HAL_StatusTypeDef HAL_FDCAN_UnRegisterCallback(FDCAN_HandleTypeDef *hfdcan, HAL_FDCAN_CallbackIDTyp… in HAL_FDCAN_UnRegisterCallback()
885 HAL_StatusTypeDef HAL_FDCAN_RegisterTxEventFifoCallback(FDCAN_HandleTypeDef *hfdcan, in HAL_FDCAN_RegisterTxEventFifoCallback()
919 HAL_StatusTypeDef HAL_FDCAN_UnRegisterTxEventFifoCallback(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_UnRegisterTxEventFifoCallback()
946 HAL_StatusTypeDef HAL_FDCAN_RegisterRxFifo0Callback(FDCAN_HandleTypeDef *hfdcan, in HAL_FDCAN_RegisterRxFifo0Callback()
980 HAL_StatusTypeDef HAL_FDCAN_UnRegisterRxFifo0Callback(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_UnRegisterRxFifo0Callback()
1007 HAL_StatusTypeDef HAL_FDCAN_RegisterRxFifo1Callback(FDCAN_HandleTypeDef *hfdcan, in HAL_FDCAN_RegisterRxFifo1Callback()
1041 HAL_StatusTypeDef HAL_FDCAN_UnRegisterRxFifo1Callback(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_UnRegisterRxFifo1Callback()
1068 HAL_StatusTypeDef HAL_FDCAN_RegisterTxBufferCompleteCallback(FDCAN_HandleTypeDef *hfdcan, in HAL_FDCAN_RegisterTxBufferCompleteCallback()
1103 HAL_StatusTypeDef HAL_FDCAN_UnRegisterTxBufferCompleteCallback(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_UnRegisterTxBufferCompleteCallback()
1130 HAL_StatusTypeDef HAL_FDCAN_RegisterTxBufferAbortCallback(FDCAN_HandleTypeDef *hfdcan, in HAL_FDCAN_RegisterTxBufferAbortCallback()
1165 HAL_StatusTypeDef HAL_FDCAN_UnRegisterTxBufferAbortCallback(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_UnRegisterTxBufferAbortCallback()
1192 HAL_StatusTypeDef HAL_FDCAN_RegisterErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, in HAL_FDCAN_RegisterErrorStatusCallback()
1226 HAL_StatusTypeDef HAL_FDCAN_UnRegisterErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_UnRegisterErrorStatusCallback()
1296 HAL_StatusTypeDef HAL_FDCAN_ConfigFilter(FDCAN_HandleTypeDef *hfdcan, const FDCAN_FilterTypeDef *sF… in HAL_FDCAN_ConfigFilter()
1380 HAL_StatusTypeDef HAL_FDCAN_ConfigGlobalFilter(FDCAN_HandleTypeDef *hfdcan, in HAL_FDCAN_ConfigGlobalFilter()
1424 HAL_StatusTypeDef HAL_FDCAN_ConfigExtendedIdMask(FDCAN_HandleTypeDef *hfdcan, uint32_t Mask) in HAL_FDCAN_ConfigExtendedIdMask()
1458 HAL_StatusTypeDef HAL_FDCAN_ConfigRxFifoOverwrite(FDCAN_HandleTypeDef *hfdcan, uint32_t RxFifo, uin… in HAL_FDCAN_ConfigRxFifoOverwrite()
1498 HAL_StatusTypeDef HAL_FDCAN_ConfigRamWatchdog(FDCAN_HandleTypeDef *hfdcan, uint32_t CounterStartVal… in HAL_FDCAN_ConfigRamWatchdog()
1528 HAL_StatusTypeDef HAL_FDCAN_ConfigTimestampCounter(FDCAN_HandleTypeDef *hfdcan, uint32_t TimestampP… in HAL_FDCAN_ConfigTimestampCounter()
1558 HAL_StatusTypeDef HAL_FDCAN_EnableTimestampCounter(FDCAN_HandleTypeDef *hfdcan, uint32_t TimestampO… in HAL_FDCAN_EnableTimestampCounter()
1586 HAL_StatusTypeDef HAL_FDCAN_DisableTimestampCounter(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_DisableTimestampCounter()
1611 uint16_t HAL_FDCAN_GetTimestampCounter(const FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_GetTimestampCounter()
1622 HAL_StatusTypeDef HAL_FDCAN_ResetTimestampCounter(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_ResetTimestampCounter()
1653 HAL_StatusTypeDef HAL_FDCAN_ConfigTimeoutCounter(FDCAN_HandleTypeDef *hfdcan, uint32_t TimeoutOpera… in HAL_FDCAN_ConfigTimeoutCounter()
1684 HAL_StatusTypeDef HAL_FDCAN_EnableTimeoutCounter(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_EnableTimeoutCounter()
1709 HAL_StatusTypeDef HAL_FDCAN_DisableTimeoutCounter(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_DisableTimeoutCounter()
1734 uint16_t HAL_FDCAN_GetTimeoutCounter(const FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_GetTimeoutCounter()
1745 HAL_StatusTypeDef HAL_FDCAN_ResetTimeoutCounter(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_ResetTimeoutCounter()
1775 HAL_StatusTypeDef HAL_FDCAN_ConfigTxDelayCompensation(FDCAN_HandleTypeDef *hfdcan, uint32_t TdcOffs… in HAL_FDCAN_ConfigTxDelayCompensation()
1805 HAL_StatusTypeDef HAL_FDCAN_EnableTxDelayCompensation(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_EnableTxDelayCompensation()
1830 HAL_StatusTypeDef HAL_FDCAN_DisableTxDelayCompensation(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_DisableTxDelayCompensation()
1856 HAL_StatusTypeDef HAL_FDCAN_EnableISOMode(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_EnableISOMode()
1882 HAL_StatusTypeDef HAL_FDCAN_DisableISOMode(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_DisableISOMode()
1908 HAL_StatusTypeDef HAL_FDCAN_EnableEdgeFiltering(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_EnableEdgeFiltering()
1934 HAL_StatusTypeDef HAL_FDCAN_DisableEdgeFiltering(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_DisableEdgeFiltering()
1994 HAL_StatusTypeDef HAL_FDCAN_Start(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_Start()
2025 HAL_StatusTypeDef HAL_FDCAN_Stop(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_Stop()
2107 HAL_StatusTypeDef HAL_FDCAN_AddMessageToTxFifoQ(FDCAN_HandleTypeDef *hfdcan, const FDCAN_TxHeaderTy… in HAL_FDCAN_AddMessageToTxFifoQ()
2175 uint32_t HAL_FDCAN_GetLatestTxFifoQRequestBuffer(const FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_GetLatestTxFifoQRequestBuffer()
2189 HAL_StatusTypeDef HAL_FDCAN_AbortTxRequest(FDCAN_HandleTypeDef *hfdcan, uint32_t BufferIndex) in HAL_FDCAN_AbortTxRequest()
2221 HAL_StatusTypeDef HAL_FDCAN_GetRxMessage(FDCAN_HandleTypeDef *hfdcan, uint32_t RxLocation, in HAL_FDCAN_GetRxMessage()
2373 HAL_StatusTypeDef HAL_FDCAN_GetTxEvent(FDCAN_HandleTypeDef *hfdcan, FDCAN_TxEventFifoTypeDef *pTxEv… in HAL_FDCAN_GetTxEvent()
2456 HAL_StatusTypeDef HAL_FDCAN_GetHighPriorityMessageStatus(const FDCAN_HandleTypeDef *hfdcan, in HAL_FDCAN_GetHighPriorityMessageStatus()
2475 HAL_StatusTypeDef HAL_FDCAN_GetProtocolStatus(const FDCAN_HandleTypeDef *hfdcan, in HAL_FDCAN_GetProtocolStatus()
2507 HAL_StatusTypeDef HAL_FDCAN_GetErrorCounters(const FDCAN_HandleTypeDef *hfdcan, in HAL_FDCAN_GetErrorCounters()
2535 uint32_t HAL_FDCAN_IsTxBufferMessagePending(const FDCAN_HandleTypeDef *hfdcan, uint32_t TxBufferInd… in HAL_FDCAN_IsTxBufferMessagePending()
2558 uint32_t HAL_FDCAN_GetRxFifoFillLevel(const FDCAN_HandleTypeDef *hfdcan, uint32_t RxFifo) in HAL_FDCAN_GetRxFifoFillLevel()
2585 uint32_t HAL_FDCAN_GetTxFifoFreeLevel(const FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_GetTxFifoFreeLevel()
2603 uint32_t HAL_FDCAN_IsRestrictedOperationMode(const FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_IsRestrictedOperationMode()
2619 HAL_StatusTypeDef HAL_FDCAN_ExitRestrictedOperationMode(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_ExitRestrictedOperationMode()
2671 HAL_StatusTypeDef HAL_FDCAN_ConfigInterruptLines(FDCAN_HandleTypeDef *hfdcan, uint32_t ITList, uint… in HAL_FDCAN_ConfigInterruptLines()
2716 HAL_StatusTypeDef HAL_FDCAN_ActivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t ActiveITs, in HAL_FDCAN_ActivateNotification()
2809 HAL_StatusTypeDef HAL_FDCAN_DeactivateNotification(FDCAN_HandleTypeDef *hfdcan, uint32_t InactiveIT… in HAL_FDCAN_DeactivateNotification()
2905 void HAL_FDCAN_IRQHandler(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_IRQHandler()
3178 __weak void HAL_FDCAN_TxEventFifoCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t TxEventFifoITs) in HAL_FDCAN_TxEventFifoCallback()
3197 __weak void HAL_FDCAN_RxFifo0Callback(FDCAN_HandleTypeDef *hfdcan, uint32_t RxFifo0ITs) in HAL_FDCAN_RxFifo0Callback()
3216 __weak void HAL_FDCAN_RxFifo1Callback(FDCAN_HandleTypeDef *hfdcan, uint32_t RxFifo1ITs) in HAL_FDCAN_RxFifo1Callback()
3233 __weak void HAL_FDCAN_TxFifoEmptyCallback(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_TxFifoEmptyCallback()
3251 __weak void HAL_FDCAN_TxBufferCompleteCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t BufferIndexes) in HAL_FDCAN_TxBufferCompleteCallback()
3270 __weak void HAL_FDCAN_TxBufferAbortCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t BufferIndexes) in HAL_FDCAN_TxBufferAbortCallback()
3287 __weak void HAL_FDCAN_TimestampWraparoundCallback(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_TimestampWraparoundCallback()
3303 __weak void HAL_FDCAN_TimeoutOccurredCallback(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_TimeoutOccurredCallback()
3319 __weak void HAL_FDCAN_HighPriorityMessageCallback(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_HighPriorityMessageCallback()
3335 __weak void HAL_FDCAN_ErrorCallback(FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_ErrorCallback()
3353 __weak void HAL_FDCAN_ErrorStatusCallback(FDCAN_HandleTypeDef *hfdcan, uint32_t ErrorStatusITs) in HAL_FDCAN_ErrorStatusCallback()
3389 HAL_FDCAN_StateTypeDef HAL_FDCAN_GetState(const FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_GetState()
3401 uint32_t HAL_FDCAN_GetError(const FDCAN_HandleTypeDef *hfdcan) in HAL_FDCAN_GetError()
3425 static void FDCAN_CalcultateRamBlockAddresses(FDCAN_HandleTypeDef *hfdcan) in FDCAN_CalcultateRamBlockAddresses()
3477 static void FDCAN_CopyMessageToRAM(const FDCAN_HandleTypeDef *hfdcan, const FDCAN_TxHeaderTypeDef *… in FDCAN_CopyMessageToRAM()