#[repr(u8)]
pub enum LCD_A {
DIV16,
DIV32,
DIV64,
DIV128,
}
Expand description
Liquid Crystal Display Controller Prescaler
Value on reset: 0
Variants
DIV16
0: LFACLKLCD = LFACLK/16
DIV32
1: LFACLKLCD = LFACLK/32
DIV64
2: LFACLKLCD = LFACLK/64
DIV128
3: LFACLKLCD = LFACLK/128
Trait Implementations
impl Copy for LCD_A
impl StructuralPartialEq for LCD_A
Auto Trait Implementations
impl RefUnwindSafe for LCD_A
impl Send for LCD_A
impl Sync for LCD_A
impl Unpin for LCD_A
impl UnwindSafe for LCD_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