|
STM32G474xx HAL User Manual
|
IRQ中断处理程序。 更多...
函数 | |
| void | HAL_CORDIC_IRQHandler (CORDIC_HandleTypeDef *hcordic) |
| 处理CORDIC中断请求。 | |
IRQ中断处理程序。
==============================================================================
##### IRQ handler management #####
==============================================================================
[..] This section provide IRQ handler function.
| void HAL_CORDIC_IRQHandler | ( | CORDIC_HandleTypeDef * | hcordic | ) |
处理CORDIC中断请求。
| hcordic | 指向CORDIC_HandleTypeDef结构的指针,该结构包含CORDIC模块的配置信息 |
| 无 |
定义于文件 stm32g4xx_hal_cordic.c 的第 1097 行。
参考文献 __HAL_CORDIC_DISABLE_IT, __HAL_CORDIC_GET_FLAG, __HAL_CORDIC_GET_IT_SOURCE, __CORDIC_HandleTypeDef::CalculateCpltCallback, CORDIC_FLAG_RRDY, CORDIC_IT_IEN, CORDIC_ReadOutDataIncrementPtr(), CORDIC_WriteInDataIncrementPtr(), HAL_CORDIC_CalculateCpltCallback(), HAL_CORDIC_STATE_READY, __CORDIC_HandleTypeDef::NbCalcToGet, __CORDIC_HandleTypeDef::NbCalcToOrder, __CORDIC_HandleTypeDef::pInBuff, __CORDIC_HandleTypeDef::pOutBuff, 和 __CORDIC_HandleTypeDef::State.
1.7.6.1