#[repr(C)]pub struct IWDG_InitTypeDef {
pub Prescaler: u32,
pub Reload: u32,
}Expand description
@brief IWDG Init structure definition
Fields§
§Prescaler: u32< Select the prescaler of the IWDG. This parameter can be a value of @ref IWDG_Prescaler
Reload: u32< Specifies the IWDG down-counter reload value. This parameter must be a number between Min_Data = 0 and Max_Data = 0x0FFF
Trait Implementations§
Source§impl Clone for IWDG_InitTypeDef
impl Clone for IWDG_InitTypeDef
Source§fn clone(&self) -> IWDG_InitTypeDef
fn clone(&self) -> IWDG_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 IWDG_InitTypeDef
Auto Trait Implementations§
impl Freeze for IWDG_InitTypeDef
impl RefUnwindSafe for IWDG_InitTypeDef
impl Send for IWDG_InitTypeDef
impl Sync for IWDG_InitTypeDef
impl Unpin for IWDG_InitTypeDef
impl UnsafeUnpin for IWDG_InitTypeDef
impl UnwindSafe for IWDG_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