|
STM32L443xx HAL User Manual
|
Defines | |
| #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_FALLING LPTIM_CFGR_CKPOL_0 |
Definition at line 270 of file stm32l4xx_hal_lptim.h.
| #define LPTIM_CLOCKPOLARITY_RISING 0x00000000U |
Definition at line 269 of file stm32l4xx_hal_lptim.h.
| #define LPTIM_CLOCKPOLARITY_RISING_FALLING LPTIM_CFGR_CKPOL_1 |
Definition at line 271 of file stm32l4xx_hal_lptim.h.
1.7.6.1