Home
last modified time | relevance | path

Searched refs:DEFKEY2 (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_rng.h1275 MODIFY_REG(RNGx->DEFKEY2, RNG_DEFKEY2_RNG_DEFKEY2, value << RNG_DEFKEY2_RNG_DEFKEY2_Pos); in LL_RNG_SetRngDefkey2()
1285 …return (uint32_t)(READ_BIT(RNGx->DEFKEY2, RNG_DEFKEY2_RNG_DEFKEY2) >> RNG_DEFKEY2_RNG_DEFKEY2_Pos); in LL_RNG_GetRngDefkey2()
/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dstm32wb09.h440 __IO uint32_t DEFKEY2; /*!< (@ 0x00000048) RNG_DEFKEY2 register */ member