Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dflash_stm32f4x.c277 uint64_t protected_sectors) in flash_stm32_update_wp_sectors() argument
280 protected_sectors <<= FLASH_OPTCR_nWRP_Pos; in flash_stm32_update_wp_sectors()
287 protected_sectors = ~protected_sectors & changed_sectors; in flash_stm32_update_wp_sectors()
290 (uint32_t)protected_sectors); in flash_stm32_update_wp_sectors()
294 uint64_t *protected_sectors) in flash_stm32_get_wp_sectors() argument
298 *protected_sectors = in flash_stm32_get_wp_sectors()
Dflash_stm32.h348 uint64_t protected_sectors);
351 uint64_t *protected_sectors);