Home
last modified time | relevance | path

Searched refs:CORDICx (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_cordic.h300 __STATIC_INLINE void LL_CORDIC_Config(CORDIC_TypeDef *CORDICx, uint32_t Function, uint32_t Precisio… in LL_CORDIC_Config() argument
303 MODIFY_REG(CORDICx->CSR, in LL_CORDIC_Config()
327 __STATIC_INLINE void LL_CORDIC_SetFunction(CORDIC_TypeDef *CORDICx, uint32_t Function) in LL_CORDIC_SetFunction() argument
329 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_FUNC, Function); in LL_CORDIC_SetFunction()
348 __STATIC_INLINE uint32_t LL_CORDIC_GetFunction(const CORDIC_TypeDef *CORDICx) in LL_CORDIC_GetFunction() argument
350 return (uint32_t)(READ_BIT(CORDICx->CSR, CORDIC_CSR_FUNC)); in LL_CORDIC_GetFunction()
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()
401 __STATIC_INLINE uint32_t LL_CORDIC_GetPrecision(const CORDIC_TypeDef *CORDICx) in LL_CORDIC_GetPrecision() argument
403 return (uint32_t)(READ_BIT(CORDICx->CSR, CORDIC_CSR_PRECISION)); in LL_CORDIC_GetPrecision()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_cordic.h300 __STATIC_INLINE void LL_CORDIC_Config(CORDIC_TypeDef *CORDICx, uint32_t Function, uint32_t Precisio… in LL_CORDIC_Config() argument
303 MODIFY_REG(CORDICx->CSR, in LL_CORDIC_Config()
327 __STATIC_INLINE void LL_CORDIC_SetFunction(CORDIC_TypeDef *CORDICx, uint32_t Function) in LL_CORDIC_SetFunction() argument
329 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_FUNC, Function); in LL_CORDIC_SetFunction()
348 __STATIC_INLINE uint32_t LL_CORDIC_GetFunction(const CORDIC_TypeDef *CORDICx) in LL_CORDIC_GetFunction() argument
350 return (uint32_t)(READ_BIT(CORDICx->CSR, CORDIC_CSR_FUNC)); in LL_CORDIC_GetFunction()
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()
401 __STATIC_INLINE uint32_t LL_CORDIC_GetPrecision(const CORDIC_TypeDef *CORDICx) in LL_CORDIC_GetPrecision() argument
403 return (uint32_t)(READ_BIT(CORDICx->CSR, CORDIC_CSR_PRECISION)); in LL_CORDIC_GetPrecision()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_cordic.h300 __STATIC_INLINE void LL_CORDIC_Config(CORDIC_TypeDef *CORDICx, uint32_t Function, uint32_t Precisio… in LL_CORDIC_Config() argument
303 MODIFY_REG(CORDICx->CSR, in LL_CORDIC_Config()
327 __STATIC_INLINE void LL_CORDIC_SetFunction(CORDIC_TypeDef *CORDICx, uint32_t Function) in LL_CORDIC_SetFunction() argument
329 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_FUNC, Function); in LL_CORDIC_SetFunction()
348 __STATIC_INLINE uint32_t LL_CORDIC_GetFunction(const CORDIC_TypeDef *CORDICx) in LL_CORDIC_GetFunction() argument
350 return (uint32_t)(READ_BIT(CORDICx->CSR, CORDIC_CSR_FUNC)); in LL_CORDIC_GetFunction()
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()
401 __STATIC_INLINE uint32_t LL_CORDIC_GetPrecision(const CORDIC_TypeDef *CORDICx) in LL_CORDIC_GetPrecision() argument
403 return (uint32_t)(READ_BIT(CORDICx->CSR, CORDIC_CSR_PRECISION)); in LL_CORDIC_GetPrecision()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_cordic.h300 __STATIC_INLINE void LL_CORDIC_Config(CORDIC_TypeDef *CORDICx, uint32_t Function, uint32_t Precisio… in LL_CORDIC_Config() argument
303 MODIFY_REG(CORDICx->CSR, in LL_CORDIC_Config()
327 __STATIC_INLINE void LL_CORDIC_SetFunction(CORDIC_TypeDef *CORDICx, uint32_t Function) in LL_CORDIC_SetFunction() argument
329 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_FUNC, Function); in LL_CORDIC_SetFunction()
348 __STATIC_INLINE uint32_t LL_CORDIC_GetFunction(const CORDIC_TypeDef *CORDICx) in LL_CORDIC_GetFunction() argument
350 return (uint32_t)(READ_BIT(CORDICx->CSR, CORDIC_CSR_FUNC)); in LL_CORDIC_GetFunction()
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()
401 __STATIC_INLINE uint32_t LL_CORDIC_GetPrecision(const CORDIC_TypeDef *CORDICx) in LL_CORDIC_GetPrecision() argument
403 return (uint32_t)(READ_BIT(CORDICx->CSR, CORDIC_CSR_PRECISION)); in LL_CORDIC_GetPrecision()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_cordic.h300 __STATIC_INLINE void LL_CORDIC_Config(CORDIC_TypeDef *CORDICx, uint32_t Function, uint32_t Precisio… in LL_CORDIC_Config() argument
303 MODIFY_REG(CORDICx->CSR, in LL_CORDIC_Config()
327 __STATIC_INLINE void LL_CORDIC_SetFunction(CORDIC_TypeDef *CORDICx, uint32_t Function) in LL_CORDIC_SetFunction() argument
329 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_FUNC, Function); in LL_CORDIC_SetFunction()
348 __STATIC_INLINE uint32_t LL_CORDIC_GetFunction(const CORDIC_TypeDef *CORDICx) in LL_CORDIC_GetFunction() argument
350 return (uint32_t)(READ_BIT(CORDICx->CSR, CORDIC_CSR_FUNC)); in LL_CORDIC_GetFunction()
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()
401 __STATIC_INLINE uint32_t LL_CORDIC_GetPrecision(const CORDIC_TypeDef *CORDICx) in LL_CORDIC_GetPrecision() argument
403 return (uint32_t)(READ_BIT(CORDICx->CSR, CORDIC_CSR_PRECISION)); in LL_CORDIC_GetPrecision()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_cordic.c61 ErrorStatus LL_CORDIC_DeInit(const CORDIC_TypeDef *CORDICx) in LL_CORDIC_DeInit() argument
66 assert_param(IS_CORDIC_ALL_INSTANCE(CORDICx)); in LL_CORDIC_DeInit()
68 if (CORDICx == CORDIC) in LL_CORDIC_DeInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_cordic.c61 ErrorStatus LL_CORDIC_DeInit(const CORDIC_TypeDef *CORDICx) in LL_CORDIC_DeInit() argument
66 assert_param(IS_CORDIC_ALL_INSTANCE(CORDICx)); in LL_CORDIC_DeInit()
68 if (CORDICx == CORDIC) in LL_CORDIC_DeInit()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_cordic.c61 ErrorStatus LL_CORDIC_DeInit(const CORDIC_TypeDef *CORDICx) in LL_CORDIC_DeInit() argument
66 assert_param(IS_CORDIC_ALL_INSTANCE(CORDICx)); in LL_CORDIC_DeInit()
68 if (CORDICx == CORDIC) in LL_CORDIC_DeInit()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_cordic.c61 ErrorStatus LL_CORDIC_DeInit(const CORDIC_TypeDef *CORDICx) in LL_CORDIC_DeInit() argument
66 assert_param(IS_CORDIC_ALL_INSTANCE(CORDICx)); in LL_CORDIC_DeInit()
68 if (CORDICx == CORDIC) in LL_CORDIC_DeInit()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_cordic.c61 ErrorStatus LL_CORDIC_DeInit(const CORDIC_TypeDef *CORDICx) in LL_CORDIC_DeInit() argument
66 assert_param(IS_CORDIC_ALL_INSTANCE(CORDICx)); in LL_CORDIC_DeInit()
68 if (CORDICx == CORDIC) in LL_CORDIC_DeInit()