Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_flash.h222 #define PROT_LEVEL_NONE 0x00000000U macro
522 ((__VALUE__) == PROT_LEVEL_NONE))
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_flash_ex.c418 return (PROT_LEVEL_NONE); in HAL_FLASHEx_GetProtection_Level()