Home
last modified time | relevance | path

Searched refs:Precision (Results 1 – 15 of 15) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_cordic.h300 …id LL_CORDIC_Config(CORDIC_TypeDef *CORDICx, uint32_t Function, uint32_t Precision, uint32_t Scale, in LL_CORDIC_Config() argument
306 Function | Precision | Scale | in LL_CORDIC_Config()
375 __STATIC_INLINE void LL_CORDIC_SetPrecision(CORDIC_TypeDef *CORDICx, uint32_t Precision) in LL_CORDIC_SetPrecision() argument
377 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_PRECISION, Precision); in LL_CORDIC_SetPrecision()
Dstm32h5xx_hal_cordic.h122 uint32_t Precision; /*!< Number of cycles for calculation member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_cordic.h300 …id LL_CORDIC_Config(CORDIC_TypeDef *CORDICx, uint32_t Function, uint32_t Precision, uint32_t Scale, in LL_CORDIC_Config() argument
306 Function | Precision | Scale | in LL_CORDIC_Config()
375 __STATIC_INLINE void LL_CORDIC_SetPrecision(CORDIC_TypeDef *CORDICx, uint32_t Precision) in LL_CORDIC_SetPrecision() argument
377 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_PRECISION, Precision); in LL_CORDIC_SetPrecision()
Dstm32u5xx_hal_cordic.h122 uint32_t Precision; /*!< Number of cycles for calculation member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_cordic.h300 …id LL_CORDIC_Config(CORDIC_TypeDef *CORDICx, uint32_t Function, uint32_t Precision, uint32_t Scale, in LL_CORDIC_Config() argument
306 Function | Precision | Scale | in LL_CORDIC_Config()
375 __STATIC_INLINE void LL_CORDIC_SetPrecision(CORDIC_TypeDef *CORDICx, uint32_t Precision) in LL_CORDIC_SetPrecision() argument
377 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_PRECISION, Precision); in LL_CORDIC_SetPrecision()
Dstm32h7xx_hal_cordic.h122 uint32_t Precision; /*!< Number of cycles for calculation member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_cordic.h300 …id LL_CORDIC_Config(CORDIC_TypeDef *CORDICx, uint32_t Function, uint32_t Precision, uint32_t Scale, in LL_CORDIC_Config() argument
306 Function | Precision | Scale | in LL_CORDIC_Config()
375 __STATIC_INLINE void LL_CORDIC_SetPrecision(CORDIC_TypeDef *CORDICx, uint32_t Precision) in LL_CORDIC_SetPrecision() argument
377 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_PRECISION, Precision); in LL_CORDIC_SetPrecision()
Dstm32h7rsxx_hal_cordic.h122 uint32_t Precision; /*!< Number of cycles for calculation member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_cordic.h300 …id LL_CORDIC_Config(CORDIC_TypeDef *CORDICx, uint32_t Function, uint32_t Precision, uint32_t Scale, in LL_CORDIC_Config() argument
306 Function | Precision | Scale | in LL_CORDIC_Config()
375 __STATIC_INLINE void LL_CORDIC_SetPrecision(CORDIC_TypeDef *CORDICx, uint32_t Precision) in LL_CORDIC_SetPrecision() argument
377 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_PRECISION, Precision); in LL_CORDIC_SetPrecision()
Dstm32g4xx_hal_cordic.h122 uint32_t Precision; /*!< Number of cycles for calculation member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cordic.c564 assert_param(IS_CORDIC_PRECISION(sConfig->Precision)); in HAL_CORDIC_Configure()
578 (sConfig->Function | sConfig->Precision | sConfig->Scale | \ in HAL_CORDIC_Configure()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_cordic.c564 assert_param(IS_CORDIC_PRECISION(sConfig->Precision)); in HAL_CORDIC_Configure()
578 (sConfig->Function | sConfig->Precision | sConfig->Scale | \ in HAL_CORDIC_Configure()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_cordic.c564 assert_param(IS_CORDIC_PRECISION(sConfig->Precision)); in HAL_CORDIC_Configure()
578 (sConfig->Function | sConfig->Precision | sConfig->Scale | \ in HAL_CORDIC_Configure()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_cordic.c564 assert_param(IS_CORDIC_PRECISION(sConfig->Precision)); in HAL_CORDIC_Configure()
578 (sConfig->Function | sConfig->Precision | sConfig->Scale | \ in HAL_CORDIC_Configure()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_cordic.c564 assert_param(IS_CORDIC_PRECISION(sConfig->Precision)); in HAL_CORDIC_Configure()
578 (sConfig->Function | sConfig->Precision | sConfig->Scale | \ in HAL_CORDIC_Configure()