Enum stm32f0xx::exti::rtsr::Tr0R
[−]
[src]
pub enum Tr0R {
Disabled,
Enabled,
}Possible values of the field TR0
Variants
DisabledDisable the Rising trigger.
EnabledEnable the Rising trigger.
Methods
impl Tr0R[src]
fn bits(&self) -> u8
Value of the field as raw bits
fn is_disabled(&self) -> bool
Checks if the value of the field is Disabled
fn is_enabled(&self) -> bool
Checks if the value of the field is Enabled
Trait Implementations
impl Clone for Tr0R[src]
fn clone(&self) -> Tr0R
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more