DMACTL2

Type Alias DMACTL2 

Source
pub type DMACTL2 = Reg<u16, _DMACTL2>;
Expand description

USB DMA Control 2

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see dmactl2 module

Aliased Type§

pub struct DMACTL2 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for DMACTL2

Register DMACTL2 reset()’s with value 0

Source§

type Type = u16

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for DMACTL2

read() method returns dmactl2::R reader structure

Source§

impl Writable for DMACTL2

write(|w| ..) method takes dmactl2::W writer structure