Type Alias PincfgW
pub type PincfgW<'a, REG> = FieldWriter<'a, REG, 3, Pincfg, Safe>;Expand description
Field PINCFG writer - Pin Configuration
Aliased Type§
pub struct PincfgW<'a, REG> { /* private fields */ }Implementations§
§impl<'a, REG> PincfgW<'a, REG>
impl<'a, REG> PincfgW<'a, REG>
pub fn _100(self) -> &'a mut W<REG>
pub fn _100(self) -> &'a mut W<REG>
LPI2C configured for 2-pin open drain mode with separate LPI2C slave.
pub fn _101(self) -> &'a mut W<REG>
pub fn _101(self) -> &'a mut W<REG>
LPI2C configured for 2-pin output only mode (ultra-fast mode) with separate LPI2C slave.