Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.h145 } ftfx_security_state_t; typedef
765 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-latest/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()
Dfsl_adapter_k4_flash.c503 … return HAL_FlashGetStatus(FLASH_GetSecurityState(s_flashConfig, (ftfx_security_state_t *)state)); in HAL_FlashGetSecurityState()