/hal_stm32-3.7.0/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_rng.h | 70 #define LL_RNG_CR_IE RNG_CR_IE /*!< RNG Interrupt enable */ 256 SET_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_EnableIT() 268 CLEAR_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_DisableIT() 280 return ((READ_BIT(RNGx->CR, RNG_CR_IE) == (RNG_CR_IE)) ? 1UL : 0UL); in LL_RNG_IsEnabledIT()
|
D | stm32f7xx_hal_rng.h | 234 #define __HAL_RNG_ENABLE_IT(__HANDLE__) ((__HANDLE__)->Instance->CR |= RNG_CR_IE) 241 #define __HAL_RNG_DISABLE_IT(__HANDLE__) ((__HANDLE__)->Instance->CR &= ~RNG_CR_IE)
|
/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_rng.h | 70 #define LL_RNG_CR_IE RNG_CR_IE /*!< RNG Interrupt enable */ 256 SET_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_EnableIT() 268 CLEAR_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_DisableIT() 280 return ((READ_BIT(RNGx->CR, RNG_CR_IE) == (RNG_CR_IE)) ? 1UL : 0UL); in LL_RNG_IsEnabledIT()
|
D | stm32f4xx_hal_rng.h | 234 #define __HAL_RNG_ENABLE_IT(__HANDLE__) ((__HANDLE__)->Instance->CR |= RNG_CR_IE) 241 #define __HAL_RNG_DISABLE_IT(__HANDLE__) ((__HANDLE__)->Instance->CR &= ~RNG_CR_IE)
|
/hal_stm32-3.7.0/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_rng.h | 70 #define LL_RNG_CR_IE RNG_CR_IE /*!< RNG Interrupt enable */ 256 SET_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_EnableIT() 268 CLEAR_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_DisableIT() 280 return ((READ_BIT(RNGx->CR, RNG_CR_IE) == (RNG_CR_IE)) ? 1UL : 0UL); in LL_RNG_IsEnabledIT()
|
D | stm32f2xx_hal_rng.h | 234 #define __HAL_RNG_ENABLE_IT(__HANDLE__) ((__HANDLE__)->Instance->CR |= RNG_CR_IE) 241 #define __HAL_RNG_DISABLE_IT(__HANDLE__) ((__HANDLE__)->Instance->CR &= ~RNG_CR_IE)
|
/hal_stm32-3.7.0/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_rng.h | 70 #define LL_RNG_CR_IE RNG_CR_IE /*!< RNG Interrupt enable */ 256 SET_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_EnableIT() 268 CLEAR_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_DisableIT() 280 return ((READ_BIT(RNGx->CR, RNG_CR_IE) == (RNG_CR_IE)) ? 1UL : 0UL); in LL_RNG_IsEnabledIT()
|
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_rng.h | 99 #define LL_RNG_CR_IE RNG_CR_IE /*!< RNG Interrupt enable */ 318 SET_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_EnableIT() 330 CLEAR_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_DisableIT() 342 return ((READ_BIT(RNGx->CR, RNG_CR_IE) == (RNG_CR_IE)) ? 1UL : 0UL); in LL_RNG_IsEnabledIT()
|
D | stm32g4xx_hal_rng.h | 249 #define __HAL_RNG_ENABLE_IT(__HANDLE__) ((__HANDLE__)->Instance->CR |= RNG_CR_IE) 256 #define __HAL_RNG_DISABLE_IT(__HANDLE__) ((__HANDLE__)->Instance->CR &= ~RNG_CR_IE)
|
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_rng.h | 99 #define LL_RNG_CR_IE RNG_CR_IE /*!< RNG Interrupt enable */ 318 SET_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_EnableIT() 330 CLEAR_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_DisableIT() 342 return ((READ_BIT(RNGx->CR, RNG_CR_IE) == (RNG_CR_IE)) ? 1UL : 0UL); in LL_RNG_IsEnabledIT()
|
D | stm32wbxx_hal_rng.h | 249 #define __HAL_RNG_ENABLE_IT(__HANDLE__) ((__HANDLE__)->Instance->CR |= RNG_CR_IE) 256 #define __HAL_RNG_DISABLE_IT(__HANDLE__) ((__HANDLE__)->Instance->CR &= ~RNG_CR_IE)
|
/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_rng.h | 99 #define LL_RNG_CR_IE RNG_CR_IE /*!< RNG Interrupt enable */ 318 SET_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_EnableIT() 330 CLEAR_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_DisableIT() 342 return ((READ_BIT(RNGx->CR, RNG_CR_IE) == (RNG_CR_IE)) ? 1UL : 0UL); in LL_RNG_IsEnabledIT()
|
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_rng.h | 132 #define LL_RNG_CR_IE RNG_CR_IE /*!< RNG Interrupt enable */ 562 SET_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_EnableIT() 574 CLEAR_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_DisableIT() 586 return ((READ_BIT(RNGx->CR, RNG_CR_IE) == (RNG_CR_IE)) ? 1UL : 0UL); in LL_RNG_IsEnabledIT()
|
/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_rng.h | 143 #define LL_RNG_CR_IE RNG_CR_IE /*!< RNG Interrupt enable */ 591 SET_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_EnableIT() 603 CLEAR_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_DisableIT() 615 return ((READ_BIT(RNGx->CR, RNG_CR_IE) == (RNG_CR_IE)) ? 1UL : 0UL); in LL_RNG_IsEnabledIT()
|
D | stm32h7xx_hal_rng.h | 249 #define __HAL_RNG_ENABLE_IT(__HANDLE__) ((__HANDLE__)->Instance->CR |= RNG_CR_IE) 256 #define __HAL_RNG_DISABLE_IT(__HANDLE__) ((__HANDLE__)->Instance->CR &= ~RNG_CR_IE)
|
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_rng.h | 141 #define LL_RNG_CR_IE RNG_CR_IE /*!< RNG Interrupt enable */ 577 SET_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_EnableIT() 589 CLEAR_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_DisableIT() 601 return ((READ_BIT(RNGx->CR, RNG_CR_IE) == (RNG_CR_IE)) ? 1UL : 0UL); in LL_RNG_IsEnabledIT()
|
D | stm32wbaxx_hal_rng.h | 249 #define __HAL_RNG_ENABLE_IT(__HANDLE__) ((__HANDLE__)->Instance->CR |= RNG_CR_IE) 256 #define __HAL_RNG_DISABLE_IT(__HANDLE__) ((__HANDLE__)->Instance->CR &= ~RNG_CR_IE)
|
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_rng.h | 141 #define LL_RNG_CR_IE RNG_CR_IE /*!< RNG Interrupt enable */ 577 SET_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_EnableIT() 589 CLEAR_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_DisableIT() 601 return ((READ_BIT(RNGx->CR, RNG_CR_IE) == (RNG_CR_IE)) ? 1UL : 0UL); in LL_RNG_IsEnabledIT()
|
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_rng.h | 141 #define LL_RNG_CR_IE RNG_CR_IE /*!< RNG Interrupt enable */ 579 SET_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_EnableIT() 591 CLEAR_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_DisableIT() 603 return ((READ_BIT(RNGx->CR, RNG_CR_IE) == (RNG_CR_IE)) ? 1UL : 0UL); in LL_RNG_IsEnabledIT()
|
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_rng.h | 149 #define LL_RNG_CR_IE RNG_CR_IE /*!< RNG Interrupt enable */ 599 SET_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_EnableIT() 611 CLEAR_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_DisableIT() 623 return ((READ_BIT(RNGx->CR, RNG_CR_IE) == (RNG_CR_IE)) ? 1UL : 0UL); in LL_RNG_IsEnabledIT()
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rng.h | 141 #define LL_RNG_CR_IE RNG_CR_IE /*!< RNG Interrupt enable */ 579 SET_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_EnableIT() 591 CLEAR_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_DisableIT() 603 return ((READ_BIT(RNGx->CR, RNG_CR_IE) == (RNG_CR_IE)) ? 1UL : 0UL); in LL_RNG_IsEnabledIT()
|
D | stm32h5xx_hal_rng.h | 249 #define __HAL_RNG_ENABLE_IT(__HANDLE__) ((__HANDLE__)->Instance->CR |= RNG_CR_IE) 256 #define __HAL_RNG_DISABLE_IT(__HANDLE__) ((__HANDLE__)->Instance->CR &= ~RNG_CR_IE)
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_rng.h | 141 #define LL_RNG_CR_IE RNG_CR_IE /*!< RNG Interrupt enable */ 579 SET_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_EnableIT() 591 CLEAR_BIT(RNGx->CR, RNG_CR_IE); in LL_RNG_DisableIT() 603 return ((READ_BIT(RNGx->CR, RNG_CR_IE) == (RNG_CR_IE)) ? 1UL : 0UL); in LL_RNG_IsEnabledIT()
|
D | stm32u5xx_hal_rng.h | 249 #define __HAL_RNG_ENABLE_IT(__HANDLE__) ((__HANDLE__)->Instance->CR |= RNG_CR_IE) 256 #define __HAL_RNG_DISABLE_IT(__HANDLE__) ((__HANDLE__)->Instance->CR &= ~RNG_CR_IE)
|
/hal_stm32-3.7.0/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_rng.h | 249 #define __HAL_RNG_ENABLE_IT(__HANDLE__) ((__HANDLE__)->Instance->CR |= RNG_CR_IE) 256 #define __HAL_RNG_DISABLE_IT(__HANDLE__) ((__HANDLE__)->Instance->CR &= ~RNG_CR_IE)
|