NRF24L+ STM8 Compatible Library
Functions | Variables
stm8s_it.c File Reference

Main Interrupt Service Routines. More...

#include "stm8s_it.h"
Include dependency graph for stm8s_it.c:

Functions

 INTERRUPT_HANDLER_TRAP (TRAP_IRQHandler)
 TRAP interrupt routine. More...
 
 INTERRUPT_HANDLER (TLI_IRQHandler, 0)
 Top Level Interrupt routine. More...
 
 INTERRUPT_HANDLER (AWU_IRQHandler, 1)
 Auto Wake Up Interrupt routine. More...
 
 INTERRUPT_HANDLER (CLK_IRQHandler, 2)
 Clock Controller Interrupt routine. More...
 
 INTERRUPT_HANDLER (EXTI_PORTA_IRQHandler, 3)
 External Interrupt PORTA Interrupt routine. More...
 
 INTERRUPT_HANDLER (EXTI_PORTB_IRQHandler, 4)
 External Interrupt PORTB Interrupt routine. More...
 
 INTERRUPT_HANDLER (EXTI_PORTC_IRQHandler, 5)
 External Interrupt PORTC Interrupt routine. More...
 
 INTERRUPT_HANDLER (EXTI_PORTD_IRQHandler, 6)
 External Interrupt PORTD Interrupt routine. More...
 
 INTERRUPT_HANDLER (EXTI_PORTE_IRQHandler, 7)
 External Interrupt PORTE Interrupt routine. More...
 
 INTERRUPT_HANDLER (SPI_IRQHandler, 10)
 SPI Interrupt routine. More...
 
 INTERRUPT_HANDLER (TIM1_UPD_OVF_TRG_BRK_IRQHandler, 11)
 Timer1 Update/Overflow/Trigger/Break Interrupt routine. More...
 
 INTERRUPT_HANDLER (TIM1_CAP_COM_IRQHandler, 12)
 Timer1 Capture/Compare Interrupt routine. More...
 
 INTERRUPT_HANDLER (TIM2_UPD_OVF_BRK_IRQHandler, 13)
 Timer2 Update/Overflow/Break Interrupt routine. More...
 
 INTERRUPT_HANDLER (TIM2_CAP_COM_IRQHandler, 14)
 Timer2 Capture/Compare Interrupt routine. More...
 
 INTERRUPT_HANDLER (I2C_IRQHandler, 19)
 I2C Interrupt routine. More...
 
 INTERRUPT_HANDLER (ADC1_IRQHandler, 22)
 ADC1 interrupt routine. More...
 
 INTERRUPT_HANDLER (TIM4_UPD_OVF_IRQHandler, 23)
 Timer4 Update/Overflow Interrupt routine. More...
 
 INTERRUPT_HANDLER (EEPROM_EEC_IRQHandler, 24)
 Eeprom EEC Interrupt routine. More...
 

Variables

unsigned int bIntFlag
 

Detailed Description

Main Interrupt Service Routines.

Author
MCD Application Team
Version
V2.0.4
Date
26-April-2018
Attention

© COPYRIGHT 2014 STMicroelectronics

Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:

   http://www.st.com/software_license_agreement_liberty_v2

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Variable Documentation

◆ bIntFlag

unsigned int bIntFlag
extern