Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c1688 flash_protection_state_t *protection_state) in FLASH_IsProtected() argument
1708 if (protection_state == NULL) in FLASH_IsProtected()
1860 *protection_state = kFLASH_ProtectionStateUnprotected; in FLASH_IsProtected()
1865 *protection_state = kFLASH_ProtectionStateProtected; in FLASH_IsProtected()
1871 *protection_state = kFLASH_ProtectionStateMixed; in FLASH_IsProtected()
Dfsl_flash.h1026 flash_protection_state_t *protection_state);