pub struct IcConfig {
pub source: Icsel,
pub divider: Icint,
}Expand description
Configuration for an internal clock (IC) divider.
Used for configuring XSPI kernel clocks (IC3 for XSPI1, IC4 for XSPI2).
Fields§
§source: IcselClock source selection (PLL1, PLL2, etc.)
divider: IcintDivider value (1-256)
Trait Implementations§
impl Copy for IcConfig
impl StructuralPartialEq for IcConfig
Auto Trait Implementations§
impl Freeze for IcConfig
impl RefUnwindSafe for IcConfig
impl Send for IcConfig
impl Sync for IcConfig
impl Unpin for IcConfig
impl UnwindSafe for IcConfig
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