[][src]Type Definition lpc55s6x_pac::casper::ctrl0::R

type R = R<u32, CTRL0>;

Reader of register CTRL0

Methods

impl R[src]

pub fn abbpair(&self) -> ABBPAIR_R[src]

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

pub fn aboff(&self) -> ABOFF_R[src]

Bit 2 - 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

pub fn cdbpair(&self) -> CDBPAIR_R[src]

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

pub fn cdoff(&self) -> CDOFF_R[src]

Bits 18:28 - 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