Home
last modified time | relevance | path

Searched refs:ftfx_security_state_t (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.h142 } ftfx_security_state_t; typedef
762 status_t FTFx_REG_GetSecurityState(ftfx_config_t *config, ftfx_security_state_t *state);
Dfsl_ftfx_flexnvm.h384 status_t FLEXNVM_GetSecurityState(flexnvm_config_t *config, ftfx_security_state_t *state);
Dfsl_ftfx_flash.h488 status_t FLASH_GetSecurityState(flash_config_t *config, ftfx_security_state_t *state);
Dfsl_ftfx_flexnvm.c217 status_t FLEXNVM_GetSecurityState(flexnvm_config_t *config, ftfx_security_state_t *state) in FLEXNVM_GetSecurityState()
Dfsl_ftfx_controller.c1073 status_t FTFx_REG_GetSecurityState(ftfx_config_t *config, ftfx_security_state_t *state) in FTFx_REG_GetSecurityState()
Dfsl_ftfx_flash.c445 status_t FLASH_GetSecurityState(flash_config_t *config, ftfx_security_state_t *state) in FLASH_GetSecurityState()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/internal_flash/
Dfsl_adapter_flash.c285 …return HAL_FlashGetStatus(FLASH_GetSecurityState(&s_flashConfig, (ftfx_security_state_t *)((void *… in HAL_FlashGetSecurityState()