CAN init structure definition. More...
#include <stm32f4xx_can.h>
Public Attributes | |
FunctionalState | CAN_ABOM |
FunctionalState | CAN_AWUM |
uint8_t | CAN_BS1 |
uint8_t | CAN_BS2 |
uint8_t | CAN_Mode |
FunctionalState | CAN_NART |
uint16_t | CAN_Prescaler |
FunctionalState | CAN_RFLM |
uint8_t | CAN_SJW |
FunctionalState | CAN_TTCM |
FunctionalState | CAN_TXFP |
CAN init structure definition.
Definition at line 56 of file stm32f4xx_can.h.
FunctionalState CAN_InitTypeDef::CAN_ABOM |
Enable or disable the automatic bus-off management. This parameter can be set either to ENABLE or DISABLE.
Definition at line 79 of file stm32f4xx_can.h.
FunctionalState CAN_InitTypeDef::CAN_AWUM |
Enable or disable the automatic wake-up mode. This parameter can be set either to ENABLE or DISABLE.
Definition at line 82 of file stm32f4xx_can.h.
uint8_t CAN_InitTypeDef::CAN_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 69 of file stm32f4xx_can.h.
uint8_t CAN_InitTypeDef::CAN_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 73 of file stm32f4xx_can.h.
uint8_t CAN_InitTypeDef::CAN_Mode |
Specifies the CAN operating mode. This parameter can be a value of CAN_operating_mode
Definition at line 61 of file stm32f4xx_can.h.
FunctionalState CAN_InitTypeDef::CAN_NART |
Enable or disable the non-automatic retransmission mode. This parameter can be set either to ENABLE or DISABLE.
Enable or disable the no-automatic retransmission mode. This parameter can be set either to ENABLE or DISABLE.
Definition at line 85 of file stm32f4xx_can.h.
uint16_t CAN_InitTypeDef::CAN_Prescaler |
Specifies the length of a time quantum. It ranges from 1 to 1024.
Definition at line 58 of file stm32f4xx_can.h.
FunctionalState CAN_InitTypeDef::CAN_RFLM |
Enable or disable the Receive FIFO Locked mode. This parameter can be set either to ENABLE or DISABLE.
Definition at line 88 of file stm32f4xx_can.h.
uint8_t CAN_InitTypeDef::CAN_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 64 of file stm32f4xx_can.h.
FunctionalState CAN_InitTypeDef::CAN_TTCM |
Enable or disable the time triggered communication mode. This parameter can be set either to ENABLE or DISABLE.
Definition at line 76 of file stm32f4xx_can.h.
FunctionalState CAN_InitTypeDef::CAN_TXFP |
Enable or disable the transmit FIFO priority. This parameter can be set either to ENABLE or DISABLE.
Definition at line 91 of file stm32f4xx_can.h.