Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash_ex.h55 #define FLASH_PRIV_GRANTED 0x00000000U /*!< access to Flash registers is grant… macro
104 #define IS_FLASH_CFGPRIVMODE(__VALUE__) (((__VALUE__) == FLASH_PRIV_GRANTED) || ((__VALUE__…
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash_ex.h77 #define FLASH_PRIV_GRANTED 0x00000000U /*!< access to Flash registers is granted */ macro
172 #define IS_FLASH_CFGPRIVMODE(CFG) (((CFG) == FLASH_PRIV_GRANTED) || \