STM32F103xB HAL User Manual
|
CAN init structure definition. More...
#include <stm32f1xx_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 |
CAN init structure definition.
Definition at line 61 of file stm32f1xx_hal_can.h.
FunctionalState CAN_InitTypeDef::AutoBusOff |
Enable or disable the automatic bus-off management. This parameter can be set to ENABLE or DISABLE.
Definition at line 82 of file stm32f1xx_hal_can.h.
Referenced by HAL_CAN_Init().
FunctionalState CAN_InitTypeDef::AutoRetransmission |
Enable or disable the non-automatic retransmission mode. This parameter can be set to ENABLE or DISABLE.
Definition at line 88 of file stm32f1xx_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 85 of file stm32f1xx_hal_can.h.
Referenced by HAL_CAN_Init().
uint32_t CAN_InitTypeDef::Mode |
Specifies the CAN operating mode. This parameter can be a value of CAN Operating Mode
Definition at line 66 of file stm32f1xx_hal_can.h.
Referenced by HAL_CAN_Init().
uint32_t CAN_InitTypeDef::Prescaler |
Specifies the length of a time quantum. This parameter must be a number between Min_Data = 1 and Max_Data = 1024.
Definition at line 63 of file stm32f1xx_hal_can.h.
Referenced by HAL_CAN_Init().
FunctionalState CAN_InitTypeDef::ReceiveFifoLocked |
Enable or disable the Receive FIFO Locked mode. This parameter can be set to ENABLE or DISABLE.
Definition at line 91 of file stm32f1xx_hal_can.h.
Referenced by HAL_CAN_Init().
uint32_t CAN_InitTypeDef::SyncJumpWidth |
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 69 of file stm32f1xx_hal_can.h.
Referenced by HAL_CAN_Init().
uint32_t CAN_InitTypeDef::TimeSeg1 |
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 73 of file stm32f1xx_hal_can.h.
Referenced by HAL_CAN_Init().
uint32_t CAN_InitTypeDef::TimeSeg2 |
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 76 of file stm32f1xx_hal_can.h.
Referenced by HAL_CAN_Init().
FunctionalState CAN_InitTypeDef::TimeTriggeredMode |
Enable or disable the time triggered communication mode. This parameter can be set to ENABLE or DISABLE.
Definition at line 79 of file stm32f1xx_hal_can.h.
Referenced by HAL_CAN_Init().
FunctionalState CAN_InitTypeDef::TransmitFifoPriority |
Enable or disable the transmit FIFO priority. This parameter can be set to ENABLE or DISABLE.
Definition at line 94 of file stm32f1xx_hal_can.h.
Referenced by HAL_CAN_Init().