pub type SIDESET_BASE_W<'a, REG> = FieldWriter<'a, REG, 5>;
Expand description

Field SIDESET_BASE writer - The lowest-numbered pin that will be affected by a side-set operation. The MSBs of an instruction’s side-set/delay field (up to 5, determined by SIDESET_COUNT) are used for side-set data, with the remaining LSBs used for delay. The least-significant bit of the side-set portion is the bit written to this pin, with more-significant bits written to higher-numbered pins.

Aliased Type§

struct SIDESET_BASE_W<'a, REG> { /* private fields */ }