Searched refs:FTFx (Results 1 – 4 of 4) sorted by relevance
30 #define FTFx FTFA macro47 #define FTFx FTFE macro64 #define FTFx FTFL macro89 #define FTFx_FCCOB3_REG (FTFx->FCCOB3)90 #define FTFx_FCCOB5_REG (FTFx->FCCOB5)91 #define FTFx_FCCOB6_REG (FTFx->FCCOB6)92 #define FTFx_FCCOB7_REG (FTFx->FCCOB7)97 #define FTFx_FPROTSH_REG (FTFx->FPROTSH)98 #define FTFx_FPROTSL_REG (FTFx->FPROTSL)106 #define FTFx_FPROT_HIGH_REG (FTFx->FPROTH3)[all …]
263 if (0U == (FTFx->FCNFG & FTFx_FCNFG_EEERDY_MASK)) in FLEXNVM_EepromWrite()299 while (0U == (FTFx->FCNFG & FTFx_FCNFG_EEERDY_MASK)) in FLEXNVM_EepromWrite()304 if (0U != (FTFx->FSTAT & FTFx_FSTAT_FPVIOL_MASK)) in FLEXNVM_EepromWrite()341 FTFx->FDPROT = protectStatus; in FLEXNVM_DflashSetProtection()343 if (FTFx->FDPROT != protectStatus) in FLEXNVM_DflashSetProtection()367 *protectStatus = FTFx->FDPROT; in FLEXNVM_DflashGetProtection()389 FTFx->FEPROT = protectStatus; in FLEXNVM_EepromSetProtection()391 if (FTFx->FEPROT != protectStatus) in FLEXNVM_EepromSetProtection()415 *protectStatus = FTFx->FEPROT; in FLEXNVM_EepromGetProtection()
614 if ((FTFx->FCNFG & FTFx_FCNFG_RAMRDY_MASK) == 0U) in FTFx_CMD_ProgramSection()1052 registerValue = FTFx->FSEC; in FTFx_CMD_SecurityBypass()1083 registerValue = FTFx->FSEC; in FTFx_REG_GetSecurityState()1253 FTFx->FSTAT = FTFx_FSTAT_RDCOLERR_MASK | FTFx_FSTAT_ACCERR_MASK | FTFx_FSTAT_FPVIOL_MASK; in ftfx_command_sequence()1263 callFtfxRunCommand((FTFx_REG8_ACCESS_TYPE)(&FTFx->FSTAT)); in ftfx_command_sequence()1267 FTFx->FSTAT = FTFx_FSTAT_RDCOLERR_MASK | FTFx_FSTAT_ACCERR_MASK | FTFx_FSTAT_FPVIOL_MASK; in ftfx_command_sequence()1270 FTFx->FSTAT = FTFx_FSTAT_CCIF_MASK; in ftfx_command_sequence()1274 while (!(FTFx->FSTAT & FTFx_FSTAT_CCIF_MASK)) in ftfx_command_sequence()1281 registerValue = FTFx->FSTAT; in ftfx_command_sequence()1308 FTFx->FSTAT = FTFx_FSTAT_RDCOLERR_MASK | FTFx_FSTAT_ACCERR_MASK | FTFx_FSTAT_FPVIOL_MASK; in ftfx_command_sequence_non_blocking()[all …]
1513 registerValue = FTFx->FSTAT; in FLASH_GetCommandState()