[][src]Type Definition stm32f3::stm32f3x8::exti::PR

type PR = Reg<u32, _PR>;

Pending register (EXTI_PR)

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

For information about available fields see pr module

Trait Implementations

impl Readable for PR[src]

read() method returns pr::R reader structure

impl ResetValue for PR[src]

Register PR reset()'s with value 0

type Type = u32

Register size

impl Writable for PR[src]

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