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

type CCR4 = Reg<u32, _CCR4>;

channel x configuration register

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

For information about available fields see ccr4 module

Trait Implementations

impl Readable for CCR4[src]

read() method returns ccr4::R reader structure

impl ResetValue for CCR4[src]

Register CCR4 reset()'s with value 0

type Type = u32

Register size

impl Writable for CCR4[src]

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