pub type WRIP_W<'a, const O: u8> = BitWriter<'a, u32, CC_SPEC, WRIPSELECT_A, O>;
Expand description

Field WRIP writer - Write in Progress (this bit is read-only)

Implementations

No active write transaction on the bus.

A write transaction is in progress.