Resolved! what is the meaning of 'EXTI_IT_Pin7' in the below-given code? I am using the STM8L1526 Discovery Board.
#include "stm8l15x.h"#include "stm8l15x_gpio.h"#include "stm8l15x_itc.h"#include "stm8l15x_exti.h"#include "stm8l15x_clk.h"#include "stm8l15x_rtc.h"#include "stm8l15x_tim2.h"#include "stm8l15x_tim1.h"#include "stm8l15x_tim3.h"#include "stm8l15x_tim4....