pub struct SourceBuilder<I> { /* private fields */ }
Implementations§
Source§impl<I> SourceBuilder<I>
impl<I> SourceBuilder<I>
Source§impl SourceBuilder<FaultInput1>
impl SourceBuilder<FaultInput1>
pub fn finalize(self, _control: &mut HrPwmControl) -> FaultSource1
pub fn polarity(self, polarity: Polarity) -> Self
pub fn filter(self, filter: FaultSamplingFilter) -> Self
Source§impl SourceBuilder<FaultInput2>
impl SourceBuilder<FaultInput2>
pub fn finalize(self, _control: &mut HrPwmControl) -> FaultSource2
pub fn polarity(self, polarity: Polarity) -> Self
pub fn filter(self, filter: FaultSamplingFilter) -> Self
Source§impl SourceBuilder<FaultInput3>
impl SourceBuilder<FaultInput3>
pub fn finalize(self, _control: &mut HrPwmControl) -> FaultSource3
pub fn polarity(self, polarity: Polarity) -> Self
pub fn filter(self, filter: FaultSamplingFilter) -> Self
Source§impl SourceBuilder<FaultInput4>
impl SourceBuilder<FaultInput4>
pub fn finalize(self, _control: &mut HrPwmControl) -> FaultSource4
pub fn polarity(self, polarity: Polarity) -> Self
pub fn filter(self, filter: FaultSamplingFilter) -> Self
Source§impl SourceBuilder<FaultInput5>
impl SourceBuilder<FaultInput5>
pub fn finalize(self, _control: &mut HrPwmControl) -> FaultSource5
pub fn polarity(self, polarity: Polarity) -> Self
pub fn filter(self, filter: FaultSamplingFilter) -> Self
Source§impl SourceBuilder<FaultInput6>
impl SourceBuilder<FaultInput6>
pub fn finalize(self, _control: &mut HrPwmControl) -> FaultSource6
pub fn polarity(self, polarity: Polarity) -> Self
pub fn filter(self, filter: FaultSamplingFilter) -> Self
Auto Trait Implementations§
impl<I> Freeze for SourceBuilder<I>where
I: Freeze,
impl<I> RefUnwindSafe for SourceBuilder<I>where
I: RefUnwindSafe,
impl<I> Send for SourceBuilder<I>where
I: Send,
impl<I> Sync for SourceBuilder<I>where
I: Sync,
impl<I> Unpin for SourceBuilder<I>where
I: Unpin,
impl<I> UnwindSafe for SourceBuilder<I>where
I: UnwindSafe,
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