Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_flash.h519 #define IS_PROTECTION_LEVEL(__VALUE__) (((__VALUE__) == PROT_LEVEL_1) ||\ macro
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_flash_ex.c363 assert_param(IS_PROTECTION_LEVEL(ProtectionLevel)); in HAL_FLASHEx_Protection_Config()