Skip to main content

DataW

Type Alias DataW 

Source
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 */ }