Type Alias CeW

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

Field CE writer - Chip-Erase

Aliased Type§

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