Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_flash_ex.c358 HAL_StatusTypeDef HAL_FLASHEx_Protection_Config(uint32_t ProtectionLevel) in HAL_FLASHEx_Protection_Config() argument
363 assert_param(IS_PROTECTION_LEVEL(ProtectionLevel)); in HAL_FLASHEx_Protection_Config()
371 if (ProtectionLevel == PROT_LEVEL_1) in HAL_FLASHEx_Protection_Config()
376 else if (ProtectionLevel == PROT_LEVEL_2) in HAL_FLASHEx_Protection_Config()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_flash_ex.h56 HAL_StatusTypeDef HAL_FLASHEx_Protection_Config(uint32_t ProtectionLevel);