Home
last modified time | relevance | path

Searched refs:Scale (Results 1 – 25 of 25) 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()
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()
Dstm32h5xx_ll_system.h1626 __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()
Dstm32h5xx_hal_cordic.h107 uint32_t Scale; /*!< Scaling factor 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()
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()
Dstm32u5xx_ll_system.h2088 __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()
Dstm32u5xx_hal_cordic.h107 uint32_t Scale; /*!< Scaling factor 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()
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()
Dstm32h7xx_hal_cordic.h107 uint32_t Scale; /*!< Scaling factor 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()
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()
Dstm32h7rsxx_ll_system.h1951 __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()
Dstm32h7rsxx_hal_cordic.h107 uint32_t Scale; /*!< Scaling factor 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()
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()
Dstm32g4xx_ll_system.h1210 __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()
Dstm32g4xx_hal_cordic.h107 uint32_t Scale; /*!< Scaling factor member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_system.h1134 __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/
Dstm32h5xx_hal_cordic.c565 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/
Dstm32h7rsxx_hal_cordic.c565 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/
Dstm32u5xx_hal_cordic.c565 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/
Dstm32l4xx_ll_system.h1322 __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/
Dstm32h7xx_hal_cordic.c565 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/
Dstm32g4xx_hal_cordic.c565 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/
Dstm32wlxx_ll_system.h1493 __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/
Dstm32wbxx_ll_system.h1886 __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/
Dstm32u0xx_ll_system.h1739 __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/
Dstm32g0xx_ll_system.h1901 __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()