pub struct W(/* private fields */);
Expand description
Register lcd_gint1
writer
Implementations§
source§impl W
impl W
sourcepub fn lcd_line_int_num(&mut self) -> LCD_LINE_INT_NUM_W<'_, 16>
pub fn lcd_line_int_num(&mut self) -> LCD_LINE_INT_NUM_W<'_, 16>
Bits 16:27 - Scan line for LCD line trigger (including inactive lines).
Setting it for the specified line for trigger0.
Note: SY0 is writable only when LINE_TRG0 is disabled.
Methods from Deref<Target = W<LCD_GINT1_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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