Struct stm32_metapac::syscfg::regs::Otghsphytuner2
#[repr(transparent)]pub struct Otghsphytuner2(pub u32);
Expand description
OTG_HS tune register 2
Tuple Fields§
§0: u32
Implementations§
§impl Otghsphytuner2
impl Otghsphytuner2
pub const fn compdistune(&self) -> u8
pub const fn compdistune(&self) -> u8
Disconnect threshold adjustment
pub fn set_compdistune(&mut self, val: u8)
pub fn set_compdistune(&mut self, val: u8)
Disconnect threshold adjustment
pub fn set_sqrxtune(&mut self, val: u8)
pub fn set_sqrxtune(&mut self, val: u8)
Squelch threshold adjustment
pub const fn txpreempamptune(&self) -> u8
pub const fn txpreempamptune(&self) -> u8
HS transmitter preemphasis current control
pub fn set_txpreempamptune(&mut self, val: u8)
pub fn set_txpreempamptune(&mut self, val: u8)
HS transmitter preemphasis current control
Trait Implementations§
§impl Clone for Otghsphytuner2
impl Clone for Otghsphytuner2
§fn clone(&self) -> Otghsphytuner2
fn clone(&self) -> Otghsphytuner2
Returns a copy 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 more§impl Default for Otghsphytuner2
impl Default for Otghsphytuner2
§fn default() -> Otghsphytuner2
fn default() -> Otghsphytuner2
Returns the “default value” for a type. Read more
§impl PartialEq for Otghsphytuner2
impl PartialEq for Otghsphytuner2
impl Copy for Otghsphytuner2
impl Eq for Otghsphytuner2
impl StructuralPartialEq for Otghsphytuner2
Auto Trait Implementations§
impl Freeze for Otghsphytuner2
impl RefUnwindSafe for Otghsphytuner2
impl Send for Otghsphytuner2
impl Sync for Otghsphytuner2
impl Unpin for Otghsphytuner2
impl UnwindSafe for Otghsphytuner2
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
)