pub struct W(/* private fields */);
Expand description
Register BPCR
writer
Implementations§
§impl W
impl W
pub fn ahbp(
&mut self
) -> FieldWriterRaw<'_, u32, BPCR_SPEC, u16, u16, Safe, 12, 16>
pub fn ahbp( &mut self ) -> FieldWriterRaw<'_, u32, BPCR_SPEC, u16, u16, Safe, 12, 16>
Bits 16:27 - Accumulated Horizontal back porch (in units of pixel clock period)
Methods from Deref<Target = W<BPCR_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
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