#[repr(transparent)]pub struct Usb1ChrgDetectTog(pub u32);Expand description
Charger Detect
Tuple Fields§
§0: u32Implementations§
Source§impl Usb1ChrgDetectTog
impl Usb1ChrgDetectTog
Sourcepub const fn detect_sec(&self) -> bool
pub const fn detect_sec(&self) -> bool
Secondary Detection Function Enable
Sourcepub const fn set_detect_sec(&mut self, val: bool)
pub const fn set_detect_sec(&mut self, val: bool)
Secondary Detection Function Enable
Sourcepub const fn set_pullup_dp(&mut self, val: bool)
pub const fn set_pullup_dp(&mut self, val: bool)
DP Pullup Resistor Enable Override Control
Sourcepub const fn vdm_src_enable(&self) -> bool
pub const fn vdm_src_enable(&self) -> bool
VDM_SRC Function Enable
Sourcepub const fn set_vdm_src_enable(&mut self, val: bool)
pub const fn set_vdm_src_enable(&mut self, val: bool)
VDM_SRC Function Enable
Sourcepub const fn chk_contact(&self) -> bool
pub const fn chk_contact(&self) -> bool
BC Data Contact Detect Function Enable
Sourcepub const fn set_chk_contact(&mut self, val: bool)
pub const fn set_chk_contact(&mut self, val: bool)
BC Data Contact Detect Function Enable
Sourcepub const fn chk_chrg_b(&self) -> bool
pub const fn chk_chrg_b(&self) -> bool
BC Charger Detection Function Enable
Sourcepub const fn set_chk_chrg_b(&mut self, val: bool)
pub const fn set_chk_chrg_b(&mut self, val: bool)
BC Charger Detection Function Enable
Sourcepub const fn set_dcdsel(&mut self, val: bool)
pub const fn set_dcdsel(&mut self, val: bool)
DCD Selection
Trait Implementations§
Source§impl Clone for Usb1ChrgDetectTog
impl Clone for Usb1ChrgDetectTog
Source§fn clone(&self) -> Usb1ChrgDetectTog
fn clone(&self) -> Usb1ChrgDetectTog
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 Usb1ChrgDetectTog
impl Debug for Usb1ChrgDetectTog
Source§impl Default for Usb1ChrgDetectTog
impl Default for Usb1ChrgDetectTog
Source§fn default() -> Usb1ChrgDetectTog
fn default() -> Usb1ChrgDetectTog
Returns the “default value” for a type. Read more
Source§impl PartialEq for Usb1ChrgDetectTog
impl PartialEq for Usb1ChrgDetectTog
impl Copy for Usb1ChrgDetectTog
impl Eq for Usb1ChrgDetectTog
impl StructuralPartialEq for Usb1ChrgDetectTog
Auto Trait Implementations§
impl Freeze for Usb1ChrgDetectTog
impl RefUnwindSafe for Usb1ChrgDetectTog
impl Send for Usb1ChrgDetectTog
impl Sync for Usb1ChrgDetectTog
impl Unpin for Usb1ChrgDetectTog
impl UnwindSafe for Usb1ChrgDetectTog
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