Type Alias RwsW

Source
pub type RwsW<'a, REG> = FieldWriter<'a, REG, 4>;
Expand description

Field RWS writer - NVM Read Wait States

Aliased Type§

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