|
STM32G474xx HAL 用户手册
|
外设状态函数。 更多...
函数 | |
| HAL_RNG_StateTypeDef | HAL_RNG_GetState (const RNG_HandleTypeDef *hrng) |
| 返回 RNG 状态。 | |
| uint32_t | HAL_RNG_GetError (const RNG_HandleTypeDef *hrng) |
| 返回 RNG 句柄错误码。 | |
外设状态函数。
===============================================================================
##### Peripheral State functions #####
===============================================================================
[..]
This subsection permits to get in run-time the status of the peripheral
and the data flow.
| uint32_t HAL_RNG_GetError | ( | const RNG_HandleTypeDef * | hrng | ) |
| HAL_RNG_StateTypeDef HAL_RNG_GetState | ( | const RNG_HandleTypeDef * | hrng | ) |
返回 RNG 状态。
| hrng | 指向包含 RNG 配置信息的 RNG_HandleTypeDef 结构的指针。 |
| HAL | 状态 |
定义位于文件 stm32g4xx_hal_rng.c 的第 798 行。
1.7.6.1