Type Alias gd32f1::FieldWriterSafe

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

Write field Proxy with safe bits

Aliased Type§

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

Implementations§

source§

impl<'a, REG, const WI: u8, FI> FieldWriterSafe<'a, REG, WI, FI>
where REG: Writable + RegisterSpec, FI: FieldSpec, REG::Ux: From<FI::Ux>,

source

pub const WIDTH: u8 = WI

Field width

source

pub const fn width(&self) -> u8

Field width

source

pub const fn offset(&self) -> u8

Field offset

source

pub fn bits(self, value: FI::Ux) -> &'a mut W<REG>

Writes raw bits to the field

source

pub fn variant(self, variant: FI) -> &'a mut W<REG>

Writes variant to the field