|
STM32G474xx HAL用户手册
|
读取操作函数。 更多...
函数 | |
| uint32_t | HAL_LPTIM_ReadCounter (const LPTIM_HandleTypeDef *hlptim) |
| 返回当前计数值。 | |
| uint32_t | HAL_LPTIM_ReadAutoReload (const LPTIM_HandleTypeDef *hlptim) |
| 返回当前自动重装载(周期)值。 | |
| uint32_t | HAL_LPTIM_ReadCompare (const LPTIM_HandleTypeDef *hlptim) |
| 返回当前比较(脉冲)值。 | |
读取操作函数。
==============================================================================
##### 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 | ) |
| uint32_t HAL_LPTIM_ReadCompare | ( | const LPTIM_HandleTypeDef * | hlptim | ) |
| uint32_t HAL_LPTIM_ReadCounter | ( | const LPTIM_HandleTypeDef * | hlptim | ) |
1.7.6.1