pub struct W(_);
Expand description
Register DBADDR
writer
Implementations§
§impl W
impl W
pub fn dbaddr(
&mut self
) -> FieldWriterRaw<'_, u32, DBADDR_SPEC, u32, u32, Unsafe, 32, 0>
pub fn dbaddr(
&mut self
) -> FieldWriterRaw<'_, u32, DBADDR_SPEC, u32, u32, Unsafe, 32, 0>
Bits 0:31 - Start of Descriptor List. Contains the base address of the First Descriptor. The LSB bits [1:0] are ignored and taken as all-zero by the IDMAC internally. Hence these LSB bits may be treated as read-only.
Methods from Deref<Target = W<DBADDR_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.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<DBADDR_SPEC>> for W
impl From<W<DBADDR_SPEC>> for W
§fn from(writer: W<DBADDR_SPEC>) -> W
fn from(writer: W<DBADDR_SPEC>) -> W
Converts to this type from the input type.