pub struct LCD_CLK_SEL_W<'a> { /* private fields */ }
Expand description
Field LCD_CLK_SEL
writer - Select LCD module source clock. 0: no clock. 1: APLL. 2: CLK160. 3: no clock.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for LCD_CLK_SEL_W<'a>
impl<'a> Send for LCD_CLK_SEL_W<'a>
impl<'a> Sync for LCD_CLK_SEL_W<'a>
impl<'a> Unpin for LCD_CLK_SEL_W<'a>
impl<'a> !UnwindSafe for LCD_CLK_SEL_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more