STM32H735xx HAL User Manual
|
IRQ handler. More...
Functions | |
void | HAL_CORDIC_IRQHandler (CORDIC_HandleTypeDef *hcordic) |
Handle CORDIC interrupt request. |
IRQ handler.
============================================================================== ##### IRQ handler management ##### ============================================================================== [..] This section provides IRQ handler function.
void HAL_CORDIC_IRQHandler | ( | CORDIC_HandleTypeDef * | hcordic | ) |
Handle CORDIC interrupt request.
hcordic | pointer to a CORDIC_HandleTypeDef structure that contains the configuration information for CORDIC module |
None |
Definition at line 1101 of file stm32h7xx_hal_cordic.c.
References __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, and __CORDIC_HandleTypeDef::State.