#[repr(transparent)]pub struct Pintsecsel(pub u32);Expand description
Pin interrupt secure select register
Tuple Fields§
§0: u32Implementations§
Source§impl Pintsecsel
impl Pintsecsel
Sourcepub const fn intpin(&self) -> u8
pub const fn intpin(&self) -> u8
Pin number select for pin interrupt secure or pattern match engine input. For PIO0_x: INTPIN = x. PIO0_0 to PIO0_31 correspond to numbers 0 to 31.
Sourcepub const fn set_intpin(&mut self, val: u8)
pub const fn set_intpin(&mut self, val: u8)
Pin number select for pin interrupt secure or pattern match engine input. For PIO0_x: INTPIN = x. PIO0_0 to PIO0_31 correspond to numbers 0 to 31.
Trait Implementations§
Source§impl Clone for Pintsecsel
impl Clone for Pintsecsel
Source§fn clone(&self) -> Pintsecsel
fn clone(&self) -> Pintsecsel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Pintsecsel
impl Debug for Pintsecsel
Source§impl Default for Pintsecsel
impl Default for Pintsecsel
Source§fn default() -> Pintsecsel
fn default() -> Pintsecsel
Returns the “default value” for a type. Read more
Source§impl PartialEq for Pintsecsel
impl PartialEq for Pintsecsel
impl Copy for Pintsecsel
impl Eq for Pintsecsel
impl StructuralPartialEq for Pintsecsel
Auto Trait Implementations§
impl Freeze for Pintsecsel
impl RefUnwindSafe for Pintsecsel
impl Send for Pintsecsel
impl Sync for Pintsecsel
impl Unpin for Pintsecsel
impl UnwindSafe for Pintsecsel
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