/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_cordic.h | 170 #define LL_CORDIC_OUTSIZE_16BITS CORDIC_CSR_RESSIZE /*!< 16 bits output data size … 305 CORDIC_CSR_NARGS | CORDIC_CSR_NRES | CORDIC_CSR_ARGSIZE | CORDIC_CSR_RESSIZE, in LL_CORDIC_Config() 537 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_RESSIZE, OutSize); in LL_CORDIC_SetOutSize() 550 return (uint32_t)(READ_BIT(CORDICx->CSR, CORDIC_CSR_RESSIZE)); in LL_CORDIC_GetOutSize()
|
D | stm32h5xx_hal_cordic.h | 306 #define CORDIC_OUTSIZE_16BITS CORDIC_CSR_RESSIZE /*!< 16 bits output data size (Q1.15 f…
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_cordic.h | 170 #define LL_CORDIC_OUTSIZE_16BITS CORDIC_CSR_RESSIZE /*!< 16 bits output data size … 305 CORDIC_CSR_NARGS | CORDIC_CSR_NRES | CORDIC_CSR_ARGSIZE | CORDIC_CSR_RESSIZE, in LL_CORDIC_Config() 537 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_RESSIZE, OutSize); in LL_CORDIC_SetOutSize() 550 return (uint32_t)(READ_BIT(CORDICx->CSR, CORDIC_CSR_RESSIZE)); in LL_CORDIC_GetOutSize()
|
D | stm32u5xx_hal_cordic.h | 306 #define CORDIC_OUTSIZE_16BITS CORDIC_CSR_RESSIZE /*!< 16 bits output data size (Q1.15 f…
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_cordic.h | 170 #define LL_CORDIC_OUTSIZE_16BITS CORDIC_CSR_RESSIZE /*!< 16 bits output data size … 305 CORDIC_CSR_NARGS | CORDIC_CSR_NRES | CORDIC_CSR_ARGSIZE | CORDIC_CSR_RESSIZE, in LL_CORDIC_Config() 537 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_RESSIZE, OutSize); in LL_CORDIC_SetOutSize() 550 return (uint32_t)(READ_BIT(CORDICx->CSR, CORDIC_CSR_RESSIZE)); in LL_CORDIC_GetOutSize()
|
D | stm32h7xx_hal_cordic.h | 306 #define CORDIC_OUTSIZE_16BITS CORDIC_CSR_RESSIZE /*!< 16 bits output data size (Q1.15 f…
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_cordic.h | 170 #define LL_CORDIC_OUTSIZE_16BITS CORDIC_CSR_RESSIZE /*!< 16 bits output data size … 305 CORDIC_CSR_NARGS | CORDIC_CSR_NRES | CORDIC_CSR_ARGSIZE | CORDIC_CSR_RESSIZE, in LL_CORDIC_Config() 537 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_RESSIZE, OutSize); in LL_CORDIC_SetOutSize() 550 return (uint32_t)(READ_BIT(CORDICx->CSR, CORDIC_CSR_RESSIZE)); in LL_CORDIC_GetOutSize()
|
D | stm32h7rsxx_hal_cordic.h | 306 #define CORDIC_OUTSIZE_16BITS CORDIC_CSR_RESSIZE /*!< 16 bits output data size (Q1.15 f…
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_cordic.h | 170 #define LL_CORDIC_OUTSIZE_16BITS CORDIC_CSR_RESSIZE /*!< 16 bits output data size … 305 CORDIC_CSR_NARGS | CORDIC_CSR_NRES | CORDIC_CSR_ARGSIZE | CORDIC_CSR_RESSIZE, in LL_CORDIC_Config() 537 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_RESSIZE, OutSize); in LL_CORDIC_SetOutSize() 550 return (uint32_t)(READ_BIT(CORDICx->CSR, CORDIC_CSR_RESSIZE)); in LL_CORDIC_GetOutSize()
|
D | stm32g4xx_hal_cordic.h | 306 #define CORDIC_OUTSIZE_16BITS CORDIC_CSR_RESSIZE /*!< 16 bits output data size (Q1.15 f…
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_cordic.c | 577 CORDIC_CSR_NARGS | CORDIC_CSR_NRES | CORDIC_CSR_ARGSIZE | CORDIC_CSR_RESSIZE), \ in HAL_CORDIC_Configure()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_cordic.c | 577 CORDIC_CSR_NARGS | CORDIC_CSR_NRES | CORDIC_CSR_ARGSIZE | CORDIC_CSR_RESSIZE), \ in HAL_CORDIC_Configure()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_cordic.c | 577 CORDIC_CSR_NARGS | CORDIC_CSR_NRES | CORDIC_CSR_ARGSIZE | CORDIC_CSR_RESSIZE), \ in HAL_CORDIC_Configure()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_cordic.c | 577 CORDIC_CSR_NARGS | CORDIC_CSR_NRES | CORDIC_CSR_ARGSIZE | CORDIC_CSR_RESSIZE), \ in HAL_CORDIC_Configure()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_cordic.c | 577 CORDIC_CSR_NARGS | CORDIC_CSR_NRES | CORDIC_CSR_ARGSIZE | CORDIC_CSR_RESSIZE), \ in HAL_CORDIC_Configure()
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g411xb.h | 2171 #define CORDIC_CSR_RESSIZE CORDIC_CSR_RESSIZE_Msk /*!< Width of output… macro
|
D | stm32g411xc.h | 2208 #define CORDIC_CSR_RESSIZE CORDIC_CSR_RESSIZE_Msk /*!< Width of output… macro
|
D | stm32g441xx.h | 2516 #define CORDIC_CSR_RESSIZE CORDIC_CSR_RESSIZE_Msk /*!< Width of output… macro
|
D | stm32gbk1cb.h | 2281 #define CORDIC_CSR_RESSIZE CORDIC_CSR_RESSIZE_Msk /*!< Width of output… macro
|
D | stm32g431xx.h | 2295 #define CORDIC_CSR_RESSIZE CORDIC_CSR_RESSIZE_Msk /*!< Width of output… macro
|
D | stm32g4a1xx.h | 2596 #define CORDIC_CSR_RESSIZE CORDIC_CSR_RESSIZE_Msk /*!< Width of output… macro
|
D | stm32g491xx.h | 2375 #define CORDIC_CSR_RESSIZE CORDIC_CSR_RESSIZE_Msk /*!< Width of output… macro
|
D | stm32g473xx.h | 2464 #define CORDIC_CSR_RESSIZE CORDIC_CSR_RESSIZE_Msk /*!< Width of output… macro
|
D | stm32g471xx.h | 2386 #define CORDIC_CSR_RESSIZE CORDIC_CSR_RESSIZE_Msk /*!< Width of output… macro
|
D | stm32g483xx.h | 2685 #define CORDIC_CSR_RESSIZE CORDIC_CSR_RESSIZE_Msk /*!< Width of output… macro
|