STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Data Structures | |
struct | CAN_InitTypeDef |
CAN init structure definition. More... | |
struct | CAN_FilterConfTypeDef |
CAN filter configuration structure definition. More... | |
struct | CanTxMsgTypeDef |
CAN Tx message structure definition. More... | |
struct | CanRxMsgTypeDef |
CAN Rx message structure definition. More... | |
struct | CAN_HandleTypeDef |
CAN handle Structure definition. More... | |
struct | CAN_FilterTypeDef |
CAN filter configuration structure definition. More... | |
struct | CAN_TxHeaderTypeDef |
CAN Tx message header structure definition. More... | |
struct | CAN_RxHeaderTypeDef |
CAN Rx message header structure definition. More... | |
Enumerations | |
enum | HAL_CAN_StateTypeDef { HAL_CAN_STATE_RESET = 0x00U , HAL_CAN_STATE_READY = 0x01U , HAL_CAN_STATE_BUSY = 0x02U , HAL_CAN_STATE_BUSY_TX = 0x12U , HAL_CAN_STATE_BUSY_RX0 = 0x22U , HAL_CAN_STATE_BUSY_RX1 = 0x32U , HAL_CAN_STATE_BUSY_TX_RX0 = 0x42U , HAL_CAN_STATE_BUSY_TX_RX1 = 0x52U , HAL_CAN_STATE_BUSY_RX0_RX1 = 0x62U , HAL_CAN_STATE_BUSY_TX_RX0_RX1 = 0x72U , HAL_CAN_STATE_TIMEOUT = 0x03U , HAL_CAN_STATE_ERROR = 0x04U } |
HAL State structures definition. More... | |
enum | HAL_CAN_StateTypeDef { HAL_CAN_STATE_RESET = 0x00U , HAL_CAN_STATE_READY = 0x01U , HAL_CAN_STATE_LISTENING = 0x02U , HAL_CAN_STATE_SLEEP_PENDING = 0x03U , HAL_CAN_STATE_SLEEP_ACTIVE = 0x04U , HAL_CAN_STATE_ERROR = 0x05U } |
HAL State structures definition. More... | |
enum HAL_CAN_StateTypeDef |
#include <stm32f4xx_hal_can_legacy.h>
HAL State structures definition.
Definition at line 51 of file stm32f4xx_hal_can_legacy.h.
enum HAL_CAN_StateTypeDef |
#include <stm32f4xx_hal_can.h>
HAL State structures definition.
Definition at line 46 of file stm32f4xx_hal_can.h.