pub type CLEAN_ENA_R = BitReader;Expand description
Field CLEAN_ENA reader - The bit is used to enable clean operation. It will be cleared by hardware after clean operation done. Note that this bit and the other sync-bits (invalidate_ena, writeback_ena, writeback_invalidate_ena) are mutually exclusive, that is, those bits can not be set to 1 at the same time.
Aliased Typeยง
pub struct CLEAN_ENA_R { /* private fields */ }