Type Alias gd32f1::BitWriter1S

source ·
pub type BitWriter1S<'a, REG, FI = bool> = BitWriter<'a, REG, FI, Bit1S>;
Expand description

Bit-wise write field proxy

Aliased Type§

struct BitWriter1S<'a, REG, FI = bool> { /* private fields */ }

Implementations§

source§

impl<'a, REG, FI> BitWriter1S<'a, REG, FI>
where REG: Writable + RegisterSpec, bool: From<FI>,

source

pub const WIDTH: u8 = 1u8

Field width

source

pub const fn width(&self) -> u8

Field width

source

pub const fn offset(&self) -> u8

Field offset

source

pub fn bit(self, value: bool) -> &'a mut W<REG>

Writes bit to the field

source

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

Writes variant to the field

source§

impl<'a, REG, FI> BitWriter1S<'a, REG, FI>
where REG: Writable + RegisterSpec, bool: From<FI>,

source

pub fn set_bit(self) -> &'a mut W<REG>

Sets the field bit