Home
last modified time | relevance | path

Searched refs:RNG_FLAG_SECS (Results 1 – 25 of 28) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rng.c252 while (__HAL_RNG_GET_FLAG(hrng, RNG_FLAG_SECS) != RESET) in HAL_RNG_Init()
257 if (__HAL_RNG_GET_FLAG(hrng, RNG_FLAG_SECS) != RESET) in HAL_RNG_Init()
790 if (__HAL_RNG_GET_FLAG(hrng, RNG_FLAG_SECS) == RESET) in HAL_RNG_IRQHandler()
966 if (__HAL_RNG_GET_FLAG(hrng, RNG_FLAG_SECS) == RESET) in RNG_RecoverSeedError()
1029 while (HAL_IS_BIT_SET(hrng->Instance->SR, RNG_FLAG_SECS)); in RNG_RecoverSeedError()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rng.c256 if (__HAL_RNG_GET_FLAG(hrng, RNG_FLAG_SECS) != RESET) in HAL_RNG_Init()
781 if ((itflag & RNG_FLAG_SECS) != RNG_FLAG_SECS) in HAL_RNG_IRQHandler()
957 if (__HAL_RNG_GET_FLAG(hrng, RNG_FLAG_SECS) == RESET) in RNG_RecoverSeedError()
1018 } while (HAL_IS_BIT_SET(hrng->Instance->SR, RNG_FLAG_SECS)); in RNG_RecoverSeedError()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rng.c236 while (__HAL_RNG_GET_FLAG(hrng, RNG_FLAG_SECS) != RESET) in HAL_RNG_Init()
768 if ((itflag & RNG_FLAG_SECS) != RNG_FLAG_SECS) in HAL_RNG_IRQHandler()
944 if (__HAL_RNG_GET_FLAG(hrng, RNG_FLAG_SECS) == RESET) in RNG_RecoverSeedError()
1005 } while (HAL_IS_BIT_SET(hrng->Instance->SR, RNG_FLAG_SECS)); in RNG_RecoverSeedError()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rng.c766 if ((itflag & RNG_FLAG_SECS) != RNG_FLAG_SECS) in HAL_RNG_IRQHandler()
942 if (__HAL_RNG_GET_FLAG(hrng, RNG_FLAG_SECS) == RESET) in RNG_RecoverSeedError()
1003 } while (HAL_IS_BIT_SET(hrng->Instance->SR, RNG_FLAG_SECS)); in RNG_RecoverSeedError()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rng.c780 if ((itflag & RNG_FLAG_SECS) != RNG_FLAG_SECS) in HAL_RNG_IRQHandler()
956 if (__HAL_RNG_GET_FLAG(hrng, RNG_FLAG_SECS) == RESET) in RNG_RecoverSeedError()
1017 } while (HAL_IS_BIT_SET(hrng->Instance->SR, RNG_FLAG_SECS)); in RNG_RecoverSeedError()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rng.c766 if ((itflag & RNG_FLAG_SECS) != RNG_FLAG_SECS) in HAL_RNG_IRQHandler()
942 if (__HAL_RNG_GET_FLAG(hrng, RNG_FLAG_SECS) == RESET) in RNG_RecoverSeedError()
1003 } while (HAL_IS_BIT_SET(hrng->Instance->SR, RNG_FLAG_SECS)); in RNG_RecoverSeedError()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rng.c780 if ((itflag & RNG_FLAG_SECS) != RNG_FLAG_SECS) in HAL_RNG_IRQHandler()
956 if (__HAL_RNG_GET_FLAG(hrng, RNG_FLAG_SECS) == RESET) in RNG_RecoverSeedError()
1017 } while (HAL_IS_BIT_SET(hrng->Instance->SR, RNG_FLAG_SECS)); in RNG_RecoverSeedError()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rng.c776 if ((itflag & RNG_FLAG_SECS) != RNG_FLAG_SECS) in HAL_RNG_IRQHandler()
952 if (__HAL_RNG_GET_FLAG(hrng, RNG_FLAG_SECS) == RESET) in RNG_RecoverSeedError()
1013 } while (HAL_IS_BIT_SET(hrng->Instance->SR, RNG_FLAG_SECS)); in RNG_RecoverSeedError()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rng.c806 if ((itflag & RNG_FLAG_SECS) != RNG_FLAG_SECS) in HAL_RNG_IRQHandler()
983 if (__HAL_RNG_GET_FLAG(hrng, RNG_FLAG_SECS) == RESET) in RNG_RecoverSeedError()
1044 } while (HAL_IS_BIT_SET(hrng->Instance->SR, RNG_FLAG_SECS)); in RNG_RecoverSeedError()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rng.c870 if ((itflag & RNG_FLAG_SECS) != RNG_FLAG_SECS) in HAL_RNG_IRQHandler()
1048 if (__HAL_RNG_GET_FLAG(hrng, RNG_FLAG_SECS) == RESET) in RNG_RecoverSeedError()
1109 } while (HAL_IS_BIT_SET(hrng->Instance->SR, RNG_FLAG_SECS)); in RNG_RecoverSeedError()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rng.h156 #define RNG_FLAG_SECS RNG_SR_SECS /*!< Seed error current status */ macro
352 ((FLAG) == RNG_FLAG_SECS))
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rng.h156 #define RNG_FLAG_SECS RNG_SR_SECS /*!< Seed error current status */ macro
352 ((FLAG) == RNG_FLAG_SECS))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rng.h156 #define RNG_FLAG_SECS RNG_SR_SECS /*!< Seed error current status */ macro
352 ((FLAG) == RNG_FLAG_SECS))
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rng.h150 #define RNG_FLAG_SECS RNG_SR_SECS /*!< Seed error current status */ macro
339 ((FLAG) == RNG_FLAG_SECS))
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_rng.h150 #define RNG_FLAG_SECS RNG_SR_SECS /*!< Seed error current status */ macro
339 ((FLAG) == RNG_FLAG_SECS))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rng.h156 #define RNG_FLAG_SECS RNG_SR_SECS /*!< Seed error current status */ macro
353 ((FLAG) == RNG_FLAG_SECS))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rng.h156 #define RNG_FLAG_SECS RNG_SR_SECS /*!< Seed error current status */ macro
353 ((FLAG) == RNG_FLAG_SECS))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rng.h156 #define RNG_FLAG_SECS RNG_SR_SECS /*!< Seed error current status */ macro
352 ((FLAG) == RNG_FLAG_SECS))
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rng.h156 #define RNG_FLAG_SECS RNG_SR_SECS /*!< Seed error current status */ macro
350 ((FLAG) == RNG_FLAG_SECS))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rng.h150 #define RNG_FLAG_SECS RNG_SR_SECS /*!< Seed error current status */ macro
339 ((FLAG) == RNG_FLAG_SECS))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rng.h156 #define RNG_FLAG_SECS RNG_SR_SECS /*!< Seed error current status */ macro
352 ((FLAG) == RNG_FLAG_SECS))
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rng.h156 #define RNG_FLAG_SECS RNG_SR_SECS /*!< Seed error current status */ macro
350 ((FLAG) == RNG_FLAG_SECS))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rng.h156 #define RNG_FLAG_SECS RNG_SR_SECS /*!< Seed error current status */ macro
350 ((FLAG) == RNG_FLAG_SECS))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rng.h150 #define RNG_FLAG_SECS RNG_SR_SECS /*!< Seed error current status */ macro
339 ((FLAG) == RNG_FLAG_SECS))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rng.h156 #define RNG_FLAG_SECS RNG_SR_SECS /*!< Seed error current status */ macro
352 ((FLAG) == RNG_FLAG_SECS))

12