/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_ll_rng.c | 86 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_Init() argument 90 while (LL_RNG_GetSamplingClockEnableDivider(RNGx) != RNG_InitStruct->SamplingClockDivider) in LL_RNG_Init() 94 LL_RNG_SetSamplingClockEnableDivider(RNGx, RNG_InitStruct->SamplingClockDivider); in LL_RNG_Init() 107 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_StructInit() argument 109 RNG_InitStruct->SamplingClockDivider = 0; in LL_RNG_StructInit() 169 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_Init() argument 173 assert_param(IS_LL_RNG_CLK_DET(RNG_InitStruct->ClockDetection)); in LL_RNG_Init() 176 MODIFY_REG(RNGx->CR, RNG_CR_TST_CLK, RNG_InitStruct->ClockDetection); in LL_RNG_Init() 187 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_StructInit() argument 190 RNG_InitStruct->ClockDetection = LL_RNG_CLK_DET_DISABLE; in LL_RNG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_rng.c | 115 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, const LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_Init() argument 119 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init() 123 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init() 128 MODIFY_REG(RNGx->CR, RNG_CR_CED, RNG_InitStruct->ClockErrorDetection); in LL_RNG_Init() 140 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_StructInit() argument 143 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_rng.c | 118 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, const LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_Init() argument 122 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init() 126 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init() 131 MODIFY_REG(RNGx->CR, RNG_CR_CED, RNG_InitStruct->ClockErrorDetection); in LL_RNG_Init() 143 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_StructInit() argument 146 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_rng.c | 102 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, const LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_Init() argument 106 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init() 109 MODIFY_REG(RNGx->CR, RNG_CR_CED, RNG_InitStruct->ClockErrorDetection); in LL_RNG_Init() 120 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_StructInit() argument 123 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_rng.c | 102 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, const LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_Init() argument 106 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init() 109 MODIFY_REG(RNGx->CR, RNG_CR_CED, RNG_InitStruct->ClockErrorDetection); in LL_RNG_Init() 120 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_StructInit() argument 123 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_rng.c | 102 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_Init() argument 106 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init() 109 MODIFY_REG(RNGx->CR, RNG_CR_CED, RNG_InitStruct->ClockErrorDetection); in LL_RNG_Init() 120 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_StructInit() argument 123 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_rng.c | 103 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_Init() argument 107 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init() 110 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init() 123 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_StructInit() argument 126 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_rng.c | 113 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, const LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_Init() argument 117 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init() 120 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init() 133 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_StructInit() argument 136 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_rng.c | 113 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_Init() argument 117 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init() 120 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init() 133 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_StructInit() argument 136 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_rng.c | 113 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, const LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_Init() argument 117 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init() 120 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init() 133 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_StructInit() argument 136 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_rng.c | 113 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, const LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_Init() argument 117 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init() 120 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init() 133 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_StructInit() argument 136 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_rng.c | 113 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, const LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_Init() argument 117 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init() 120 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init() 133 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_StructInit() argument 136 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_rng.c | 113 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, const LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_Init() argument 117 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init() 120 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init() 133 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_StructInit() argument 136 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_rng.c | 113 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, const LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_Init() argument 117 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init() 120 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init() 133 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct) in LL_RNG_StructInit() argument 136 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_rng.h | 1877 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, LL_RNG_InitTypeDef *RNG_InitStruct); 1878 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct); 2122 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, LL_RNG_InitTypeDef *RNG_InitStruct); 2123 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_rng.h | 372 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, const LL_RNG_InitTypeDef *RNG_InitStruct); 373 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_rng.h | 372 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, LL_RNG_InitTypeDef *RNG_InitStruct); 373 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_rng.h | 372 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, const LL_RNG_InitTypeDef *RNG_InitStruct); 373 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_rng.h | 648 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, LL_RNG_InitTypeDef *RNG_InitStruct); 649 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_rng.h | 686 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, const LL_RNG_InitTypeDef *RNG_InitStruct); 687 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_rng.h | 671 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, const LL_RNG_InitTypeDef *RNG_InitStruct); 672 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_rng.h | 696 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, LL_RNG_InitTypeDef *RNG_InitStruct); 697 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_rng.h | 683 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, const LL_RNG_InitTypeDef *RNG_InitStruct); 684 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_rng.h | 698 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, const LL_RNG_InitTypeDef *RNG_InitStruct); 699 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rng.h | 737 ErrorStatus LL_RNG_Init(RNG_TypeDef *RNGx, const LL_RNG_InitTypeDef *RNG_InitStruct); 738 void LL_RNG_StructInit(LL_RNG_InitTypeDef *RNG_InitStruct);
|