Searched refs:CORDIC_IT_IEN (Results 1 – 10 of 10) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_cordic.c | 835 __HAL_CORDIC_ENABLE_IT(hcordic, CORDIC_IT_IEN); in HAL_CORDIC_Calculate_IT() 1109 if (__HAL_CORDIC_GET_IT_SOURCE(hcordic, CORDIC_IT_IEN) != 0U) in HAL_CORDIC_IRQHandler() 1134 __HAL_CORDIC_DISABLE_IT(hcordic, CORDIC_IT_IEN); in HAL_CORDIC_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_cordic.c | 835 __HAL_CORDIC_ENABLE_IT(hcordic, CORDIC_IT_IEN); in HAL_CORDIC_Calculate_IT() 1109 if (__HAL_CORDIC_GET_IT_SOURCE(hcordic, CORDIC_IT_IEN) != 0U) in HAL_CORDIC_IRQHandler() 1134 __HAL_CORDIC_DISABLE_IT(hcordic, CORDIC_IT_IEN); in HAL_CORDIC_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_cordic.c | 835 __HAL_CORDIC_ENABLE_IT(hcordic, CORDIC_IT_IEN); in HAL_CORDIC_Calculate_IT() 1109 if (__HAL_CORDIC_GET_IT_SOURCE(hcordic, CORDIC_IT_IEN) != 0U) in HAL_CORDIC_IRQHandler() 1134 __HAL_CORDIC_DISABLE_IT(hcordic, CORDIC_IT_IEN); in HAL_CORDIC_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_cordic.c | 835 __HAL_CORDIC_ENABLE_IT(hcordic, CORDIC_IT_IEN); in HAL_CORDIC_Calculate_IT() 1101 if (__HAL_CORDIC_GET_IT_SOURCE(hcordic, CORDIC_IT_IEN) != 0U) in HAL_CORDIC_IRQHandler() 1126 __HAL_CORDIC_DISABLE_IT(hcordic, CORDIC_IT_IEN); in HAL_CORDIC_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_cordic.c | 835 __HAL_CORDIC_ENABLE_IT(hcordic, CORDIC_IT_IEN); in HAL_CORDIC_Calculate_IT() 1101 if (__HAL_CORDIC_GET_IT_SOURCE(hcordic, CORDIC_IT_IEN) != 0U) in HAL_CORDIC_IRQHandler() 1126 __HAL_CORDIC_DISABLE_IT(hcordic, CORDIC_IT_IEN); in HAL_CORDIC_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_cordic.h | 242 #define CORDIC_IT_IEN CORDIC_CSR_IEN /*!< Result ready interrupt enable */ macro
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_cordic.h | 242 #define CORDIC_IT_IEN CORDIC_CSR_IEN /*!< Result ready interrupt enable */ macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_cordic.h | 242 #define CORDIC_IT_IEN CORDIC_CSR_IEN /*!< Result ready interrupt enable */ macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_cordic.h | 242 #define CORDIC_IT_IEN CORDIC_CSR_IEN /*!< Result ready interrupt enable */ macro
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_cordic.h | 242 #define CORDIC_IT_IEN CORDIC_CSR_IEN /*!< Result ready interrupt enable */ macro
|