#[repr(C)]pub struct LPTIM_InitTypeDef {
pub Prescaler: u32,
pub UpdateMode: u32,
}Expand description
@brief LPTIM Initialization Structure definition
Fields§
§Prescaler: u32< Specifies the counter clock Prescaler. This parameter can be a value of @ref LPTIM_Clock_Prescaler
UpdateMode: u32< Specifies whether to update immediately or after the end of current period. This parameter can be a value of @ref LPTIM_Updating_Mode
Trait Implementations§
Source§impl Clone for LPTIM_InitTypeDef
impl Clone for LPTIM_InitTypeDef
Source§fn clone(&self) -> LPTIM_InitTypeDef
fn clone(&self) -> LPTIM_InitTypeDef
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 LPTIM_InitTypeDef
Auto Trait Implementations§
impl Freeze for LPTIM_InitTypeDef
impl RefUnwindSafe for LPTIM_InitTypeDef
impl Send for LPTIM_InitTypeDef
impl Sync for LPTIM_InitTypeDef
impl Unpin for LPTIM_InitTypeDef
impl UnsafeUnpin for LPTIM_InitTypeDef
impl UnwindSafe for LPTIM_InitTypeDef
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