Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_flash.c580 flash_prot_state_t *protection_state) in FLASH_IsProtected() argument
586 if (protection_state == NULL) in FLASH_IsProtected()
746 *protection_state = kFLASH_ProtectionStateUnprotected; in FLASH_IsProtected()
751 *protection_state = kFLASH_ProtectionStateProtected; in FLASH_IsProtected()
757 *protection_state = kFLASH_ProtectionStateMixed; in FLASH_IsProtected()
763 *protection_state = kFLASH_ProtectionStateUnprotected; in FLASH_IsProtected()
Dfsl_ftfx_flash.h593 flash_prot_state_t *protection_state);
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c1521 flash_protection_state_t *protection_state) in FLASH_IsProtected() argument
1527 if ((protection_state == NULL) || (lengthInBytes == 0UL)) in FLASH_IsProtected()
1552 *protection_state = kFLASH_ProtectionStateProtected; in FLASH_IsProtected()
1557 *protection_state = kFLASH_ProtectionStateUnprotected; in FLASH_IsProtected()
1561 *protection_state = kFLASH_ProtectionStateMixed; in FLASH_IsProtected()
Dfsl_flash.h796 flash_protection_state_t *protection_state);