Controller area network (bxCAN)
parameters in the CAN_InitStruct.
ï‚· CANx : where x can be 1 to select the CAN1 peripheral.
ï‚· CAN_InitStruct : pointer to a CAN_InitTypeDef structure that
contains the configuration information for the CAN peripheral.
ï‚· Constant indicates initialization succeed which will be
CAN_InitStatus_Failed or CAN_InitStatus_Success.
4.2.8.3 CAN_FilterInit
void CAN_FilterInit ( CAN_FilterInitTypeDef *
CAN_FilterInitStruct)
Configures the CAN reception filter according to the specified
parameters in the CAN_FilterInitStruct.
ï‚· CAN_FilterInitStruct : pointer to a CAN_FilterInitTypeDef
structure that contains the configuration information.
4.2.8.4 CAN_StructInit
void CAN_StructInit ( CAN_InitTypeDef * CAN_InitStruct)
Fills each CAN_InitStruct member with its default value.
ï‚· CAN_InitStruct : pointer to a CAN_InitTypeDef structure
which ill be initialized.