STM32H735xx HAL User Manual
|
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. |
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.
uint32_t HAL_FDCAN_GetError | ( | FDCAN_HandleTypeDef * | hfdcan | ) |
Return the FDCAN error code.
hfdcan | pointer to an FDCAN_HandleTypeDef structure that contains the configuration information for the specified FDCAN. |
FDCAN | Error Code |
Definition at line 6010 of file stm32h7xx_hal_fdcan.c.
References __FDCAN_HandleTypeDef::ErrorCode.
Return the FDCAN state.
hfdcan | pointer to an FDCAN_HandleTypeDef structure that contains the configuration information for the specified FDCAN. |
HAL | state |
Definition at line 5998 of file stm32h7xx_hal_fdcan.c.
References __FDCAN_HandleTypeDef::State.