58extern ADC_HandleTypeDef
hadc;
59extern RTC_HandleTypeDef
hrtc;
60extern SUBGHZ_HandleTypeDef
hsubghz;
62extern UART_HandleTypeDef
huart1;
240 HAL_ADC_IRQHandler(&
hadc);
254 HAL_UART_IRQHandler(&
huart1);
267 if (
hrtc.IsEnabled.RtcFeatures == 0)
268 hrtc.IsEnabled.RtcFeatures = 1;
271 HAL_RTC_AlarmIRQHandler(&
hrtc);
285 HAL_SUBGHZ_IRQHandler(&
hsubghz);
: Header for main.c file. This file contains the common defines of the application.
void ADC_IRQHandler(void)
This function handles ADC Interrupt.
void EXTI0_IRQHandler(void)
This function handles EXTI Line 0 Interrupt.
void UsageFault_Handler(void)
This function handles Undefined instruction or illegal state.
void HardFault_Handler(void)
This function handles Hard fault interrupt.
void MemManage_Handler(void)
This function handles Memory management fault.
void SVC_Handler(void)
This function handles System service call via SWI instruction.
void RTC_Alarm_IRQHandler(void)
This function handles RTC Alarms (A and B) Interrupt.
DMA_HandleTypeDef hdma_usart1_tx
void SUBGHZ_Radio_IRQHandler(void)
This function handles SUBGHZ Radio Interrupt.
void PendSV_Handler(void)
This function handles Pendable request for system service.
void NMI_Handler(void)
This function handles Non maskable interrupt.
void USART1_IRQHandler(void)
This function handles USART1 Interrupt.
void DMA1_Channel1_IRQHandler(void)
This function handles DMA1 Channel 1 Interrupt.
void BusFault_Handler(void)
This function handles Prefetch fault, memory access fault.
void SysTick_Handler(void)
This function handles System tick timer.
void DebugMon_Handler(void)
This function handles Debug monitor.
This file contains the headers of the interrupt handlers.
SUBGHZ_HandleTypeDef hsubghz
UART_HandleTypeDef huart1