Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Space_Invaders_Demo neopixels gpio_test_stm32f3_discovery gpio_test_systimer ... more
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:
-
The new state of the CAN Interrupt (SET or RESET).
Definition at line 1600 of file stm32f30x_can.c.
Generated on Tue Jul 12 2022 17:34:45 by
