STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for LPTIM Flags Definition:

Macros

#define LPTIM_FLAG_DOWN   LPTIM_ISR_DOWN
 
#define LPTIM_FLAG_UP   LPTIM_ISR_UP
 
#define LPTIM_FLAG_ARROK   LPTIM_ISR_ARROK
 
#define LPTIM_FLAG_CMPOK   LPTIM_ISR_CMPOK
 
#define LPTIM_FLAG_EXTTRIG   LPTIM_ISR_EXTTRIG
 
#define LPTIM_FLAG_ARRM   LPTIM_ISR_ARRM
 
#define LPTIM_FLAG_CMPM   LPTIM_ISR_CMPM
 

Detailed Description

Macro Definition Documentation

◆ LPTIM_FLAG_DOWN

#define LPTIM_FLAG_DOWN   LPTIM_ISR_DOWN

#include <stm32f4xx_hal_lptim.h>

Definition at line 307 of file stm32f4xx_hal_lptim.h.

Referenced by HAL_LPTIM_IRQHandler().

◆ LPTIM_FLAG_UP

#define LPTIM_FLAG_UP   LPTIM_ISR_UP

#include <stm32f4xx_hal_lptim.h>

Definition at line 308 of file stm32f4xx_hal_lptim.h.

Referenced by HAL_LPTIM_IRQHandler().

◆ LPTIM_FLAG_ARROK

◆ LPTIM_FLAG_CMPOK

◆ LPTIM_FLAG_EXTTRIG

#define LPTIM_FLAG_EXTTRIG   LPTIM_ISR_EXTTRIG

#include <stm32f4xx_hal_lptim.h>

Definition at line 311 of file stm32f4xx_hal_lptim.h.

Referenced by HAL_LPTIM_IRQHandler().

◆ LPTIM_FLAG_ARRM

#define LPTIM_FLAG_ARRM   LPTIM_ISR_ARRM

#include <stm32f4xx_hal_lptim.h>

Definition at line 312 of file stm32f4xx_hal_lptim.h.

Referenced by HAL_LPTIM_IRQHandler().

◆ LPTIM_FLAG_CMPM

#define LPTIM_FLAG_CMPM   LPTIM_ISR_CMPM

#include <stm32f4xx_hal_lptim.h>

Definition at line 313 of file stm32f4xx_hal_lptim.h.

Referenced by HAL_LPTIM_IRQHandler().