STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | IS_LPTIM_CLOCK_SOURCE(__SOURCE__) |
#define | IS_LPTIM_CLOCK_PRESCALER(__PRESCALER__) |
#define | IS_LPTIM_CLOCK_PRESCALERDIV1(__PRESCALER__) |
#define | IS_LPTIM_OUTPUT_POLARITY(__POLARITY__) |
#define | IS_LPTIM_CLOCK_SAMPLE_TIME(__SAMPLETIME__) |
#define | IS_LPTIM_CLOCK_POLARITY(__POLARITY__) |
#define | IS_LPTIM_TRG_SOURCE(__TRIG__) |
#define | IS_LPTIM_EXT_TRG_POLARITY(__POLARITY__) |
#define | IS_LPTIM_TRIG_SAMPLE_TIME(__SAMPLETIME__) |
#define | IS_LPTIM_UPDATE_MODE(__MODE__) |
#define | IS_LPTIM_COUNTER_SOURCE(__SOURCE__) |
#define | IS_LPTIM_COMPARE(__COMPARE__) |
#define | IS_LPTIM_PERIOD(__PERIOD__) |
#define | IS_LPTIM_PULSE(__PULSE__) |
#define IS_LPTIM_CLOCK_SOURCE | ( | __SOURCE__ | ) |
#include <stm32f4xx_hal_lptim.h>
Definition at line 772 of file stm32f4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Init().
#define IS_LPTIM_CLOCK_PRESCALER | ( | __PRESCALER__ | ) |
#include <stm32f4xx_hal_lptim.h>
Definition at line 776 of file stm32f4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Init().
#define IS_LPTIM_CLOCK_PRESCALERDIV1 | ( | __PRESCALER__ | ) |
#include <stm32f4xx_hal_lptim.h>
Definition at line 785 of file stm32f4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Counter_Start(), and HAL_LPTIM_Counter_Start_IT().
#define IS_LPTIM_OUTPUT_POLARITY | ( | __POLARITY__ | ) |
#include <stm32f4xx_hal_lptim.h>
Definition at line 787 of file stm32f4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Init().
#define IS_LPTIM_CLOCK_SAMPLE_TIME | ( | __SAMPLETIME__ | ) |
#include <stm32f4xx_hal_lptim.h>
Definition at line 790 of file stm32f4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Init().
#define IS_LPTIM_CLOCK_POLARITY | ( | __POLARITY__ | ) |
#include <stm32f4xx_hal_lptim.h>
Definition at line 795 of file stm32f4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Encoder_Start(), HAL_LPTIM_Encoder_Start_IT(), and HAL_LPTIM_Init().
#define IS_LPTIM_TRG_SOURCE | ( | __TRIG__ | ) |
#include <stm32f4xx_hal_lptim.h>
Definition at line 799 of file stm32f4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Init().
#define IS_LPTIM_EXT_TRG_POLARITY | ( | __POLARITY__ | ) |
#include <stm32f4xx_hal_lptim.h>
Definition at line 807 of file stm32f4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Init().
#define IS_LPTIM_TRIG_SAMPLE_TIME | ( | __SAMPLETIME__ | ) |
#include <stm32f4xx_hal_lptim.h>
Definition at line 811 of file stm32f4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Init().
#define IS_LPTIM_UPDATE_MODE | ( | __MODE__ | ) |
#include <stm32f4xx_hal_lptim.h>
Definition at line 816 of file stm32f4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Init().
#define IS_LPTIM_COUNTER_SOURCE | ( | __SOURCE__ | ) |
#include <stm32f4xx_hal_lptim.h>
Definition at line 819 of file stm32f4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Init().
#define IS_LPTIM_COMPARE | ( | __COMPARE__ | ) |
#include <stm32f4xx_hal_lptim.h>
Definition at line 822 of file stm32f4xx_hal_lptim.h.
#define IS_LPTIM_PERIOD | ( | __PERIOD__ | ) |
#include <stm32f4xx_hal_lptim.h>
Definition at line 824 of file stm32f4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Counter_Start(), HAL_LPTIM_Counter_Start_IT(), HAL_LPTIM_Encoder_Start(), HAL_LPTIM_Encoder_Start_IT(), HAL_LPTIM_OnePulse_Start(), HAL_LPTIM_OnePulse_Start_IT(), HAL_LPTIM_PWM_Start(), HAL_LPTIM_PWM_Start_IT(), HAL_LPTIM_SetOnce_Start(), HAL_LPTIM_SetOnce_Start_IT(), HAL_LPTIM_TimeOut_Start(), and HAL_LPTIM_TimeOut_Start_IT().
#define IS_LPTIM_PULSE | ( | __PULSE__ | ) |
#include <stm32f4xx_hal_lptim.h>
Definition at line 827 of file stm32f4xx_hal_lptim.h.
Referenced by HAL_LPTIM_OnePulse_Start(), HAL_LPTIM_OnePulse_Start_IT(), HAL_LPTIM_PWM_Start(), HAL_LPTIM_PWM_Start_IT(), HAL_LPTIM_SetOnce_Start(), HAL_LPTIM_SetOnce_Start_IT(), HAL_LPTIM_TimeOut_Start(), and HAL_LPTIM_TimeOut_Start_IT().