Struct Ccvr
#[repr(transparent)]pub struct Ccvr(pub u32);Expand description
SYSCFG compensation cell value register.
Tuple Fields§
§0: u32Implementations§
§impl Ccvr
impl Ccvr
pub const fn ncv1(&self) -> u8
pub const fn ncv1(&self) -> u8
NMOS compensation value of the I/Os supplied by Vless thansub>DDless than/sub>.
pub fn set_ncv1(&mut self, val: u8)
pub fn set_ncv1(&mut self, val: u8)
NMOS compensation value of the I/Os supplied by Vless thansub>DDless than/sub>.
pub const fn pcv1(&self) -> u8
pub const fn pcv1(&self) -> u8
PMOS compensation value of the I/Os supplied by Vless thansub>DDless than/sub>.
pub fn set_pcv1(&mut self, val: u8)
pub fn set_pcv1(&mut self, val: u8)
PMOS compensation value of the I/Os supplied by Vless thansub>DDless than/sub>.
pub const fn ncv2(&self) -> u8
pub const fn ncv2(&self) -> u8
NMOS compensation value of the I/Os supplied by Vless thansub>DDIO2less than/sub>.
pub fn set_ncv2(&mut self, val: u8)
pub fn set_ncv2(&mut self, val: u8)
NMOS compensation value of the I/Os supplied by Vless thansub>DDIO2less than/sub>.
Trait Implementations§
impl Copy for Ccvr
impl Eq for Ccvr
impl StructuralPartialEq for Ccvr
Auto Trait Implementations§
impl Freeze for Ccvr
impl RefUnwindSafe for Ccvr
impl Send for Ccvr
impl Sync for Ccvr
impl Unpin for Ccvr
impl UnwindSafe for Ccvr
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