Searched refs:NbCalcToGet (Results 1 – 10 of 10) sorted by relevance
251 hcordic->NbCalcToGet = 0U; in HAL_CORDIC_Init()305 hcordic->NbCalcToGet = 0U; in HAL_CORDIC_DeInit()832 hcordic->NbCalcToGet = NbCalc; in HAL_CORDIC_Calculate_IT()1114 hcordic->NbCalcToGet--; in HAL_CORDIC_IRQHandler()1131 if (hcordic->NbCalcToGet == 0U) in HAL_CORDIC_IRQHandler()
251 hcordic->NbCalcToGet = 0U; in HAL_CORDIC_Init()305 hcordic->NbCalcToGet = 0U; in HAL_CORDIC_DeInit()832 hcordic->NbCalcToGet = NbCalc; in HAL_CORDIC_Calculate_IT()1106 hcordic->NbCalcToGet--; in HAL_CORDIC_IRQHandler()1123 if (hcordic->NbCalcToGet == 0U) in HAL_CORDIC_IRQHandler()
73 uint32_t NbCalcToGet; /*!< Remaining number of calculation result to get */ member