|
STM32L443xx HAL User Manual
|
Read operation functions. More...
Functions | |
| uint32_t | HAL_LPTIM_ReadCounter (LPTIM_HandleTypeDef *hlptim) |
| Return the current counter value. | |
| uint32_t | HAL_LPTIM_ReadAutoReload (LPTIM_HandleTypeDef *hlptim) |
| Return the current Autoreload (Period) value. | |
| uint32_t | HAL_LPTIM_ReadCompare (LPTIM_HandleTypeDef *hlptim) |
| Return the current Compare (Pulse) value. | |
Read operation functions.
==============================================================================
##### LPTIM Read operation functions #####
==============================================================================
[..] This section provides LPTIM Reading functions.
(+) Read the counter value.
(+) Read the period (Auto-reload) value.
(+) Read the pulse (Compare)value.
| uint32_t HAL_LPTIM_ReadAutoReload | ( | LPTIM_HandleTypeDef * | hlptim | ) |
Return the current Autoreload (Period) value.
| hlptim | LPTIM handle |
| Autoreload | value. |
Definition at line 1867 of file stm32l4xx_hal_lptim.c.
References assert_param, and __LPTIM_HandleTypeDef::Instance.
| uint32_t HAL_LPTIM_ReadCompare | ( | LPTIM_HandleTypeDef * | hlptim | ) |
Return the current Compare (Pulse) value.
| hlptim | LPTIM handle |
| Compare | value. |
Definition at line 1880 of file stm32l4xx_hal_lptim.c.
References assert_param, and __LPTIM_HandleTypeDef::Instance.
| uint32_t HAL_LPTIM_ReadCounter | ( | LPTIM_HandleTypeDef * | hlptim | ) |
Return the current counter value.
| hlptim | LPTIM handle |
| Counter | value. |
Definition at line 1854 of file stm32l4xx_hal_lptim.c.
References assert_param, and __LPTIM_HandleTypeDef::Instance.
1.7.6.1