Type Definition stm32f1::stm32f100::afio::MAPR[][src]

type MAPR = Reg<u32, _MAPR>;

AF remap and debug I/O configuration register (AFIO_MAPR)

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

For information about available fields see mapr module

Trait Implementations

impl Readable for MAPR[src]

read() method returns mapr::R reader structure

impl ResetValue for MAPR[src]

Register MAPR reset()'s with value 0

type Type = u32

Register size

impl Writable for MAPR[src]

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