[][src]Type Definition stm32f3::stm32f303::exti::PR2

type PR2 = Reg<u32, _PR2>;

Pending register

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

For information about available fields see pr2 module

Trait Implementations

impl Readable for PR2[src]

read() method returns pr2::R reader structure

impl ResetValue for PR2[src]

Register PR2 reset()'s with value 0

type Type = u32

Register size

impl Writable for PR2[src]

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