STM32F0xx Standard Peripherals Firmware Library: stm32f0xx_it.c File Reference

STM32F0xx Standard Peripherals Library

STM32F0xx_StdPeriph_Examples/CEC/CEC_ListenMode/stm32f0xx_it.c File Reference
#include "stm32f0xx_it.h"

Go to the source code of this file.

Functions

void CEC_CAN_IRQHandler (void)
 This function handles CEC global interrupt request.
void EXTI4_15_IRQHandler (void)
 This function handles EXTI Lines 4 to 15 interrupts requests.
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.

Variables

uint8_t ByteNumber = 0
uint8_t HeaderBlockValueToSend
uint8_t rcv_inc = 0
uint8_t ReceiveBuffer [10]
__IO uint8_t ReceivedFrame1 = 0
uint16_t RecepErrorCode = 0
uint8_t send_inc = 0
uint16_t TransErrorCode1 = 0
uint8_t TransmitBuffer [10] = {0}
STM32L1xx Standard Peripherals Library: Footer

 

 

 For complete documentation on STM32 Microcontrollers visit www.st.com/STM32