#[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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)