/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_cordic.h | 300 …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() 421 __STATIC_INLINE void LL_CORDIC_SetScale(CORDIC_TypeDef *CORDICx, uint32_t Scale) in LL_CORDIC_SetScale() argument 423 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_SCALE, Scale); in LL_CORDIC_SetScale()
|
D | stm32h5xx_ll_system.h | 1626 __STATIC_INLINE void LL_VREFBUF_SetVoltageScaling(uint32_t Scale) in LL_VREFBUF_SetVoltageScaling() argument 1628 MODIFY_REG(VREFBUF->CSR, VREFBUF_CSR_VRS, Scale); in LL_VREFBUF_SetVoltageScaling()
|
D | stm32h5xx_hal_cordic.h | 107 uint32_t Scale; /*!< Scaling factor member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_cordic.h | 300 …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() 421 __STATIC_INLINE void LL_CORDIC_SetScale(CORDIC_TypeDef *CORDICx, uint32_t Scale) in LL_CORDIC_SetScale() argument 423 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_SCALE, Scale); in LL_CORDIC_SetScale()
|
D | stm32u5xx_ll_system.h | 2088 __STATIC_INLINE void LL_VREFBUF_SetVoltageScaling(uint32_t Scale) in LL_VREFBUF_SetVoltageScaling() argument 2090 MODIFY_REG(VREFBUF->CSR, VREFBUF_CSR_VRS, Scale); in LL_VREFBUF_SetVoltageScaling()
|
D | stm32u5xx_hal_cordic.h | 107 uint32_t Scale; /*!< Scaling factor member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_cordic.h | 300 …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() 421 __STATIC_INLINE void LL_CORDIC_SetScale(CORDIC_TypeDef *CORDICx, uint32_t Scale) in LL_CORDIC_SetScale() argument 423 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_SCALE, Scale); in LL_CORDIC_SetScale()
|
D | stm32h7xx_hal_cordic.h | 107 uint32_t Scale; /*!< Scaling factor member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_cordic.h | 300 …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() 421 __STATIC_INLINE void LL_CORDIC_SetScale(CORDIC_TypeDef *CORDICx, uint32_t Scale) in LL_CORDIC_SetScale() argument 423 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_SCALE, Scale); in LL_CORDIC_SetScale()
|
D | stm32h7rsxx_ll_system.h | 1951 __STATIC_INLINE void LL_VREFBUF_SetVoltageScaling(uint32_t Scale) in LL_VREFBUF_SetVoltageScaling() argument 1953 MODIFY_REG(VREFBUF->CSR, VREFBUF_CSR_VRS, Scale); in LL_VREFBUF_SetVoltageScaling()
|
D | stm32h7rsxx_hal_cordic.h | 107 uint32_t Scale; /*!< Scaling factor member
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_cordic.h | 300 …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() 421 __STATIC_INLINE void LL_CORDIC_SetScale(CORDIC_TypeDef *CORDICx, uint32_t Scale) in LL_CORDIC_SetScale() argument 423 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_SCALE, Scale); in LL_CORDIC_SetScale()
|
D | stm32g4xx_ll_system.h | 1210 __STATIC_INLINE void LL_VREFBUF_SetVoltageScaling(uint32_t Scale) in LL_VREFBUF_SetVoltageScaling() argument 1212 MODIFY_REG(VREFBUF->CSR, VREFBUF_CSR_VRS, Scale); in LL_VREFBUF_SetVoltageScaling()
|
D | stm32g4xx_hal_cordic.h | 107 uint32_t Scale; /*!< Scaling factor member
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_system.h | 1134 __STATIC_INLINE void LL_VREFBUF_SetVoltageScaling(uint32_t Scale) in LL_VREFBUF_SetVoltageScaling() argument 1136 MODIFY_REG(VREFBUF->CSR, VREFBUF_CSR_VRS, Scale); in LL_VREFBUF_SetVoltageScaling()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_cordic.c | 565 assert_param(IS_CORDIC_SCALE(sConfig->Scale)); in HAL_CORDIC_Configure() 578 (sConfig->Function | sConfig->Precision | sConfig->Scale | \ in HAL_CORDIC_Configure()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_cordic.c | 565 assert_param(IS_CORDIC_SCALE(sConfig->Scale)); in HAL_CORDIC_Configure() 578 (sConfig->Function | sConfig->Precision | sConfig->Scale | \ in HAL_CORDIC_Configure()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_cordic.c | 565 assert_param(IS_CORDIC_SCALE(sConfig->Scale)); in HAL_CORDIC_Configure() 578 (sConfig->Function | sConfig->Precision | sConfig->Scale | \ in HAL_CORDIC_Configure()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_system.h | 1322 __STATIC_INLINE void LL_VREFBUF_SetVoltageScaling(uint32_t Scale) in LL_VREFBUF_SetVoltageScaling() argument 1324 MODIFY_REG(VREFBUF->CSR, VREFBUF_CSR_VRS, Scale); in LL_VREFBUF_SetVoltageScaling()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_cordic.c | 565 assert_param(IS_CORDIC_SCALE(sConfig->Scale)); in HAL_CORDIC_Configure() 578 (sConfig->Function | sConfig->Precision | sConfig->Scale | \ in HAL_CORDIC_Configure()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_cordic.c | 565 assert_param(IS_CORDIC_SCALE(sConfig->Scale)); in HAL_CORDIC_Configure() 578 (sConfig->Function | sConfig->Precision | sConfig->Scale | \ in HAL_CORDIC_Configure()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_system.h | 1493 __STATIC_INLINE void LL_VREFBUF_SetVoltageScaling(uint32_t Scale) in LL_VREFBUF_SetVoltageScaling() argument 1495 MODIFY_REG(VREFBUF->CSR, VREFBUF_CSR_VRS, Scale); in LL_VREFBUF_SetVoltageScaling()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_system.h | 1886 __STATIC_INLINE void LL_VREFBUF_SetVoltageScaling(uint32_t Scale) in LL_VREFBUF_SetVoltageScaling() argument 1888 MODIFY_REG(VREFBUF->CSR, VREFBUF_CSR_VRS, Scale); in LL_VREFBUF_SetVoltageScaling()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_system.h | 1739 __STATIC_INLINE void LL_VREFBUF_SetVoltageScaling(uint32_t Scale) in LL_VREFBUF_SetVoltageScaling() argument 1741 MODIFY_REG(VREFBUF->CSR, VREFBUF_CSR_VRS, Scale); in LL_VREFBUF_SetVoltageScaling()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_system.h | 1901 __STATIC_INLINE void LL_VREFBUF_SetVoltageScaling(uint32_t Scale) in LL_VREFBUF_SetVoltageScaling() argument 1903 MODIFY_REG(VREFBUF->CSR, VREFBUF_CSR_VRS, Scale); in LL_VREFBUF_SetVoltageScaling()
|