#[repr(u8)]pub enum Ctrlsel {
Gpio = 0,
Vpr = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
Grtc = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
Gpio = 0
GPIO or peripherals with PSEL registers.
Vpr = 1
VPR processor.
_RESERVED_2 = 2
_RESERVED_3 = 3
Grtc = 4
GRTC peripheral.
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Ctrlsel
impl Ord for Ctrlsel
Source§impl PartialOrd for Ctrlsel
impl PartialOrd for Ctrlsel
impl Copy for Ctrlsel
impl Eq for Ctrlsel
impl StructuralPartialEq for Ctrlsel
Auto Trait Implementations§
impl Freeze for Ctrlsel
impl RefUnwindSafe for Ctrlsel
impl Send for Ctrlsel
impl Sync for Ctrlsel
impl Unpin for Ctrlsel
impl UnwindSafe for Ctrlsel
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