#[repr(C)]pub struct RCC_PLLInitTypeDef {
pub PLLState: u32,
pub PLLSource: u32,
}Expand description
@brief RCC PLL configuration structure definition
Fields§
§PLLState: u32< The new state of the PLL. This parameter can be a value of @ref RCC_PLL_Config
PLLSource: u32< RCC_PLLSource: PLL entry clock source. This parameter must be a value of @ref RCC_PLL_Clock_Source
Trait Implementations§
Source§impl Clone for RCC_PLLInitTypeDef
impl Clone for RCC_PLLInitTypeDef
Source§fn clone(&self) -> RCC_PLLInitTypeDef
fn clone(&self) -> RCC_PLLInitTypeDef
Returns a duplicate 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 moreSource§impl Debug for RCC_PLLInitTypeDef
impl Debug for RCC_PLLInitTypeDef
impl Copy for RCC_PLLInitTypeDef
Auto Trait Implementations§
impl Freeze for RCC_PLLInitTypeDef
impl RefUnwindSafe for RCC_PLLInitTypeDef
impl Send for RCC_PLLInitTypeDef
impl Sync for RCC_PLLInitTypeDef
impl Unpin for RCC_PLLInitTypeDef
impl UnwindSafe for RCC_PLLInitTypeDef
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