[][src]Type Definition stm32wb_pac::tim16::DCR

type DCR = Reg<u32, _DCR>;

DMA control register

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

For information about available fields see dcr module

Trait Implementations

impl Readable for DCR[src]

read() method returns dcr::R reader structure

impl ResetValue for DCR[src]

Register DCR reset()'s with value 0

type Type = u32

Register size

impl Writable for DCR[src]

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