Martin Johnson / STM32F3-Discovery

Dependents:   Space_Invaders_Demo neopixels gpio_test_stm32f3_discovery gpio_test_systimer ... more

Embed: (wiki syntax)

« Back to documentation index

CAN_Private_Functions

CAN_Private_Functions
[CAN]

Modules

 Initialization and Configuration functions
 

Initialization and Configuration functions.


 CAN Frames Transmission functions
 

CAN Frames Transmission functions.


 CAN Frames Reception functions
 

CAN Frames Reception functions.


 CAN Operation modes functions
 

CAN Operation modes functions.


 CAN Bus Error management functions
 

CAN Bus Error management functions.


 Interrupts and flags management functions
 

Interrupts and flags management functions.


Functions

static ITStatus CheckITStatus (uint32_t CAN_Reg, uint32_t It_Bit)
 Checks whether the CAN interrupt has occurred or not.

Function Documentation

static ITStatus CheckITStatus ( uint32_t  CAN_Reg,
uint32_t  It_Bit 
) [static]

Checks whether the CAN interrupt has occurred or not.

Parameters:
CAN_Reg,:specifies the CAN interrupt register to check.
It_Bit,:specifies the interrupt source bit to check.
Return values:
Thenew state of the CAN Interrupt (SET or RESET).

Definition at line 1600 of file stm32f30x_can.c.