pub struct DsiHostPllConfig { /* private fields */ }Expand description
DSI PLL Configuration
Implementations§
Source§impl DsiHostPllConfig
impl DsiHostPllConfig
Sourcepub fn new(ndiv: u8, idf: DsiPllInput, odf: DsiPllOutput) -> Self
pub fn new(ndiv: u8, idf: DsiPllInput, odf: DsiPllOutput) -> Self
Create a new DSI PLL configuration
Auto Trait Implementations§
impl Freeze for DsiHostPllConfig
impl RefUnwindSafe for DsiHostPllConfig
impl Send for DsiHostPllConfig
impl Sync for DsiHostPllConfig
impl Unpin for DsiHostPllConfig
impl UnwindSafe for DsiHostPllConfig
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