CAN init structure definition. More...
#include <stm32f7xx_hal_can_legacy.h>
Public Attributes | |
uint32_t | ABOM |
uint32_t | AWUM |
uint32_t | BS1 |
uint32_t | BS2 |
uint32_t | Mode |
uint32_t | NART |
uint32_t | Prescaler |
uint32_t | RFLM |
uint32_t | SJW |
uint32_t | TTCM |
uint32_t | TXFP |
CAN init structure definition.
Definition at line 83 of file stm32f7xx_hal_can_legacy.h.
uint32_t CAN_InitTypeDef::ABOM |
Enable or disable the automatic bus-off management. This parameter can be set to ENABLE or DISABLE
Definition at line 105 of file stm32f7xx_hal_can_legacy.h.
uint32_t CAN_InitTypeDef::AWUM |
Enable or disable the automatic wake-up mode. This parameter can be set to ENABLE or DISABLE
Definition at line 108 of file stm32f7xx_hal_can_legacy.h.
uint32_t CAN_InitTypeDef::BS1 |
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 96 of file stm32f7xx_hal_can_legacy.h.
uint32_t CAN_InitTypeDef::BS2 |
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 99 of file stm32f7xx_hal_can_legacy.h.
uint32_t CAN_InitTypeDef::Mode |
Specifies the CAN operating mode. This parameter can be a value of CAN Operating Mode
Definition at line 88 of file stm32f7xx_hal_can_legacy.h.
uint32_t CAN_InitTypeDef::NART |
Enable or disable the non-automatic retransmission mode. This parameter can be set to ENABLE or DISABLE
Definition at line 111 of file stm32f7xx_hal_can_legacy.h.
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 85 of file stm32f7xx_hal_can_legacy.h.
uint32_t CAN_InitTypeDef::RFLM |
Enable or disable the receive FIFO Locked mode. This parameter can be set to ENABLE or DISABLE
Definition at line 114 of file stm32f7xx_hal_can_legacy.h.
uint32_t CAN_InitTypeDef::SJW |
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 Synchronisation Jump Width
Definition at line 91 of file stm32f7xx_hal_can_legacy.h.
uint32_t CAN_InitTypeDef::TTCM |
Enable or disable the time triggered communication mode. This parameter can be set to ENABLE or DISABLE.
Definition at line 102 of file stm32f7xx_hal_can_legacy.h.
uint32_t CAN_InitTypeDef::TXFP |
Enable or disable the transmit FIFO priority. This parameter can be set to ENABLE or DISABLE
Definition at line 117 of file stm32f7xx_hal_can_legacy.h.