HAL + 0/6 examples
CodeScope will show references to CAN_FilterTypeDef::SlaveStartFilterBank from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
CAN
STM32469I_EVAL
Examples
CAN
STM324x9I_EVAL
Examples
CAN
STM324xG_EVAL
Examples
CAN
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALCAN_FilterTypeDef::SlaveStartFilterBank

CAN_FilterTypeDef::SlaveStartFilterBank field

Select the start filter bank for the slave CAN instance. For single CAN instances, this parameter is meaningless. For dual CAN instances, all filter banks with lower index are assigned to master CAN instance, whereas all filter banks with greater index are assigned to slave CAN instance. This parameter must be a number between Min_Data = 0 and Max_Data = 27.

Syntax

uint32_t SlaveStartFilterBank;

Examples

CAN_FilterTypeDef::SlaveStartFilterBank is referenced by 6 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_can.h:143
uint32_t SlaveStartFilterBank; /*!< Select the start filter bank for the slave CAN instance.
stm32f4xx_hal_can.c:902HAL_CAN_ConfigFilter()
SET_BIT(can_ip->FMR, sFilterConfig->SlaveStartFilterBank << CAN_FMR_CAN2SB_Pos);
stm32f4xx_hal_can.c:908HAL_CAN_ConfigFilter()
SET_BIT(can_ip->FMR, sFilterConfig->SlaveStartFilterBank << CAN_FMR_CAN2SB_Pos);

Data Use

Functions reading CAN_FilterTypeDef::SlaveStartFilterBank
CAN_FilterTypeDef::SlaveStartFilterBank
all items filtered out
Type of CAN_FilterTypeDef::SlaveStartFilterBank
CAN_FilterTypeDef::SlaveStartFilterBank
uint32_t
all items filtered out