Searched refs:RNG_HTCFG (Results 1 – 10 of 10) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_rng_ex.c | 48 #define RNG_HTCFG 0x000CAA74U /*!< Recommended value for NIST compliance, refer to application … macro 50 #define RNG_HTCFG 0x00007274U /*!< Recommended value for NIST compliance, refer to application … macro 145 WRITE_REG(hrng->Instance->HTCR, RNG_HTCFG); in HAL_RNGEx_SetConfig()
|
D | stm32h7xx_hal_rng.c | 119 #define RNG_HTCFG 0x000CAA74U /*!< Recommended value for NIST compliance, refer to application … macro 121 #define RNG_HTCFG 0x00007274U /*!< Recommended value for NIST compliance, refer to application … macro 220 WRITE_REG(hrng->Instance->HTCR, RNG_HTCFG); in HAL_RNG_Init()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_rng.c | 119 #define RNG_HTCFG 0x000CAA74U /*!< Recommended value for NIST compliance, refer to application … macro 121 #define RNG_HTCFG 0x00007274U /*!< Recommended value for NIST compliance, refer to application … macro 233 WRITE_REG(hrng->Instance->HTCR, RNG_HTCFG); in HAL_RNG_Init()
|
D | stm32l4xx_hal_rng_ex.c | 144 WRITE_REG(hrng->Instance->HTCR, RNG_HTCFG); in HAL_RNGEx_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_rng_ex.c | 47 #define RNG_HTCFG 0x0000A2B3U /*!< Recommended value for NIST compliance */ macro 141 WRITE_REG(hrng->Instance->HTCR, RNG_HTCFG); in HAL_RNGEx_SetConfig()
|
D | stm32wlxx_hal_rng.c | 118 #define RNG_HTCFG 0x0000A2B3U /*!< Recommended value for NIST compliance */ macro 216 WRITE_REG(hrng->Instance->HTCR, RNG_HTCFG); in HAL_RNG_Init()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_rng_ex.c | 47 #define RNG_HTCFG 0x0000A2B3U /*!< Recommended value for NIST compliance */ macro 141 WRITE_REG(hrng->Instance->HTCR, RNG_HTCFG); in HAL_RNGEx_SetConfig()
|
D | stm32l5xx_hal_rng.c | 118 #define RNG_HTCFG 0x0000A2B3U /*!< Recommended value for NIST compliance */ macro 215 WRITE_REG(hrng->Instance->HTCR, RNG_HTCFG); in HAL_RNG_Init()
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l4p5xx.h | 13843 #define RNG_HTCFG 0x00007274U /*!< HTCR recommended value for best latency and NIST … macro
|
D | stm32l4q5xx.h | 14354 #define RNG_HTCFG 0x00007274U /*!< HTCR recommended value for best latency and NIST … macro
|