Type Alias UfsW

Source
pub type UfsW<'a, REG> = BitWriter<'a, REG>;
Expand description

Field UFS writer - Non-recoverable Update Fault State

Aliased Typeยง

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