Type Alias nrf52811_hal::pac::generic::FieldWriterSafe

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

Write field Proxy with safe bits

Aliased Type§

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