|
STM32F0xx Standard Peripherals Firmware Library
|
#include "stm32f0xx_it.h"
Go to the source code of this file.
Functions | |
| void | HardFault_Handler (void) |
| This function handles Hard Fault exception. | |
| void | NMI_Handler (void) |
| This function handles NMI exception. | |
| void | PendSV_Handler (void) |
| This function handles PendSVC exception. | |
| void | SVC_Handler (void) |
| This function handles SVCall exception. | |
| void | SysTick_Handler (void) |
| This function handles SysTick Handler. | |
| void | USARTx_IRQHandler (void) |
| This function handles USRAT interrupt request. | |
Variables | |
| uint8_t | ComputedCRC = 0 |
| __IO uint8_t | Counter = 0x00 |
| __IO JOYState_TypeDef | PressedButton |
| uint8_t | RxBuffer [] |
| __IO uint8_t | RxIndex |
| __IO uint32_t | TimeOut = 0x00 |
| uint8_t | TxBuffer [] |
| __IO uint8_t | TxIndex |