pub type PathW<'a, REG> = FieldWriter<'a, REG, 2, Pathselect>;
Expand description
Field PATH
writer - Path Selection
Aliased Type§
struct PathW<'a, REG> { /* private fields */ }
Implementations§
Source§impl<'a, REG> PathW<'a, REG>
impl<'a, REG> PathW<'a, REG>
Sourcepub fn synchronous(self) -> &'a mut W<REG>
pub fn synchronous(self) -> &'a mut W<REG>
Synchronous path
Sourcepub fn resynchronized(self) -> &'a mut W<REG>
pub fn resynchronized(self) -> &'a mut W<REG>
Resynchronized path
Sourcepub fn asynchronous(self) -> &'a mut W<REG>
pub fn asynchronous(self) -> &'a mut W<REG>
Asynchronous path