Home
last modified time | relevance | path

Searched refs:NbCalcToGet (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cordic.c251 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()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_cordic.c251 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()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_cordic.c251 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()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_cordic.c251 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()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_cordic.c251 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()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_cordic.h73 uint32_t NbCalcToGet; /*!< Remaining number of calculation result to get */ member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_cordic.h73 uint32_t NbCalcToGet; /*!< Remaining number of calculation result to get */ member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_cordic.h73 uint32_t NbCalcToGet; /*!< Remaining number of calculation result to get */ member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_cordic.h73 uint32_t NbCalcToGet; /*!< Remaining number of calculation result to get */ member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_cordic.h73 uint32_t NbCalcToGet; /*!< Remaining number of calculation result to get */ member