Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_flash_ex.c317 pageProtectionStruct->pageProt_1 = 0; in HAL_FLASHEx_PageProtection()
324 if (pageProtectionStruct->pageProt_1 != 0) in HAL_FLASHEx_PageProtection()
326 FLASH->PAGEPROT1 |= pageProtectionStruct->pageProt_1; in HAL_FLASHEx_PageProtection()
333 if (pageProtectionStruct->pageProt_1 != 0) in HAL_FLASHEx_PageProtection()
335 FLASH->PAGEPROT1 &= ~pageProtectionStruct->pageProt_1; in HAL_FLASHEx_PageProtection()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_flash.h213 …uint32_t pageProt_1; /*!< Valid only for cut 2.0 same meaning of @ref pageProt_0 parameter … member