Type Definition stm32f1::stm32f107::afio::MAPR2[][src]

type MAPR2 = Reg<u32, _MAPR2>;

AF remap and debug I/O configuration register

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

For information about available fields see mapr2 module

Trait Implementations

impl Readable for MAPR2[src]

read() method returns mapr2::R reader structure

impl ResetValue for MAPR2[src]

Register MAPR2 reset()'s with value 0

type Type = u32

Register size

impl Writable for MAPR2[src]

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