Home
last modified time | relevance | path

Searched refs:IRQRAW (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_flash.h390 #define __HAL_FLASH_GET_FLAG(__FLAG__) ((READ_BIT(FLASH->IRQRAW, (__FLAG__)) == (__FLAG__)) ? 1UL …
403 #define __HAL_FLASH_CLEAR_FLAG(__FLAG__) (SET_BIT(FLASH->IRQRAW, (__FLAG__)))
Dstm32wb0x_ll_system.h1421 return (uint32_t)((READ_BIT(FLASHx->IRQRAW, flag) == flag) ? 1UL : 0UL); in LL_FLASH_GetFlag()
1437 WRITE_REG(FLASHx->IRQRAW, flag); in LL_FLASH_ClearFlag()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_flash_ex.c446 FLASH->IRQRAW = FLASH_FLAG_CMDDONE; in HAL_FLASHEx_MassRead()
487 FLASH->IRQRAW = FLASH_FLAG_CMDDONE; in HAL_FLASHEx_LFSRSignature()
/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dstm32wb05.h279 …__IO uint32_t IRQRAW; /*!< (@ 0x00000010) The raw status register … member
Dstm32wb07.h283 …__IO uint32_t IRQRAW; /*!< (@ 0x00000010) The raw status register shows the… member
Dstm32wb09.h273 __IO uint32_t IRQRAW; /*!< (@ 0x00000010) IRQRAW register */ member
Dstm32wb06.h283 …__IO uint32_t IRQRAW; /*!< (@ 0x00000010) The raw status register shows the… member