Type Definition ht32f1yyy::BitWriter1T

source ·
pub type BitWriter1T<'a, REG, const O: u8, FI = bool> = BitWriterRaw<'a, REG, O, FI, Bit1T>;
Expand description

Bit-wise write field proxy

Implementations§

source§

impl<'a, REG, const OF: u8, FI> BitWriter1T<'a, REG, OF, FI>where REG: Writable + RegisterSpec, bool: From<FI>,

source

pub const WIDTH: u8 = 1u8

Field width

source§

impl<'a, REG, const OF: u8, FI> BitWriter1T<'a, REG, OF, FI>where REG: Writable + RegisterSpec, bool: From<FI>,

source

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

Writes bit to the field

source

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

Writes variant to the field

source§

impl<'a, REG, const OF: u8, FI> BitWriter1T<'a, REG, OF, FI>where REG: Writable + RegisterSpec, bool: From<FI>,

source

pub fn toggle_bit(self) -> &'a mut REG::Writer

Toggle the field bit by passing one