#[repr(C)]pub struct PWR_PVDTypeDef {
pub PVDSource: u32,
pub PVDFilter: u32,
pub PVDLevel: u32,
pub Mode: u32,
}Expand description
@brief PWR PVD configuration structure definition
Fields§
§PVDSource: u32< PVDSource: Specifies the PVD detection source. This parameter can be a value of @ref PWR_PVD_Source.
PVDFilter: u32< PVDFilter: Specifies the PVD input filter. This parameter can be a value of @ref PWR_PVD_Filter.
PVDLevel: u32< PVDLevel: Specifies the PVD detection level. This parameter can be a value or a combination of @ref PWR_PVD_detection_level.
Mode: u32< Mode: Specifies the operating mode for the selected pins. This parameter can be a value of @ref PWR_PVD_Mode.
Trait Implementations§
Source§impl Clone for PWR_PVDTypeDef
impl Clone for PWR_PVDTypeDef
Source§fn clone(&self) -> PWR_PVDTypeDef
fn clone(&self) -> PWR_PVDTypeDef
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_PVDTypeDef
Auto Trait Implementations§
impl Freeze for PWR_PVDTypeDef
impl RefUnwindSafe for PWR_PVDTypeDef
impl Send for PWR_PVDTypeDef
impl Sync for PWR_PVDTypeDef
impl Unpin for PWR_PVDTypeDef
impl UnsafeUnpin for PWR_PVDTypeDef
impl UnwindSafe for PWR_PVDTypeDef
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