[][src]Type Definition stm32f3::stm32f303::dma1::ch::PAR

type PAR = Reg<u32, _PAR>;

DMA channel 1 peripheral address register

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

For information about available fields see par module

Trait Implementations

impl Readable for PAR[src]

read() method returns par::R reader structure

impl ResetValue for PAR[src]

Register PAR reset()'s with value 0

type Type = u32

Register size

impl Writable for PAR[src]

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