Type Definition stm32g4::stm32g484::dma1::CCR7[][src]

type CCR7 = Reg<u32, _CCR7>;

DMA channel 6 configuration register

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

For information about available fields see ccr7 module

Trait Implementations

impl Readable for CCR7[src]

read() method returns ccr7::R reader structure

impl ResetValue for CCR7[src]

Register CCR7 reset()'s with value 0

type Type = u32

Register size

impl Writable for CCR7[src]

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