Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_rng.h1156 return (uint32_t)(READ_BIT(RNGx->POSTP_SR, RNG_POSTP_SR_AES_INIT)); in LL_RNG_GetAesInit()
1170 return (uint32_t)(READ_BIT(RNGx->POSTP_SR, RNG_POSTP_SR_AES_KEY_LD)); in LL_RNG_GetAesKeyLd()
1183 return (uint32_t)(READ_BIT(RNGx->POSTP_SR, RNG_POSTP_SR_AES_BUSY)); in LL_RNG_GetAesBusy()
1195 return (uint32_t)(READ_BIT(RNGx->POSTP_SR, RNG_POSTP_SR_AES_HEALTH_DONE)); in LL_RNG_GetAesHealthDone()
1207 return (uint32_t)(READ_BIT(RNGx->POSTP_SR, RNG_POSTP_SR_AES_K12_ERROR)); in LL_RNG_GetAesK12Error()
1219 return (uint32_t)(READ_BIT(RNGx->POSTP_SR, RNG_POSTP_SR_AES_DOUT_ERROR)); in LL_RNG_GetAesDoutError()
/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dstm32wb09.h436 __IO uint32_t POSTP_SR; /*!< (@ 0x00000038) RNG_POSTP_SR register */ member