#[repr(u8)]pub enum Ibsel {
EPB = 0,
ESB = 1,
_RESERVED_2 = 2,
GRP = 3,
}Variants§
EPB = 0
External bitstream from the MBIT[n] signal
ESB = 1
Alternate internal bitstream from the INP[n] signal
_RESERVED_2 = 2
GRP = 3
Grouped bitstream shared with an adjacent channel; the adjacent channel’s IBSEL field determines the input
Implementations§
Trait Implementations§
Source§impl Ord for Ibsel
impl Ord for Ibsel
Source§impl PartialOrd for Ibsel
impl PartialOrd for Ibsel
impl Copy for Ibsel
impl Eq for Ibsel
impl StructuralPartialEq for Ibsel
Auto Trait Implementations§
impl Freeze for Ibsel
impl RefUnwindSafe for Ibsel
impl Send for Ibsel
impl Sync for Ibsel
impl Unpin for Ibsel
impl UnwindSafe for Ibsel
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