|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
| #define | LPTIM_CLOCKPOLARITY_RISING 0x00000000U |
| #define | LPTIM_CLOCKPOLARITY_FALLING LPTIM_CFGR_CKPOL_0 |
| #define | LPTIM_CLOCKPOLARITY_RISING_FALLING LPTIM_CFGR_CKPOL_1 |
| #define LPTIM_CLOCKPOLARITY_RISING 0x00000000U |
#include <stm32f4xx_hal_lptim.h>
Definition at line 241 of file stm32f4xx_hal_lptim.h.
| #define LPTIM_CLOCKPOLARITY_FALLING LPTIM_CFGR_CKPOL_0 |
#include <stm32f4xx_hal_lptim.h>
Definition at line 242 of file stm32f4xx_hal_lptim.h.
| #define LPTIM_CLOCKPOLARITY_RISING_FALLING LPTIM_CFGR_CKPOL_1 |
#include <stm32f4xx_hal_lptim.h>
Definition at line 243 of file stm32f4xx_hal_lptim.h.