Expand description

Contains the offsets of AB and CD in the RAM.

Structs

Field ABBPAIR reader - Which bank-pair the offset ABOFF is within. This must be 0 if only 2-up

Field ABBPAIR writer - Which bank-pair the offset ABOFF is within. This must be 0 if only 2-up

Field ABOFF reader - Word or DWord Offset of AB values, with B at [2]=0 and A at [2]=1 as far as the code sees (normally will be an interleaved bank so only sequential to AHB). Word offset only allowed if 32 bit operation. Ideally not in the same RAM as the CD values if 4-up

Field ABOFF writer - Word or DWord Offset of AB values, with B at [2]=0 and A at [2]=1 as far as the code sees (normally will be an interleaved bank so only sequential to AHB). Word offset only allowed if 32 bit operation. Ideally not in the same RAM as the CD values if 4-up

Field CDBPAIR reader - Which bank-pair the offset CDOFF is within. This must be 0 if only 2-up

Field CDBPAIR writer - Which bank-pair the offset CDOFF is within. This must be 0 if only 2-up

Field CDOFF reader - Word or DWord Offset of CD, with D at [2]=0 and C at [2]=1 as far as the code sees (normally will be an interleaved bank so only sequential to AHB). Word offset only allowed if 32 bit operation. Ideally not in the same RAM as the AB values

Field CDOFF writer - Word or DWord Offset of CD, with D at [2]=0 and C at [2]=1 as far as the code sees (normally will be an interleaved bank so only sequential to AHB). Word offset only allowed if 32 bit operation. Ideally not in the same RAM as the AB values

Contains the offsets of AB and CD in the RAM.

Register CTRL0 reader

Register CTRL0 writer

Enums

Which bank-pair the offset ABOFF is within. This must be 0 if only 2-up

Which bank-pair the offset CDOFF is within. This must be 0 if only 2-up