STM32F439xx HAL User Manual
Data Fields
CAN_InitTypeDef Struct Reference

CAN init structure definition. More...

#include <stm32f4xx_hal_can.h>

Data Fields

uint32_t Prescaler
uint32_t Mode
uint32_t SyncJumpWidth
uint32_t TimeSeg1
uint32_t TimeSeg2
FunctionalState TimeTriggeredMode
FunctionalState AutoBusOff
FunctionalState AutoWakeUp
FunctionalState AutoRetransmission
FunctionalState ReceiveFifoLocked
FunctionalState TransmitFifoPriority

Detailed Description

CAN init structure definition.

Definition at line 77 of file stm32f4xx_hal_can.h.


Field Documentation

FunctionalState CAN_InitTypeDef::AutoBusOff

Enable or disable the automatic bus-off management. This parameter can be set to ENABLE or DISABLE.

Definition at line 98 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_Init().

Enable or disable the non-automatic retransmission mode. This parameter can be set to ENABLE or DISABLE.

Definition at line 104 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_Init().

FunctionalState CAN_InitTypeDef::AutoWakeUp

Enable or disable the automatic wake-up mode. This parameter can be set to ENABLE or DISABLE.

Definition at line 101 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_Init().

Specifies the CAN operating mode. This parameter can be a value of CAN Operating Mode

Definition at line 82 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_Init().

Specifies the length of a time quantum. This parameter must be a number between Min_Data = 1 and Max_Data = 1024.

Definition at line 79 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_Init().

Enable or disable the Receive FIFO Locked mode. This parameter can be set to ENABLE or DISABLE.

Definition at line 107 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_Init().

Specifies the maximum number of time quanta the CAN hardware is allowed to lengthen or shorten a bit to perform resynchronization. This parameter can be a value of CAN Synchronization Jump Width

Definition at line 85 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_Init().

Specifies the number of time quanta in Bit Segment 1. This parameter can be a value of CAN Time Quantum in Bit Segment 1

Definition at line 89 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_Init().

Specifies the number of time quanta in Bit Segment 2. This parameter can be a value of CAN Time Quantum in Bit Segment 2

Definition at line 92 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_Init().

Enable or disable the time triggered communication mode. This parameter can be set to ENABLE or DISABLE.

Definition at line 95 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_Init().

Enable or disable the transmit FIFO priority. This parameter can be set to ENABLE or DISABLE.

Definition at line 110 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_Init().


The documentation for this struct was generated from the following file: