pub type DataW<'a, REG> = FieldWriter<'a, REG, 16, u16>;Expand description
Field data writer - Two packed eFuse bytes (low byte=[7:0], high byte=[15:8])
Aliased Type§
pub struct DataW<'a, REG> { /* private fields */ }pub type DataW<'a, REG> = FieldWriter<'a, REG, 16, u16>;Field data writer - Two packed eFuse bytes (low byte=[7:0], high byte=[15:8])
pub struct DataW<'a, REG> { /* private fields */ }