Type Definition stm32f1::stm32f102::afio::EVCR[][src]

type EVCR = Reg<u32, _EVCR>;

Event Control Register (AFIO_EVCR)

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

For information about available fields see evcr module

Trait Implementations

impl Readable for EVCR[src]

read() method returns evcr::R reader structure

impl ResetValue for EVCR[src]

Register EVCR reset()'s with value 0

type Type = u32

Register size

impl Writable for EVCR[src]

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