|
STM32G474xx HAL用户手册
|
外设状态函数。 更多...
函数 | |
| HAL_CORDIC_StateTypeDef | HAL_CORDIC_GetState (const CORDIC_HandleTypeDef *hcordic) |
| 返回CORDIC句柄状态。 | |
| uint32_t | HAL_CORDIC_GetError (const CORDIC_HandleTypeDef *hcordic) |
| 返回CORDIC外设错误。 | |
外设状态函数。
==============================================================================
##### 外设状态函数 #####
==============================================================================
[..]
本小节允许在运行时获取外设的状态。
| uint32_t HAL_CORDIC_GetError | ( | const CORDIC_HandleTypeDef * | hcordic | ) |
返回CORDIC外设错误。
| hcordic | 指向CORDIC_HandleTypeDef结构的指针,该结构包含CORDIC模块的配置信息 |
| Error | 错误位图 |
定义于文件1181行,文件stm32g4xx_hal_cordic.c。
| HAL_CORDIC_StateTypeDef HAL_CORDIC_GetState | ( | const CORDIC_HandleTypeDef * | hcordic | ) |
返回CORDIC句柄状态。
| hcordic | 指向CORDIC_HandleTypeDef结构的指针,该结构包含CORDIC模块的配置信息 |
| HAL | 状态 |
定义于文件1168行,文件stm32g4xx_hal_cordic.c。
1.7.6.1