Searched refs:hcordic (Results 1 – 10 of 10) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_cordic.c | 162 static void CORDIC_WriteInDataIncrementPtr(const CORDIC_HandleTypeDef *hcordic, const int32_t **ppI… 163 static void CORDIC_ReadOutDataIncrementPtr(const CORDIC_HandleTypeDef *hcordic, int32_t **ppOutBuff… 201 HAL_StatusTypeDef HAL_CORDIC_Init(CORDIC_HandleTypeDef *hcordic) in HAL_CORDIC_Init() argument 204 if (hcordic == NULL) in HAL_CORDIC_Init() 211 assert_param(IS_CORDIC_ALL_INSTANCE(hcordic->Instance)); in HAL_CORDIC_Init() 214 if (hcordic->State == HAL_CORDIC_STATE_RESET) in HAL_CORDIC_Init() 217 hcordic->Lock = HAL_UNLOCKED; in HAL_CORDIC_Init() 220 … hcordic->ErrorCallback = HAL_CORDIC_ErrorCallback; /* Legacy weak ErrorCallback */ in HAL_CORDIC_Init() 221 …hcordic->CalculateCpltCallback = HAL_CORDIC_CalculateCpltCallback; /* Legacy weak CalculateCpltCal… in HAL_CORDIC_Init() 223 if (hcordic->MspInitCallback == NULL) in HAL_CORDIC_Init() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_cordic.c | 162 static void CORDIC_WriteInDataIncrementPtr(const CORDIC_HandleTypeDef *hcordic, const int32_t **ppI… 163 static void CORDIC_ReadOutDataIncrementPtr(const CORDIC_HandleTypeDef *hcordic, int32_t **ppOutBuff… 201 HAL_StatusTypeDef HAL_CORDIC_Init(CORDIC_HandleTypeDef *hcordic) in HAL_CORDIC_Init() argument 204 if (hcordic == NULL) in HAL_CORDIC_Init() 211 assert_param(IS_CORDIC_ALL_INSTANCE(hcordic->Instance)); in HAL_CORDIC_Init() 214 if (hcordic->State == HAL_CORDIC_STATE_RESET) in HAL_CORDIC_Init() 217 hcordic->Lock = HAL_UNLOCKED; in HAL_CORDIC_Init() 220 … hcordic->ErrorCallback = HAL_CORDIC_ErrorCallback; /* Legacy weak ErrorCallback */ in HAL_CORDIC_Init() 221 …hcordic->CalculateCpltCallback = HAL_CORDIC_CalculateCpltCallback; /* Legacy weak CalculateCpltCal… in HAL_CORDIC_Init() 223 if (hcordic->MspInitCallback == NULL) in HAL_CORDIC_Init() [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_cordic.c | 162 static void CORDIC_WriteInDataIncrementPtr(const CORDIC_HandleTypeDef *hcordic, const int32_t **ppI… 163 static void CORDIC_ReadOutDataIncrementPtr(const CORDIC_HandleTypeDef *hcordic, int32_t **ppOutBuff… 201 HAL_StatusTypeDef HAL_CORDIC_Init(CORDIC_HandleTypeDef *hcordic) in HAL_CORDIC_Init() argument 204 if (hcordic == NULL) in HAL_CORDIC_Init() 211 assert_param(IS_CORDIC_ALL_INSTANCE(hcordic->Instance)); in HAL_CORDIC_Init() 214 if (hcordic->State == HAL_CORDIC_STATE_RESET) in HAL_CORDIC_Init() 217 hcordic->Lock = HAL_UNLOCKED; in HAL_CORDIC_Init() 220 … hcordic->ErrorCallback = HAL_CORDIC_ErrorCallback; /* Legacy weak ErrorCallback */ in HAL_CORDIC_Init() 221 …hcordic->CalculateCpltCallback = HAL_CORDIC_CalculateCpltCallback; /* Legacy weak CalculateCpltCal… in HAL_CORDIC_Init() 223 if (hcordic->MspInitCallback == NULL) in HAL_CORDIC_Init() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_cordic.c | 162 static void CORDIC_WriteInDataIncrementPtr(const CORDIC_HandleTypeDef *hcordic, const int32_t **ppI… 163 static void CORDIC_ReadOutDataIncrementPtr(const CORDIC_HandleTypeDef *hcordic, int32_t **ppOutBuff… 201 HAL_StatusTypeDef HAL_CORDIC_Init(CORDIC_HandleTypeDef *hcordic) in HAL_CORDIC_Init() argument 204 if (hcordic == NULL) in HAL_CORDIC_Init() 211 assert_param(IS_CORDIC_ALL_INSTANCE(hcordic->Instance)); in HAL_CORDIC_Init() 214 if (hcordic->State == HAL_CORDIC_STATE_RESET) in HAL_CORDIC_Init() 217 hcordic->Lock = HAL_UNLOCKED; in HAL_CORDIC_Init() 220 … hcordic->ErrorCallback = HAL_CORDIC_ErrorCallback; /* Legacy weak ErrorCallback */ in HAL_CORDIC_Init() 221 …hcordic->CalculateCpltCallback = HAL_CORDIC_CalculateCpltCallback; /* Legacy weak CalculateCpltCal… in HAL_CORDIC_Init() 223 if (hcordic->MspInitCallback == NULL) in HAL_CORDIC_Init() [all …]
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_cordic.c | 162 static void CORDIC_WriteInDataIncrementPtr(const CORDIC_HandleTypeDef *hcordic, const int32_t **ppI… 163 static void CORDIC_ReadOutDataIncrementPtr(const CORDIC_HandleTypeDef *hcordic, int32_t **ppOutBuff… 201 HAL_StatusTypeDef HAL_CORDIC_Init(CORDIC_HandleTypeDef *hcordic) in HAL_CORDIC_Init() argument 204 if (hcordic == NULL) in HAL_CORDIC_Init() 211 assert_param(IS_CORDIC_ALL_INSTANCE(hcordic->Instance)); in HAL_CORDIC_Init() 214 if (hcordic->State == HAL_CORDIC_STATE_RESET) in HAL_CORDIC_Init() 217 hcordic->Lock = HAL_UNLOCKED; in HAL_CORDIC_Init() 220 … hcordic->ErrorCallback = HAL_CORDIC_ErrorCallback; /* Legacy weak ErrorCallback */ in HAL_CORDIC_Init() 221 …hcordic->CalculateCpltCallback = HAL_CORDIC_CalculateCpltCallback; /* Legacy weak CalculateCpltCal… in HAL_CORDIC_Init() 223 if (hcordic->MspInitCallback == NULL) in HAL_CORDIC_Init() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_cordic.h | 89 …void (* ErrorCallback)(struct __CORDIC_HandleTypeDef *hcordic); /*!< CORDIC error callbac… 90 …void (* CalculateCpltCallback)(struct __CORDIC_HandleTypeDef *hcordic); /*!< CORDIC calculate com… 92 …void (* MspInitCallback)(struct __CORDIC_HandleTypeDef *hcordic); /*!< CORDIC Msp Init call… 93 …void (* MspDeInitCallback)(struct __CORDIC_HandleTypeDef *hcordic); /*!< CORDIC Msp DeInit ca… 144 typedef void (*pCORDIC_CallbackTypeDef)(CORDIC_HandleTypeDef *hcordic); /*!< pointer to a CORDIC … 540 HAL_StatusTypeDef HAL_CORDIC_Init(CORDIC_HandleTypeDef *hcordic); 541 HAL_StatusTypeDef HAL_CORDIC_DeInit(CORDIC_HandleTypeDef *hcordic); 542 void HAL_CORDIC_MspInit(CORDIC_HandleTypeDef *hcordic); 543 void HAL_CORDIC_MspDeInit(CORDIC_HandleTypeDef *hcordic); 547 HAL_StatusTypeDef HAL_CORDIC_RegisterCallback(CORDIC_HandleTypeDef *hcordic, HAL_CORDIC_CallbackIDT… [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_cordic.h | 89 …void (* ErrorCallback)(struct __CORDIC_HandleTypeDef *hcordic); /*!< CORDIC error callbac… 90 …void (* CalculateCpltCallback)(struct __CORDIC_HandleTypeDef *hcordic); /*!< CORDIC calculate com… 92 …void (* MspInitCallback)(struct __CORDIC_HandleTypeDef *hcordic); /*!< CORDIC Msp Init call… 93 …void (* MspDeInitCallback)(struct __CORDIC_HandleTypeDef *hcordic); /*!< CORDIC Msp DeInit ca… 144 typedef void (*pCORDIC_CallbackTypeDef)(CORDIC_HandleTypeDef *hcordic); /*!< pointer to a CORDIC … 540 HAL_StatusTypeDef HAL_CORDIC_Init(CORDIC_HandleTypeDef *hcordic); 541 HAL_StatusTypeDef HAL_CORDIC_DeInit(CORDIC_HandleTypeDef *hcordic); 542 void HAL_CORDIC_MspInit(CORDIC_HandleTypeDef *hcordic); 543 void HAL_CORDIC_MspDeInit(CORDIC_HandleTypeDef *hcordic); 547 HAL_StatusTypeDef HAL_CORDIC_RegisterCallback(CORDIC_HandleTypeDef *hcordic, HAL_CORDIC_CallbackIDT… [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_cordic.h | 89 …void (* ErrorCallback)(struct __CORDIC_HandleTypeDef *hcordic); /*!< CORDIC error callbac… 90 …void (* CalculateCpltCallback)(struct __CORDIC_HandleTypeDef *hcordic); /*!< CORDIC calculate com… 92 …void (* MspInitCallback)(struct __CORDIC_HandleTypeDef *hcordic); /*!< CORDIC Msp Init call… 93 …void (* MspDeInitCallback)(struct __CORDIC_HandleTypeDef *hcordic); /*!< CORDIC Msp DeInit ca… 144 typedef void (*pCORDIC_CallbackTypeDef)(CORDIC_HandleTypeDef *hcordic); /*!< pointer to a CORDIC … 540 HAL_StatusTypeDef HAL_CORDIC_Init(CORDIC_HandleTypeDef *hcordic); 541 HAL_StatusTypeDef HAL_CORDIC_DeInit(CORDIC_HandleTypeDef *hcordic); 542 void HAL_CORDIC_MspInit(CORDIC_HandleTypeDef *hcordic); 543 void HAL_CORDIC_MspDeInit(CORDIC_HandleTypeDef *hcordic); 547 HAL_StatusTypeDef HAL_CORDIC_RegisterCallback(CORDIC_HandleTypeDef *hcordic, HAL_CORDIC_CallbackIDT… [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_cordic.h | 89 …void (* ErrorCallback)(struct __CORDIC_HandleTypeDef *hcordic); /*!< CORDIC error callbac… 90 …void (* CalculateCpltCallback)(struct __CORDIC_HandleTypeDef *hcordic); /*!< CORDIC calculate com… 92 …void (* MspInitCallback)(struct __CORDIC_HandleTypeDef *hcordic); /*!< CORDIC Msp Init call… 93 …void (* MspDeInitCallback)(struct __CORDIC_HandleTypeDef *hcordic); /*!< CORDIC Msp DeInit ca… 144 typedef void (*pCORDIC_CallbackTypeDef)(CORDIC_HandleTypeDef *hcordic); /*!< pointer to a CORDIC … 540 HAL_StatusTypeDef HAL_CORDIC_Init(CORDIC_HandleTypeDef *hcordic); 541 HAL_StatusTypeDef HAL_CORDIC_DeInit(CORDIC_HandleTypeDef *hcordic); 542 void HAL_CORDIC_MspInit(CORDIC_HandleTypeDef *hcordic); 543 void HAL_CORDIC_MspDeInit(CORDIC_HandleTypeDef *hcordic); 547 HAL_StatusTypeDef HAL_CORDIC_RegisterCallback(CORDIC_HandleTypeDef *hcordic, HAL_CORDIC_CallbackIDT… [all …]
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_cordic.h | 89 …void (* ErrorCallback)(struct __CORDIC_HandleTypeDef *hcordic); /*!< CORDIC error callbac… 90 …void (* CalculateCpltCallback)(struct __CORDIC_HandleTypeDef *hcordic); /*!< CORDIC calculate com… 92 …void (* MspInitCallback)(struct __CORDIC_HandleTypeDef *hcordic); /*!< CORDIC Msp Init call… 93 …void (* MspDeInitCallback)(struct __CORDIC_HandleTypeDef *hcordic); /*!< CORDIC Msp DeInit ca… 144 typedef void (*pCORDIC_CallbackTypeDef)(CORDIC_HandleTypeDef *hcordic); /*!< pointer to a CORDIC … 540 HAL_StatusTypeDef HAL_CORDIC_Init(CORDIC_HandleTypeDef *hcordic); 541 HAL_StatusTypeDef HAL_CORDIC_DeInit(CORDIC_HandleTypeDef *hcordic); 542 void HAL_CORDIC_MspInit(CORDIC_HandleTypeDef *hcordic); 543 void HAL_CORDIC_MspDeInit(CORDIC_HandleTypeDef *hcordic); 547 HAL_StatusTypeDef HAL_CORDIC_RegisterCallback(CORDIC_HandleTypeDef *hcordic, HAL_CORDIC_CallbackIDT… [all …]
|