DIY Logging Volt/Ampmeter
|
Go to the documentation of this file.
216 if (LL_RTC_IsEnabledIT_SEC(
RTC) != 0)
219 LL_RTC_ClearFlag_SEC(
RTC);
225 LL_RTC_WaitForSynchro(
RTC);
229 LL_EXTI_ClearFlag_0_31(LL_EXTI_LINE_17);
245 if (LL_EXTI_IsActiveFlag_0_31(LL_EXTI_LINE_0) !=
RESET)
247 LL_EXTI_ClearFlag_0_31(LL_EXTI_LINE_0);
267 if (LL_EXTI_IsActiveFlag_0_31(LL_EXTI_LINE_1) !=
RESET)
269 LL_EXTI_ClearFlag_0_31(LL_EXTI_LINE_1);
294 if(LL_ADC_IsActiveFlag_EOS(
ADC2) != 0)
297 LL_ADC_ClearFlag_EOS(
ADC2);
318 if (LL_EXTI_IsActiveFlag_0_31(LL_EXTI_LINE_5) !=
RESET)
320 LL_EXTI_ClearFlag_0_31(LL_EXTI_LINE_5);
340 if(LL_TIM_IsActiveFlag_UPDATE(
TIM2) == 1)
343 LL_TIM_ClearFlag_UPDATE(
TIM2);
363 if(LL_USART_IsActiveFlag_RXNE(
USART1) && LL_USART_IsEnabledIT_RXNE(
USART1))
389 if(LL_USART_IsActiveFlag_RXNE(
USART2) && LL_USART_IsEnabledIT_RXNE(
USART2))
415 if(LL_USART_IsActiveFlag_RXNE(
USART3) && LL_USART_IsEnabledIT_RXNE(
USART3))
void MemManage_Handler(void)
This function handles Memory management fault.
void AdcGrpRegularUnitaryConvComplete_Callback(void)
ADC group regular end of unitary conversion interruption callback.
void SVC_Handler(void)
This function handles System service call via SWI instruction.
void USART2_CharReception_Callback(void)
Function called from USART2 IRQ Handler when RXNE flag is set. Function is in charge of reading cha...
void USART1_IRQHandler(void)
This function handles USART1 global interrupt.
void HardFault_Handler(void)
This function handles Hard fault interrupt.
void SysTick_Handler(void)
This function handles System tick timer.
void USART1_CharReception_Callback(void)
Print a string (char array) to USART1.
void EXTI0_IRQHandler(void)
This function handles EXTI line0 interrupt.
This file contains all the function prototypes for the adc.c file.
void EXTI9_5_IRQHandler(void)
This function handles EXTI line[9:5] interrupts.
void setSW1(uint8_t value)
void setSW0(uint8_t value)
void NMI_Handler(void)
This function handles Non maskable interrupt.
U(S)ART functionality for high-precision logging voltage/current meter.
void incSecondPassed(void)
Function to increase the value of secondPassed.
void TIM2_IRQHandler(void)
This function handles TIM2 global interrupt.
void DebugMon_Handler(void)
This function handles Debug monitor.
void UsageFault_Handler(void)
This function handles Undefined instruction or illegal state.
Conversion and settings-related methods and structs for high-precision logging voltage/current meter.
This file contains the headers of the interrupt handlers.
void USART2_Error_Callback(void)
Function called in case of error detected in USART2 IT Handler.
void RTC_IRQHandler(void)
This function handles RTC global interrupt.
void BusFault_Handler(void)
This function handles Prefetch fault, memory access fault.
Main header-file for the high-precision logging voltage/current meter project.
This file contains all the function prototypes for the gpio.c file.
void PendSV_Handler(void)
This function handles Pendable request for system service.
void ADC1_2_IRQHandler(void)
This function handles ADC1 and ADC2 global interrupts.
RTC functionality for high-precision logging voltage/current meter.
void USART2_IRQHandler(void)
This function handles USART2 global interrupt.
void USART3_IRQHandler(void)
This function handles USART3 global interrupt.
void USART3_Error_Callback(void)
Function called in case of error detected in USART3 IT Handler.
void setENCkey(uint8_t value)
void USART3_CharReception_Callback(void)
Function called from USART3 IRQ Handler when RXNE flag is set. Function is in charge of reading cha...
void USART1_Error_Callback(void)
Function called in case of error detected in USART1 IT Handler.
void EXTI1_IRQHandler(void)
This function handles EXTI line1 interrupt.