Type Definition stm32f4::stm32f401::dma2::st::PAR[][src]

type PAR = Reg<u32, _PAR>;

stream x 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