Type Alias nrf51_hal::pac::generic::FieldWriter

source ·
pub type FieldWriter<'a, U, REG, N, FI, const WI: u8, const O: u8> = FieldWriterRaw<'a, U, REG, N, FI, Unsafe, WI, O>;
Expand description

Write field Proxy with unsafe bits

Aliased Type§

struct FieldWriter<'a, U, REG, N, FI, const WI: u8, const O: u8> { /* private fields */ }