/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_cordic.h | 301 … uint32_t NbWrite, uint32_t NbRead, uint32_t InSize, uint32_t OutSize) in LL_CORDIC_Config() argument 307 NbWrite | NbRead | InSize | OutSize); in LL_CORDIC_Config() 481 __STATIC_INLINE void LL_CORDIC_SetNbRead(CORDIC_TypeDef *CORDICx, uint32_t NbRead) in LL_CORDIC_SetNbRead() argument 483 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_NRES, NbRead); in LL_CORDIC_SetNbRead()
|
D | stm32h5xx_hal_cordic.h | 119 uint32_t NbRead; /*!< Number of 32-bit read expected after one calculation member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_cordic.h | 301 … uint32_t NbWrite, uint32_t NbRead, uint32_t InSize, uint32_t OutSize) in LL_CORDIC_Config() argument 307 NbWrite | NbRead | InSize | OutSize); in LL_CORDIC_Config() 481 __STATIC_INLINE void LL_CORDIC_SetNbRead(CORDIC_TypeDef *CORDICx, uint32_t NbRead) in LL_CORDIC_SetNbRead() argument 483 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_NRES, NbRead); in LL_CORDIC_SetNbRead()
|
D | stm32u5xx_hal_cordic.h | 119 uint32_t NbRead; /*!< Number of 32-bit read expected after one calculation member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_cordic.h | 301 … uint32_t NbWrite, uint32_t NbRead, uint32_t InSize, uint32_t OutSize) in LL_CORDIC_Config() argument 307 NbWrite | NbRead | InSize | OutSize); in LL_CORDIC_Config() 481 __STATIC_INLINE void LL_CORDIC_SetNbRead(CORDIC_TypeDef *CORDICx, uint32_t NbRead) in LL_CORDIC_SetNbRead() argument 483 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_NRES, NbRead); in LL_CORDIC_SetNbRead()
|
D | stm32h7xx_hal_cordic.h | 119 uint32_t NbRead; /*!< Number of 32-bit read expected after one calculation member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_cordic.h | 301 … uint32_t NbWrite, uint32_t NbRead, uint32_t InSize, uint32_t OutSize) in LL_CORDIC_Config() argument 307 NbWrite | NbRead | InSize | OutSize); in LL_CORDIC_Config() 481 __STATIC_INLINE void LL_CORDIC_SetNbRead(CORDIC_TypeDef *CORDICx, uint32_t NbRead) in LL_CORDIC_SetNbRead() argument 483 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_NRES, NbRead); in LL_CORDIC_SetNbRead()
|
D | stm32h7rsxx_hal_cordic.h | 119 uint32_t NbRead; /*!< Number of 32-bit read expected after one calculation member
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_cordic.h | 301 … uint32_t NbWrite, uint32_t NbRead, uint32_t InSize, uint32_t OutSize) in LL_CORDIC_Config() argument 307 NbWrite | NbRead | InSize | OutSize); in LL_CORDIC_Config() 481 __STATIC_INLINE void LL_CORDIC_SetNbRead(CORDIC_TypeDef *CORDICx, uint32_t NbRead) in LL_CORDIC_SetNbRead() argument 483 MODIFY_REG(CORDICx->CSR, CORDIC_CSR_NRES, NbRead); in LL_CORDIC_SetNbRead()
|
D | stm32g4xx_hal_cordic.h | 119 uint32_t NbRead; /*!< Number of 32-bit read expected after one calculation member
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_cordic.c | 567 assert_param(IS_CORDIC_NBREAD(sConfig->NbRead)); in HAL_CORDIC_Configure() 579 sConfig->NbWrite | sConfig->NbRead | sConfig->InSize | sConfig->OutSize)); in HAL_CORDIC_Configure()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_cordic.c | 567 assert_param(IS_CORDIC_NBREAD(sConfig->NbRead)); in HAL_CORDIC_Configure() 579 sConfig->NbWrite | sConfig->NbRead | sConfig->InSize | sConfig->OutSize)); in HAL_CORDIC_Configure()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_cordic.c | 567 assert_param(IS_CORDIC_NBREAD(sConfig->NbRead)); in HAL_CORDIC_Configure() 579 sConfig->NbWrite | sConfig->NbRead | sConfig->InSize | sConfig->OutSize)); in HAL_CORDIC_Configure()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_cordic.c | 567 assert_param(IS_CORDIC_NBREAD(sConfig->NbRead)); in HAL_CORDIC_Configure() 579 sConfig->NbWrite | sConfig->NbRead | sConfig->InSize | sConfig->OutSize)); in HAL_CORDIC_Configure()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_cordic.c | 567 assert_param(IS_CORDIC_NBREAD(sConfig->NbRead)); in HAL_CORDIC_Configure() 579 sConfig->NbWrite | sConfig->NbRead | sConfig->InSize | sConfig->OutSize)); in HAL_CORDIC_Configure()
|