12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163 |
- #ifndef IFXFLASH_REGDEF_H
- #define IFXFLASH_REGDEF_H 1
- #include "Ifx_TypesReg.h"
- typedef struct _Ifx_FLASH_ACCEN0_Bits
- {
- unsigned int EN0:1;
- unsigned int EN1:1;
- unsigned int EN2:1;
- unsigned int EN3:1;
- unsigned int EN4:1;
- unsigned int EN5:1;
- unsigned int EN6:1;
- unsigned int EN7:1;
- unsigned int EN8:1;
- unsigned int EN9:1;
- unsigned int EN10:1;
- unsigned int EN11:1;
- unsigned int EN12:1;
- unsigned int EN13:1;
- unsigned int EN14:1;
- unsigned int EN15:1;
- unsigned int EN16:1;
- unsigned int EN17:1;
- unsigned int EN18:1;
- unsigned int EN19:1;
- unsigned int EN20:1;
- unsigned int EN21:1;
- unsigned int EN22:1;
- unsigned int EN23:1;
- unsigned int EN24:1;
- unsigned int EN25:1;
- unsigned int EN26:1;
- unsigned int EN27:1;
- unsigned int EN28:1;
- unsigned int EN29:1;
- unsigned int EN30:1;
- unsigned int EN31:1;
- } Ifx_FLASH_ACCEN0_Bits;
- typedef struct _Ifx_FLASH_ACCEN1_Bits
- {
- unsigned int reserved_0:32;
- } Ifx_FLASH_ACCEN1_Bits;
- typedef struct _Ifx_FLASH_CBAB_CFG_Bits
- {
- unsigned int SEL:6;
- unsigned int reserved_6:2;
- unsigned int CLR:1;
- unsigned int DIS:1;
- unsigned int reserved_10:22;
- } Ifx_FLASH_CBAB_CFG_Bits;
- typedef struct _Ifx_FLASH_CBAB_STAT_Bits
- {
- unsigned int VLD0:1;
- unsigned int VLD1:1;
- unsigned int VLD2:1;
- unsigned int VLD3:1;
- unsigned int VLD4:1;
- unsigned int VLD5:1;
- unsigned int VLD6:1;
- unsigned int VLD7:1;
- unsigned int VLD8:1;
- unsigned int VLD9:1;
- unsigned int reserved_10:22;
- } Ifx_FLASH_CBAB_STAT_Bits;
- typedef struct _Ifx_FLASH_CBAB_TOP_Bits
- {
- unsigned int reserved_0:5;
- unsigned int ADDR:19;
- unsigned int ERR:6;
- unsigned int VLD:1;
- unsigned int CLR:1;
- } Ifx_FLASH_CBAB_TOP_Bits;
- typedef struct _Ifx_FLASH_COMM0_Bits
- {
- unsigned int STATUS:8;
- unsigned int reserved_8:24;
- } Ifx_FLASH_COMM0_Bits;
- typedef struct _Ifx_FLASH_COMM1_Bits
- {
- unsigned int STATUS:8;
- unsigned int DATA:8;
- unsigned int reserved_16:16;
- } Ifx_FLASH_COMM1_Bits;
- typedef struct _Ifx_FLASH_COMM2_Bits
- {
- unsigned int STATUS:8;
- unsigned int DATA:8;
- unsigned int reserved_16:16;
- } Ifx_FLASH_COMM2_Bits;
- typedef struct _Ifx_FLASH_ECCRD_Bits
- {
- unsigned int RCODE:22;
- unsigned int reserved_22:8;
- unsigned int EDCERRINJ:1;
- unsigned int ECCORDIS:1;
- } Ifx_FLASH_ECCRD_Bits;
- typedef struct _Ifx_FLASH_ECCRP_Bits
- {
- unsigned int RCODE:22;
- unsigned int reserved_22:8;
- unsigned int EDCERRINJ:1;
- unsigned int ECCORDIS:1;
- } Ifx_FLASH_ECCRP_Bits;
- typedef struct _Ifx_FLASH_ECCW_Bits
- {
- unsigned int WCODE:22;
- unsigned int reserved_22:8;
- unsigned int DECENCDIS:1;
- unsigned int PECENCDIS:1;
- } Ifx_FLASH_ECCW_Bits;
- typedef struct _Ifx_FLASH_FCON_Bits
- {
- unsigned int WSPFLASH:4;
- unsigned int WSECPF:2;
- unsigned int WSDFLASH:6;
- unsigned int WSECDF:3;
- unsigned int IDLE:1;
- unsigned int ESLDIS:1;
- unsigned int SLEEP:1;
- unsigned int NSAFECC:1;
- unsigned int STALL:1;
- unsigned int RES21:2;
- unsigned int RES23:2;
- unsigned int VOPERM:1;
- unsigned int SQERM:1;
- unsigned int PROERM:1;
- unsigned int reserved_27:3;
- unsigned int PR5V:1;
- unsigned int EOBM:1;
- } Ifx_FLASH_FCON_Bits;
- typedef struct _Ifx_FLASH_FPRO_Bits
- {
- unsigned int PROINP:1;
- unsigned int PRODISP:1;
- unsigned int PROIND:1;
- unsigned int PRODISD:1;
- unsigned int PROINHSMCOTP:1;
- unsigned int RES5:1;
- unsigned int PROINOTP:1;
- unsigned int RES7:1;
- unsigned int PROINDBG:1;
- unsigned int PRODISDBG:1;
- unsigned int PROINHSM:1;
- unsigned int reserved_11:5;
- unsigned int DCFP:1;
- unsigned int DDFP:1;
- unsigned int DDFPX:1;
- unsigned int reserved_19:1;
- unsigned int DDFD:1;
- unsigned int reserved_21:1;
- unsigned int ENPE:2;
- unsigned int reserved_24:8;
- } Ifx_FLASH_FPRO_Bits;
- typedef struct _Ifx_FLASH_FSR_Bits
- {
- unsigned int FABUSY:1;
- unsigned int D0BUSY:1;
- unsigned int RES1:1;
- unsigned int P0BUSY:1;
- unsigned int RES4:1;
- unsigned int RES5:1;
- unsigned int RES6:1;
- unsigned int PROG:1;
- unsigned int ERASE:1;
- unsigned int PFPAGE:1;
- unsigned int DFPAGE:1;
- unsigned int OPER:1;
- unsigned int SQER:1;
- unsigned int PROER:1;
- unsigned int PFSBER:1;
- unsigned int PFDBER:1;
- unsigned int PFMBER:1;
- unsigned int RES17:1;
- unsigned int DFSBER:1;
- unsigned int DFDBER:1;
- unsigned int DFTBER:1;
- unsigned int DFMBER:1;
- unsigned int SRIADDERR:1;
- unsigned int reserved_23:2;
- unsigned int PVER:1;
- unsigned int EVER:1;
- unsigned int SPND:1;
- unsigned int SLM:1;
- unsigned int reserved_29:1;
- unsigned int ORIER:1;
- unsigned int reserved_31:1;
- } Ifx_FLASH_FSR_Bits;
- typedef struct _Ifx_FLASH_HSMFCON_Bits
- {
- unsigned int LCKHSMUCB:2;
- unsigned int reserved_2:22;
- unsigned int VOPERM:1;
- unsigned int SQERM:1;
- unsigned int reserved_26:5;
- unsigned int EOBM:1;
- } Ifx_FLASH_HSMFCON_Bits;
- typedef struct _Ifx_FLASH_HSMFSR_Bits
- {
- unsigned int reserved_0:2;
- unsigned int D1BUSY:1;
- unsigned int reserved_3:4;
- unsigned int PROG:1;
- unsigned int ERASE:1;
- unsigned int reserved_9:1;
- unsigned int DFPAGE:1;
- unsigned int OPER:1;
- unsigned int SQER:1;
- unsigned int reserved_13:12;
- unsigned int PVER:1;
- unsigned int EVER:1;
- unsigned int SPND:1;
- unsigned int reserved_28:4;
- } Ifx_FLASH_HSMFSR_Bits;
- typedef struct _Ifx_FLASH_HSMMARD_Bits
- {
- unsigned int reserved_0:1;
- unsigned int SELD1:1;
- unsigned int reserved_2:1;
- unsigned int SPND:1;
- unsigned int SPNDERR:1;
- unsigned int reserved_5:27;
- } Ifx_FLASH_HSMMARD_Bits;
- typedef struct _Ifx_FLASH_HSMRRAD_Bits
- {
- unsigned int reserved_0:3;
- unsigned int ADD:29;
- } Ifx_FLASH_HSMRRAD_Bits;
- typedef struct _Ifx_FLASH_HSMRRCT_Bits
- {
- unsigned int STRT:1;
- unsigned int STP:1;
- unsigned int BUSY:1;
- unsigned int DONE:1;
- unsigned int ERR:1;
- unsigned int reserved_5:3;
- unsigned int EOBM:1;
- unsigned int reserved_9:7;
- unsigned int CNT:16;
- } Ifx_FLASH_HSMRRCT_Bits;
- typedef struct _Ifx_FLASH_HSMRRD0_Bits
- {
- unsigned int DATA:32;
- } Ifx_FLASH_HSMRRD0_Bits;
- typedef struct _Ifx_FLASH_HSMRRD1_Bits
- {
- unsigned int DATA:32;
- } Ifx_FLASH_HSMRRD1_Bits;
- typedef struct _Ifx_FLASH_ID_Bits
- {
- unsigned int MODREV:8;
- unsigned int MODTYPE:8;
- unsigned int MODNUMBER:16;
- } Ifx_FLASH_ID_Bits;
- typedef struct _Ifx_FLASH_MARD_Bits
- {
- unsigned int HMARGIN:1;
- unsigned int SELD0:1;
- unsigned int reserved_2:1;
- unsigned int SPND:1;
- unsigned int SPNDERR:1;
- unsigned int reserved_5:10;
- unsigned int TRAPDIS:1;
- unsigned int reserved_16:16;
- } Ifx_FLASH_MARD_Bits;
- typedef struct _Ifx_FLASH_MARP_Bits
- {
- unsigned int SELP0:1;
- unsigned int RES1:1;
- unsigned int RES2:1;
- unsigned int RES3:1;
- unsigned int reserved_4:11;
- unsigned int TRAPDIS:1;
- unsigned int reserved_16:16;
- } Ifx_FLASH_MARP_Bits;
- typedef struct _Ifx_FLASH_PROCOND_Bits
- {
- unsigned int L:1;
- unsigned int NSAFECC:1;
- unsigned int RAMIN:2;
- unsigned int RAMINSEL:4;
- unsigned int RES8:1;
- unsigned int RES9:1;
- unsigned int RES10:1;
- unsigned int RES11:1;
- unsigned int RES12:1;
- unsigned int RES13:1;
- unsigned int RES14:1;
- unsigned int RES15:1;
- unsigned int ESR0CNT:12;
- unsigned int RES29:2;
- unsigned int RES30:1;
- unsigned int RPRO:1;
- } Ifx_FLASH_PROCOND_Bits;
- typedef struct _Ifx_FLASH_PROCONDBG_Bits
- {
- unsigned int OCDSDIS:1;
- unsigned int DBGIFLCK:1;
- unsigned int EDM:2;
- unsigned int reserved_4:28;
- } Ifx_FLASH_PROCONDBG_Bits;
- typedef struct _Ifx_FLASH_PROCONHSM_Bits
- {
- unsigned int HSMDBGDIS:1;
- unsigned int DBGIFLCK:1;
- unsigned int TSTIFLCK:1;
- unsigned int HSMTSTDIS:1;
- unsigned int RES15:12;
- unsigned int reserved_16:16;
- } Ifx_FLASH_PROCONHSM_Bits;
- typedef struct _Ifx_FLASH_PROCONHSMCOTP_Bits
- {
- unsigned int HSMBOOTEN:1;
- unsigned int SSWWAIT:1;
- unsigned int HSMDX:1;
- unsigned int HSM6X:1;
- unsigned int HSM16X:1;
- unsigned int HSM17X:1;
- unsigned int S6ROM:1;
- unsigned int HSMENPINS:2;
- unsigned int HSMENRES:2;
- unsigned int DESTDBG:2;
- unsigned int BLKFLAN:1;
- unsigned int BOOTSEL:2;
- unsigned int S16ROM:1;
- unsigned int S17ROM:1;
- unsigned int reserved_18:14;
- } Ifx_FLASH_PROCONHSMCOTP_Bits;
- typedef struct _Ifx_FLASH_PROCONOTP_Bits
- {
- unsigned int S0ROM:1;
- unsigned int S1ROM:1;
- unsigned int S2ROM:1;
- unsigned int S3ROM:1;
- unsigned int S4ROM:1;
- unsigned int S5ROM:1;
- unsigned int S6ROM:1;
- unsigned int S7ROM:1;
- unsigned int S8ROM:1;
- unsigned int S9ROM:1;
- unsigned int S10ROM:1;
- unsigned int S11ROM:1;
- unsigned int S12ROM:1;
- unsigned int S13ROM:1;
- unsigned int S14ROM:1;
- unsigned int S15ROM:1;
- unsigned int S16ROM:1;
- unsigned int S17ROM:1;
- unsigned int S18ROM:1;
- unsigned int S19ROM:1;
- unsigned int S20ROM:1;
- unsigned int S21ROM:1;
- unsigned int S22ROM:1;
- unsigned int S23ROM:1;
- unsigned int S24ROM:1;
- unsigned int S25ROM:1;
- unsigned int S26ROM:1;
- unsigned int reserved_27:2;
- unsigned int BML:2;
- unsigned int TP:1;
- } Ifx_FLASH_PROCONOTP_Bits;
- typedef struct _Ifx_FLASH_PROCONP_Bits
- {
- unsigned int S0L:1;
- unsigned int S1L:1;
- unsigned int S2L:1;
- unsigned int S3L:1;
- unsigned int S4L:1;
- unsigned int S5L:1;
- unsigned int S6L:1;
- unsigned int S7L:1;
- unsigned int S8L:1;
- unsigned int S9L:1;
- unsigned int S10L:1;
- unsigned int S11L:1;
- unsigned int S12L:1;
- unsigned int S13L:1;
- unsigned int S14L:1;
- unsigned int S15L:1;
- unsigned int S16L:1;
- unsigned int S17L:1;
- unsigned int S18L:1;
- unsigned int S19L:1;
- unsigned int S20L:1;
- unsigned int S21L:1;
- unsigned int S22L:1;
- unsigned int S23L:1;
- unsigned int S24L:1;
- unsigned int S25L:1;
- unsigned int S26L:1;
- unsigned int reserved_27:4;
- unsigned int RPRO:1;
- } Ifx_FLASH_PROCONP_Bits;
- typedef struct _Ifx_FLASH_PROCONWOP_Bits
- {
- unsigned int S0WOP:1;
- unsigned int S1WOP:1;
- unsigned int S2WOP:1;
- unsigned int S3WOP:1;
- unsigned int S4WOP:1;
- unsigned int S5WOP:1;
- unsigned int S6WOP:1;
- unsigned int S7WOP:1;
- unsigned int S8WOP:1;
- unsigned int S9WOP:1;
- unsigned int S10WOP:1;
- unsigned int S11WOP:1;
- unsigned int S12WOP:1;
- unsigned int S13WOP:1;
- unsigned int S14WOP:1;
- unsigned int S15WOP:1;
- unsigned int S16WOP:1;
- unsigned int S17WOP:1;
- unsigned int S18WOP:1;
- unsigned int S19WOP:1;
- unsigned int S20WOP:1;
- unsigned int S21WOP:1;
- unsigned int S22WOP:1;
- unsigned int S23WOP:1;
- unsigned int S24WOP:1;
- unsigned int S25WOP:1;
- unsigned int S26WOP:1;
- unsigned int reserved_27:4;
- unsigned int DATM:1;
- } Ifx_FLASH_PROCONWOP_Bits;
- typedef struct _Ifx_FLASH_RDB_CFG0_Bits
- {
- unsigned int TAG:6;
- unsigned int reserved_6:26;
- } Ifx_FLASH_RDB_CFG0_Bits;
- typedef struct _Ifx_FLASH_RDB_CFG1_Bits
- {
- unsigned int TAG:6;
- unsigned int reserved_6:26;
- } Ifx_FLASH_RDB_CFG1_Bits;
- typedef struct _Ifx_FLASH_RDB_CFG2_Bits
- {
- unsigned int TAG:6;
- unsigned int reserved_6:26;
- } Ifx_FLASH_RDB_CFG2_Bits;
- typedef struct _Ifx_FLASH_RRAD_Bits
- {
- unsigned int reserved_0:3;
- unsigned int ADD:29;
- } Ifx_FLASH_RRAD_Bits;
- typedef struct _Ifx_FLASH_RRCT_Bits
- {
- unsigned int STRT:1;
- unsigned int STP:1;
- unsigned int BUSY:1;
- unsigned int DONE:1;
- unsigned int ERR:1;
- unsigned int reserved_5:3;
- unsigned int EOBM:1;
- unsigned int reserved_9:7;
- unsigned int CNT:16;
- } Ifx_FLASH_RRCT_Bits;
- typedef struct _Ifx_FLASH_RRD0_Bits
- {
- unsigned int DATA:32;
- } Ifx_FLASH_RRD0_Bits;
- typedef struct _Ifx_FLASH_RRD1_Bits
- {
- unsigned int DATA:32;
- } Ifx_FLASH_RRD1_Bits;
- typedef struct _Ifx_FLASH_UBAB_CFG_Bits
- {
- unsigned int SEL:6;
- unsigned int reserved_6:2;
- unsigned int CLR:1;
- unsigned int DIS:1;
- unsigned int reserved_10:22;
- } Ifx_FLASH_UBAB_CFG_Bits;
- typedef struct _Ifx_FLASH_UBAB_STAT_Bits
- {
- unsigned int VLD0:1;
- unsigned int reserved_1:31;
- } Ifx_FLASH_UBAB_STAT_Bits;
- typedef struct _Ifx_FLASH_UBAB_TOP_Bits
- {
- unsigned int reserved_0:5;
- unsigned int ADDR:19;
- unsigned int ERR:6;
- unsigned int VLD:1;
- unsigned int CLR:1;
- } Ifx_FLASH_UBAB_TOP_Bits;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_ACCEN0_Bits B;
- } Ifx_FLASH_ACCEN0;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_ACCEN1_Bits B;
- } Ifx_FLASH_ACCEN1;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_CBAB_CFG_Bits B;
- } Ifx_FLASH_CBAB_CFG;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_CBAB_STAT_Bits B;
- } Ifx_FLASH_CBAB_STAT;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_CBAB_TOP_Bits B;
- } Ifx_FLASH_CBAB_TOP;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_COMM0_Bits B;
- } Ifx_FLASH_COMM0;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_COMM1_Bits B;
- } Ifx_FLASH_COMM1;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_COMM2_Bits B;
- } Ifx_FLASH_COMM2;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_ECCRD_Bits B;
- } Ifx_FLASH_ECCRD;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_ECCRP_Bits B;
- } Ifx_FLASH_ECCRP;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_ECCW_Bits B;
- } Ifx_FLASH_ECCW;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_FCON_Bits B;
- } Ifx_FLASH_FCON;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_FPRO_Bits B;
- } Ifx_FLASH_FPRO;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_FSR_Bits B;
- } Ifx_FLASH_FSR;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_HSMFCON_Bits B;
- } Ifx_FLASH_HSMFCON;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_HSMFSR_Bits B;
- } Ifx_FLASH_HSMFSR;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_HSMMARD_Bits B;
- } Ifx_FLASH_HSMMARD;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_HSMRRAD_Bits B;
- } Ifx_FLASH_HSMRRAD;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_HSMRRCT_Bits B;
- } Ifx_FLASH_HSMRRCT;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_HSMRRD0_Bits B;
- } Ifx_FLASH_HSMRRD0;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_HSMRRD1_Bits B;
- } Ifx_FLASH_HSMRRD1;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_ID_Bits B;
- } Ifx_FLASH_ID;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_MARD_Bits B;
- } Ifx_FLASH_MARD;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_MARP_Bits B;
- } Ifx_FLASH_MARP;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_PROCOND_Bits B;
- } Ifx_FLASH_PROCOND;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_PROCONDBG_Bits B;
- } Ifx_FLASH_PROCONDBG;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_PROCONHSM_Bits B;
- } Ifx_FLASH_PROCONHSM;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_PROCONHSMCOTP_Bits B;
- } Ifx_FLASH_PROCONHSMCOTP;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_PROCONOTP_Bits B;
- } Ifx_FLASH_PROCONOTP;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_PROCONP_Bits B;
- } Ifx_FLASH_PROCONP;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_PROCONWOP_Bits B;
- } Ifx_FLASH_PROCONWOP;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_RDB_CFG0_Bits B;
- } Ifx_FLASH_RDB_CFG0;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_RDB_CFG1_Bits B;
- } Ifx_FLASH_RDB_CFG1;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_RDB_CFG2_Bits B;
- } Ifx_FLASH_RDB_CFG2;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_RRAD_Bits B;
- } Ifx_FLASH_RRAD;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_RRCT_Bits B;
- } Ifx_FLASH_RRCT;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_RRD0_Bits B;
- } Ifx_FLASH_RRD0;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_RRD1_Bits B;
- } Ifx_FLASH_RRD1;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_UBAB_CFG_Bits B;
- } Ifx_FLASH_UBAB_CFG;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_UBAB_STAT_Bits B;
- } Ifx_FLASH_UBAB_STAT;
- typedef union
- {
-
- unsigned int U;
-
- signed int I;
-
- Ifx_FLASH_UBAB_TOP_Bits B;
- } Ifx_FLASH_UBAB_TOP;
- typedef volatile struct _Ifx_FLASH_CBAB
- {
- Ifx_FLASH_CBAB_CFG CFG;
- Ifx_FLASH_CBAB_STAT STAT;
- Ifx_FLASH_CBAB_TOP TOP;
- unsigned char reserved_C[36];
- } Ifx_FLASH_CBAB;
- typedef volatile struct _Ifx_FLASH_RDB
- {
- Ifx_FLASH_RDB_CFG0 CFG0;
- Ifx_FLASH_RDB_CFG1 CFG1;
- Ifx_FLASH_RDB_CFG2 CFG2;
- unsigned char reserved_C[36];
- } Ifx_FLASH_RDB;
- typedef volatile struct _Ifx_FLASH_UBAB
- {
- Ifx_FLASH_UBAB_CFG CFG;
- Ifx_FLASH_UBAB_STAT STAT;
- Ifx_FLASH_UBAB_TOP TOP;
- unsigned char reserved_C[80];
- } Ifx_FLASH_UBAB;
- typedef volatile struct _Ifx_FLASH
- {
- Ifx_FLASH_COMM0 COMM0;
- Ifx_FLASH_COMM1 COMM1;
- Ifx_FLASH_COMM2 COMM2;
- unsigned char reserved_C[4092];
- Ifx_FLASH_ID ID;
- unsigned char reserved_100C[4];
- Ifx_FLASH_FSR FSR;
- Ifx_FLASH_FCON FCON;
- unsigned char reserved_1018[4];
- Ifx_FLASH_FPRO FPRO;
- Ifx_FLASH_PROCONP PROCONP[1];
- unsigned char reserved_1024[12];
- Ifx_FLASH_PROCOND PROCOND;
- Ifx_FLASH_PROCONHSMCOTP PROCONHSMCOTP;
- Ifx_FLASH_PROCONOTP PROCONOTP[1];
- unsigned char reserved_103C[12];
- Ifx_FLASH_PROCONWOP PROCONWOP[1];
- unsigned char reserved_104C[12];
- Ifx_FLASH_PROCONDBG PROCONDBG;
- Ifx_FLASH_PROCONHSM PROCONHSM;
- Ifx_FLASH_RDB RDBCFG[1];
- Ifx_FLASH_ECCW ECCW;
- Ifx_FLASH_ECCRP ECCRP[1];
- unsigned char reserved_1098[12];
- Ifx_FLASH_ECCRD ECCRD;
- Ifx_FLASH_MARP MARP;
- Ifx_FLASH_MARD MARD;
- unsigned char reserved_10B0[4];
- Ifx_FLASH_CBAB CBAB[1];
- Ifx_FLASH_UBAB UBAB[1];
- Ifx_FLASH_RRCT RRCT;
- Ifx_FLASH_RRD0 RRD0;
- Ifx_FLASH_RRD1 RRD1;
- Ifx_FLASH_RRAD RRAD;
- unsigned char reserved_1150[176];
- Ifx_FLASH_HSMFSR HSMFSR;
- Ifx_FLASH_HSMFCON HSMFCON;
- Ifx_FLASH_HSMMARD HSMMARD;
- Ifx_FLASH_HSMRRCT HSMRRCT;
- Ifx_FLASH_HSMRRD0 HSMRRD0;
- Ifx_FLASH_HSMRRD1 HSMRRD1;
- Ifx_FLASH_HSMRRAD HSMRRAD;
- unsigned char reserved_121C[476];
- Ifx_FLASH_ACCEN1 ACCEN1;
- Ifx_FLASH_ACCEN0 ACCEN0;
- } Ifx_FLASH;
- #endif
|