pub type WRITEBACK_DONE_HEAD_W<'a, const O: u8> = BitWriter<'a, u32, HC_INTERRUPT_STATUS_SPEC, bool, O>;
Expand description

Field writeback_done_head writer - WritebackDoneHead

This bit is set immediately after HC has written to. Further updates of the will not occur until this bit has been cleared. HCD should only clear this bit after it has saved the content of HccaDoneHead.

Aliased Type§

struct WRITEBACK_DONE_HEAD_W<'a, const O: u8> { /* private fields */ }