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

type PR1 = Reg<u32, _PR1>;

Pending register

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

For information about available fields see pr1 module

Trait Implementations

impl Readable for PR1[src]

read() method returns pr1::R reader structure

impl ResetValue for PR1[src]

Register PR1 reset()'s with value 0

type Type = u32

Register size

impl Writable for PR1[src]

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