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

type CCR8 = Reg<u32, _CCR8>;

DMA channel 7 configuration register

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

For information about available fields see ccr8 module

Trait Implementations

impl Readable for CCR8[src]

read() method returns ccr8::R reader structure

impl ResetValue for CCR8[src]

Register CCR8 reset()'s with value 0

type Type = u32

Register size

impl Writable for CCR8[src]

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