Lines Matching defs:config
198 void FTFx_API_Init(ftfx_config_t *config) in FTFx_API_Init()
221 status_t FTFx_API_UpdateFlexnvmPartitionStatus(ftfx_config_t *config) in FTFx_API_UpdateFlexnvmPartitionStatus()
268 status_t FTFx_CMD_Erase(ftfx_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FTFx_CMD_Erase()
332 status_t FTFx_CMD_EraseSectorNonBlocking(ftfx_config_t *config, uint32_t start, uint32_t key) in FTFx_CMD_EraseSectorNonBlocking()
365 status_t FTFx_CMD_EraseAll(ftfx_config_t *config, uint32_t key) in FTFx_CMD_EraseAll()
406 status_t FTFx_CMD_EraseAllUnsecure(ftfx_config_t *config, uint32_t key) in FTFx_CMD_EraseAllUnsecure()
447 status_t FTFx_CMD_EraseAllExecuteOnlySegments(ftfx_config_t *config, uint32_t key) in FTFx_CMD_EraseAllExecuteOnlySegments()
476 status_t FTFx_CMD_Program(ftfx_config_t *config, uint32_t start, const uint8_t *src, uint32_t lengt… in FTFx_CMD_Program()
542 status_t FTFx_CMD_ProgramOnce(ftfx_config_t *config, uint32_t index, const uint8_t *src, uint32_t l… in FTFx_CMD_ProgramOnce()
586 status_t FTFx_CMD_ProgramSection(ftfx_config_t *config, uint32_t start, const uint8_t *src, uint32_… in FTFx_CMD_ProgramSection()
710 status_t FTFx_CMD_ProgramPartition(ftfx_config_t *config, in FTFx_CMD_ProgramPartition()
748 status_t FTFx_CMD_ReadOnce(ftfx_config_t *config, uint32_t index, uint8_t *dst, uint32_t lengthInBy… in FTFx_CMD_ReadOnce()
798 …ftfx_config_t *config, uint32_t start, uint8_t *dst, uint32_t lengthInBytes, ftfx_read_resource_op… in FTFx_CMD_ReadResource()
871 status_t FTFx_CMD_VerifyErase(ftfx_config_t *config, uint32_t start, uint32_t lengthInBytes, ftfx_m… in FTFx_CMD_VerifyErase()
937 status_t FTFx_CMD_VerifyEraseAll(ftfx_config_t *config, ftfx_margin_value_t margin) in FTFx_CMD_VerifyEraseAll()
955 status_t FTFx_CMD_VerifyEraseAllExecuteOnlySegments(ftfx_config_t *config, ftfx_margin_value_t marg… in FTFx_CMD_VerifyEraseAllExecuteOnlySegments()
976 status_t FTFx_CMD_VerifyProgram(ftfx_config_t *config, in FTFx_CMD_VerifyProgram()
1038 status_t FTFx_CMD_SecurityBypass(ftfx_config_t *config, const uint8_t *backdoorKey) in FTFx_CMD_SecurityBypass()
1073 status_t FTFx_REG_GetSecurityState(ftfx_config_t *config, ftfx_security_state_t *state) in FTFx_REG_GetSecurityState()
1114 status_t FTFx_CMD_SetFlexramFunction(ftfx_config_t *config, ftfx_flexram_func_opt_t option) in FTFx_CMD_SetFlexramFunction()
1140 status_t FTFx_CMD_SwapControl(ftfx_config_t *config, in FTFx_CMD_SwapControl()
1184 static void ftfx_init_ifr(ftfx_config_t *config) in ftfx_init_ifr()
1247 static status_t ftfx_command_sequence(ftfx_config_t *config) in ftfx_command_sequence()
1304 static void ftfx_command_sequence_non_blocking(ftfx_config_t *config) in ftfx_command_sequence_non_blocking()
1330 static status_t ftfx_check_mem_range(ftfx_config_t *config, in ftfx_check_mem_range()
1422 static status_t ftfx_check_resource_range(ftfx_config_t *config, in ftfx_check_resource_range()