pub struct W { /* private fields */ }Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn fault0en(&mut self) -> _FAULT0ENW<'_>
pub fn fault0en(&mut self) -> _FAULT0ENW<'_>
Bit 0 - Fault Input 0 Enable
Sourcepub fn fault1en(&mut self) -> _FAULT1ENW<'_>
pub fn fault1en(&mut self) -> _FAULT1ENW<'_>
Bit 1 - Fault Input 1 Enable
Sourcepub fn fault2en(&mut self) -> _FAULT2ENW<'_>
pub fn fault2en(&mut self) -> _FAULT2ENW<'_>
Bit 2 - Fault Input 2 Enable
Sourcepub fn fault3en(&mut self) -> _FAULT3ENW<'_>
pub fn fault3en(&mut self) -> _FAULT3ENW<'_>
Bit 3 - Fault Input 3 Enable
Sourcepub fn ffltr0en(&mut self) -> _FFLTR0ENW<'_>
pub fn ffltr0en(&mut self) -> _FFLTR0ENW<'_>
Bit 4 - Fault Input 0 Filter Enable
Sourcepub fn ffltr1en(&mut self) -> _FFLTR1ENW<'_>
pub fn ffltr1en(&mut self) -> _FFLTR1ENW<'_>
Bit 5 - Fault Input 1 Filter Enable
Sourcepub fn ffltr2en(&mut self) -> _FFLTR2ENW<'_>
pub fn ffltr2en(&mut self) -> _FFLTR2ENW<'_>
Bit 6 - Fault Input 2 Filter Enable
Sourcepub fn ffltr3en(&mut self) -> _FFLTR3ENW<'_>
pub fn ffltr3en(&mut self) -> _FFLTR3ENW<'_>
Bit 7 - Fault Input 3 Filter Enable
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more