Searched refs:ppOutBuff (Results 1 – 5 of 5) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_cordic.c | 163 static void CORDIC_ReadOutDataIncrementPtr(const CORDIC_HandleTypeDef *hcordic, int32_t **ppOutBuff… 1240 static void CORDIC_ReadOutDataIncrementPtr(const CORDIC_HandleTypeDef *hcordic, int32_t **ppOutBuff) in CORDIC_ReadOutDataIncrementPtr() argument 1243 **ppOutBuff = (int32_t)READ_REG(hcordic->Instance->RDATA); in CORDIC_ReadOutDataIncrementPtr() 1246 (*ppOutBuff)++; in CORDIC_ReadOutDataIncrementPtr() 1252 **ppOutBuff = (int32_t)READ_REG(hcordic->Instance->RDATA); in CORDIC_ReadOutDataIncrementPtr() 1255 (*ppOutBuff)++; in CORDIC_ReadOutDataIncrementPtr()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_cordic.c | 163 static void CORDIC_ReadOutDataIncrementPtr(const CORDIC_HandleTypeDef *hcordic, int32_t **ppOutBuff… 1240 static void CORDIC_ReadOutDataIncrementPtr(const CORDIC_HandleTypeDef *hcordic, int32_t **ppOutBuff) in CORDIC_ReadOutDataIncrementPtr() argument 1243 **ppOutBuff = (int32_t)READ_REG(hcordic->Instance->RDATA); in CORDIC_ReadOutDataIncrementPtr() 1246 (*ppOutBuff)++; in CORDIC_ReadOutDataIncrementPtr() 1252 **ppOutBuff = (int32_t)READ_REG(hcordic->Instance->RDATA); in CORDIC_ReadOutDataIncrementPtr() 1255 (*ppOutBuff)++; in CORDIC_ReadOutDataIncrementPtr()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_cordic.c | 163 static void CORDIC_ReadOutDataIncrementPtr(const CORDIC_HandleTypeDef *hcordic, int32_t **ppOutBuff… 1240 static void CORDIC_ReadOutDataIncrementPtr(const CORDIC_HandleTypeDef *hcordic, int32_t **ppOutBuff) in CORDIC_ReadOutDataIncrementPtr() argument 1243 **ppOutBuff = (int32_t)READ_REG(hcordic->Instance->RDATA); in CORDIC_ReadOutDataIncrementPtr() 1246 (*ppOutBuff)++; in CORDIC_ReadOutDataIncrementPtr() 1252 **ppOutBuff = (int32_t)READ_REG(hcordic->Instance->RDATA); in CORDIC_ReadOutDataIncrementPtr() 1255 (*ppOutBuff)++; in CORDIC_ReadOutDataIncrementPtr()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_cordic.c | 163 static void CORDIC_ReadOutDataIncrementPtr(const CORDIC_HandleTypeDef *hcordic, int32_t **ppOutBuff… 1232 static void CORDIC_ReadOutDataIncrementPtr(const CORDIC_HandleTypeDef *hcordic, int32_t **ppOutBuff) in CORDIC_ReadOutDataIncrementPtr() argument 1235 **ppOutBuff = (int32_t)READ_REG(hcordic->Instance->RDATA); in CORDIC_ReadOutDataIncrementPtr() 1238 (*ppOutBuff)++; in CORDIC_ReadOutDataIncrementPtr() 1244 **ppOutBuff = (int32_t)READ_REG(hcordic->Instance->RDATA); in CORDIC_ReadOutDataIncrementPtr() 1247 (*ppOutBuff)++; in CORDIC_ReadOutDataIncrementPtr()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_cordic.c | 163 static void CORDIC_ReadOutDataIncrementPtr(const CORDIC_HandleTypeDef *hcordic, int32_t **ppOutBuff… 1232 static void CORDIC_ReadOutDataIncrementPtr(const CORDIC_HandleTypeDef *hcordic, int32_t **ppOutBuff) in CORDIC_ReadOutDataIncrementPtr() argument 1235 **ppOutBuff = (int32_t)READ_REG(hcordic->Instance->RDATA); in CORDIC_ReadOutDataIncrementPtr() 1238 (*ppOutBuff)++; in CORDIC_ReadOutDataIncrementPtr() 1244 **ppOutBuff = (int32_t)READ_REG(hcordic->Instance->RDATA); in CORDIC_ReadOutDataIncrementPtr() 1247 (*ppOutBuff)++; in CORDIC_ReadOutDataIncrementPtr()
|