Struct stm32f103xx::exti::pr::PR1R[][src]

pub struct PR1R { /* fields omitted */ }

Value of the field

Methods

impl PR1R
[src]

Value of the field as raw bits

Returns true if the bit is clear (0)

Returns true if the bit is set (1)

Auto Trait Implementations

impl Send for PR1R

impl Sync for PR1R