#[repr(C)]pub struct PWR_BIASConfigTypeDef {
pub BiasCurrentSource: u32,
pub BiasCurrentValue: u32,
}Expand description
@brief PWR BIAS configuration structure definition
Fields§
§BiasCurrentSource: u32< BiasCurrentSource: Set the bias currents load source. This parameter can be a value of @ref PWR_MR_BiasCurrent_Source.
BiasCurrentValue: u32< BiasCurrentValue: Set the bias currents config value. This parameter can be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF.
Trait Implementations§
Source§impl Clone for PWR_BIASConfigTypeDef
impl Clone for PWR_BIASConfigTypeDef
Source§fn clone(&self) -> PWR_BIASConfigTypeDef
fn clone(&self) -> PWR_BIASConfigTypeDef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PWR_BIASConfigTypeDef
Auto Trait Implementations§
impl Freeze for PWR_BIASConfigTypeDef
impl RefUnwindSafe for PWR_BIASConfigTypeDef
impl Send for PWR_BIASConfigTypeDef
impl Sync for PWR_BIASConfigTypeDef
impl Unpin for PWR_BIASConfigTypeDef
impl UnsafeUnpin for PWR_BIASConfigTypeDef
impl UnwindSafe for PWR_BIASConfigTypeDef
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