Public Attributes | List of all members

CAN filter init structure definition. More...

#include <stm32f4xx_can.h>

Public Attributes

FunctionalState CAN_FilterActivation
 
uint16_t CAN_FilterFIFOAssignment
 
uint16_t CAN_FilterIdHigh
 
uint16_t CAN_FilterIdLow
 
uint16_t CAN_FilterMaskIdHigh
 
uint16_t CAN_FilterMaskIdLow
 
uint8_t CAN_FilterMode
 
uint8_t CAN_FilterNumber
 
uint8_t CAN_FilterScale
 

Detailed Description

CAN filter init structure definition.

Definition at line 98 of file stm32f4xx_can.h.

Member Data Documentation

FunctionalState CAN_FilterInitTypeDef::CAN_FilterActivation

Enable or disable the filter. This parameter can be set either to ENABLE or DISABLE.

Definition at line 129 of file stm32f4xx_can.h.

uint16_t CAN_FilterInitTypeDef::CAN_FilterFIFOAssignment

Specifies the FIFO (0 or 1) which will be assigned to the filter. This parameter can be a value of CAN_filter_FIFO

Definition at line 118 of file stm32f4xx_can.h.

uint16_t CAN_FilterInitTypeDef::CAN_FilterIdHigh

Specifies the filter identification number (MSBs for a 32-bit configuration, first one for a 16-bit configuration). This parameter can be a value between 0x0000 and 0xFFFF

Definition at line 100 of file stm32f4xx_can.h.

uint16_t CAN_FilterInitTypeDef::CAN_FilterIdLow

Specifies the filter identification number (LSBs for a 32-bit configuration, second one for a 16-bit configuration). This parameter can be a value between 0x0000 and 0xFFFF

Definition at line 104 of file stm32f4xx_can.h.

uint16_t CAN_FilterInitTypeDef::CAN_FilterMaskIdHigh

Specifies the filter mask number or identification number, according to the mode (MSBs for a 32-bit configuration, first one for a 16-bit configuration). This parameter can be a value between 0x0000 and 0xFFFF

Definition at line 108 of file stm32f4xx_can.h.

uint16_t CAN_FilterInitTypeDef::CAN_FilterMaskIdLow

Specifies the filter mask number or identification number, according to the mode (LSBs for a 32-bit configuration, second one for a 16-bit configuration). This parameter can be a value between 0x0000 and 0xFFFF

Definition at line 113 of file stm32f4xx_can.h.

uint8_t CAN_FilterInitTypeDef::CAN_FilterMode

Specifies the filter mode to be initialized. This parameter can be a value of CAN_filter_mode

Definition at line 123 of file stm32f4xx_can.h.

uint8_t CAN_FilterInitTypeDef::CAN_FilterNumber

Specifies the filter which will be initialized. It ranges from 0 to 13.

Definition at line 121 of file stm32f4xx_can.h.

uint8_t CAN_FilterInitTypeDef::CAN_FilterScale

Specifies the filter scale. This parameter can be a value of CAN_filter_scale

Definition at line 126 of file stm32f4xx_can.h.


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


rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:58