Searched refs:HAL_CORDIC_ERROR_NONE (Results 1 – 10 of 10) sorted by relevance
243 hcordic->ErrorCode = HAL_CORDIC_ERROR_NONE; in HAL_CORDIC_Init()297 hcordic->ErrorCode = HAL_CORDIC_ERROR_NONE; in HAL_CORDIC_DeInit()627 hcordic->ErrorCode = HAL_CORDIC_ERROR_NONE; in HAL_CORDIC_Calculate()721 hcordic->ErrorCode = HAL_CORDIC_ERROR_NONE; in HAL_CORDIC_CalculateZO()811 hcordic->ErrorCode = HAL_CORDIC_ERROR_NONE; in HAL_CORDIC_Calculate_IT()934 hcordic->ErrorCode = HAL_CORDIC_ERROR_NONE; in HAL_CORDIC_Calculate_DMA()
160 #define HAL_CORDIC_ERROR_NONE ((uint32_t)0x00000000U) /*!< No error */ macro