[][src]Type Definition stm32wb_pac::dma1::CCR3

type CCR3 = Reg<u32, _CCR3>;

channel x configuration register

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

For information about available fields see ccr3 module

Trait Implementations

impl Readable for CCR3[src]

read() method returns ccr3::R reader structure

impl ResetValue for CCR3[src]

Register CCR3 reset()'s with value 0

type Type = u32

Register size

impl Writable for CCR3[src]

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