pub enum GroupError {
NoSamplingCapacitor,
NoChannelOrShield,
MixedChannelAndShield,
MultipleShields,
}
Expand description
Represents errors that can occur when configuring or validating TSC pin groups.
Variants§
NoSamplingCapacitor
Error when a group has no sampling capacitor
NoChannelOrShield
Error when a group has neither channel IOs nor a shield IO
MixedChannelAndShield
Error when a group has both channel IOs and a shield IO
MultipleShields
Error when there is more than one shield IO across all groups
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GroupError
impl RefUnwindSafe for GroupError
impl Send for GroupError
impl Sync for GroupError
impl Unpin for GroupError
impl UnwindSafe for GroupError
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