Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_flash.h223 #define PROT_LEVEL_1 0x00000001U macro
519 #define IS_PROTECTION_LEVEL(__VALUE__) (((__VALUE__) == PROT_LEVEL_1) ||\
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_flash_ex.c371 if (ProtectionLevel == PROT_LEVEL_1) in HAL_FLASHEx_Protection_Config()
410 return (PROT_LEVEL_1); in HAL_FLASHEx_GetProtection_Level()