STM32F4xx_HAL_Driver
1.8.3
|
Read operation functions. More...
Functions | |
uint32_t | HAL_LPTIM_ReadCounter (const LPTIM_HandleTypeDef *hlptim) |
Return the current counter value. More... | |
uint32_t | HAL_LPTIM_ReadAutoReload (const LPTIM_HandleTypeDef *hlptim) |
Return the current Autoreload (Period) value. More... | |
uint32_t | HAL_LPTIM_ReadCompare (const LPTIM_HandleTypeDef *hlptim) |
Return the current Compare (Pulse) value. More... | |
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 | ( | const LPTIM_HandleTypeDef * | hlptim | ) |
Return the current Autoreload (Period) value.
hlptim | LPTIM handle |
Autoreload | value. |
Definition at line 1769 of file stm32f4xx_hal_lptim.c.
uint32_t HAL_LPTIM_ReadCompare | ( | const LPTIM_HandleTypeDef * | hlptim | ) |
Return the current Compare (Pulse) value.
hlptim | LPTIM handle |
Compare | value. |
Definition at line 1782 of file stm32f4xx_hal_lptim.c.
uint32_t HAL_LPTIM_ReadCounter | ( | const LPTIM_HandleTypeDef * | hlptim | ) |
Return the current counter value.
hlptim | LPTIM handle |
Counter | value. |
Definition at line 1756 of file stm32f4xx_hal_lptim.c.