Dependents: BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo
Fork of STM32L4xx_HAL_Driver by
LPTIM Read operation functions
[LPTIM Exported Functions]
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. |
Detailed Description
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.
Function Documentation
uint32_t HAL_LPTIM_ReadAutoReload | ( | LPTIM_HandleTypeDef * | hlptim ) |
Return the current Autoreload (Period) value.
- Parameters:
-
hlptim,: LPTIM handle
- Return values:
-
Autoreload value.
Definition at line 1374 of file stm32l4xx_hal_lptim.c.
uint32_t HAL_LPTIM_ReadCompare | ( | LPTIM_HandleTypeDef * | hlptim ) |
Return the current Compare (Pulse) value.
- Parameters:
-
hlptim,: LPTIM handle
- Return values:
-
Compare value.
Definition at line 1387 of file stm32l4xx_hal_lptim.c.
uint32_t HAL_LPTIM_ReadCounter | ( | LPTIM_HandleTypeDef * | hlptim ) |
Return the current counter value.
- Parameters:
-
hlptim,: LPTIM handle
- Return values:
-
Counter value.
Definition at line 1361 of file stm32l4xx_hal_lptim.c.
Generated on Tue Jul 12 2022 11:35:30 by
