STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for CAN InitStatus:

Macros

#define CAN_INITSTATUS_FAILED   ((uint8_t)0x00)
 
#define CAN_INITSTATUS_SUCCESS   ((uint8_t)0x01)
 
#define CAN_INITSTATUS_FAILED   (0x00000000U)
 
#define CAN_INITSTATUS_SUCCESS   (0x00000001U)
 

Detailed Description

Macro Definition Documentation

◆ CAN_INITSTATUS_FAILED [1/2]

#define CAN_INITSTATUS_FAILED   ((uint8_t)0x00)

#include <stm32f4xx_hal_can_legacy.h>

CAN initialization failed

Definition at line 263 of file stm32f4xx_hal_can_legacy.h.

◆ CAN_INITSTATUS_SUCCESS [1/2]

#define CAN_INITSTATUS_SUCCESS   ((uint8_t)0x01)

#include <stm32f4xx_hal_can_legacy.h>

CAN initialization OK

CAN initialization OK

Definition at line 264 of file stm32f4xx_hal_can_legacy.h.

◆ CAN_INITSTATUS_FAILED [2/2]

#define CAN_INITSTATUS_FAILED   (0x00000000U)

#include <stm32f4xx_hal_can.h>

CAN initialization failed

Definition at line 328 of file stm32f4xx_hal_can.h.

◆ CAN_INITSTATUS_SUCCESS [2/2]

#define CAN_INITSTATUS_SUCCESS   (0x00000001U)

#include <stm32f4xx_hal_can.h>

CAN initialization OK

Definition at line 329 of file stm32f4xx_hal_can.h.