#[repr(transparent)]pub struct Pcsr(pub u32);Expand description
Port Control and Status
Tuple Fields§
§0: u32Implementations§
Source§impl Pcsr
impl Pcsr
Sourcepub const fn set_svcc_en(&mut self, val: bool)
pub const fn set_svcc_en(&mut self, val: bool)
Vcc Enable for Smart Card
Sourcepub const fn set_vccenp(&mut self, val: Vccenp)
pub const fn set_vccenp(&mut self, val: Vccenp)
VCC Enable Polarity Control
Trait Implementations§
impl Copy for Pcsr
impl Eq for Pcsr
impl StructuralPartialEq for Pcsr
Auto Trait Implementations§
impl Freeze for Pcsr
impl RefUnwindSafe for Pcsr
impl Send for Pcsr
impl Sync for Pcsr
impl Unpin for Pcsr
impl UnwindSafe for Pcsr
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