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

type W = W<u32, CTRL0>;

Writer for register CTRL0

Methods

impl W[src]

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

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

pub fn aboff(&mut self) -> ABOFF_W[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(&mut self) -> CDBPAIR_W[src]

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

pub fn cdoff(&mut self) -> CDOFF_W[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