[][src]Type Definition stm32wb_pac::dma2::CCR6

type CCR6 = Reg<u32, _CCR6>;

channel x configuration register

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

For information about available fields see ccr6 module

Trait Implementations

impl Readable for CCR6[src]

read() method returns ccr6::R reader structure

impl ResetValue for CCR6[src]

Register CCR6 reset()'s with value 0

type Type = u32

Register size

impl Writable for CCR6[src]

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