STM32H735xx HAL User Manual
Functions
Peripheral State functions
FDCAN Exported Functions

FDCAN Peripheral State functions. More...

Functions

HAL_FDCAN_StateTypeDef HAL_FDCAN_GetState (FDCAN_HandleTypeDef *hfdcan)
 Return the FDCAN state.
uint32_t HAL_FDCAN_GetError (FDCAN_HandleTypeDef *hfdcan)
 Return the FDCAN error code.

Detailed Description

FDCAN Peripheral State functions.

  ==============================================================================
                      ##### Peripheral State functions #####
  ==============================================================================
    [..]
    This subsection provides functions allowing to :
      (+) HAL_FDCAN_GetState()  : Return the FDCAN state.
      (+) HAL_FDCAN_GetError()  : Return the FDCAN error code if any.


Function Documentation

uint32_t HAL_FDCAN_GetError ( FDCAN_HandleTypeDef hfdcan)

Return the FDCAN error code.

Parameters:
hfdcanpointer to an FDCAN_HandleTypeDef structure that contains the configuration information for the specified FDCAN.
Return values:
FDCANError Code

Definition at line 6010 of file stm32h7xx_hal_fdcan.c.

References __FDCAN_HandleTypeDef::ErrorCode.

Return the FDCAN state.

Parameters:
hfdcanpointer to an FDCAN_HandleTypeDef structure that contains the configuration information for the specified FDCAN.
Return values:
HALstate

Definition at line 5998 of file stm32h7xx_hal_fdcan.c.

References __FDCAN_HandleTypeDef::State.