[−][src]Enum nrf52832_hal::nrf52832_pac::timer0::intenset::COMPARE5R
Possible values of the field COMPARE5
Variants
DISABLED
Read: Disabled
ENABLED
Read: Enabled
Methods
impl COMPARE5R
[src]
impl COMPARE5R
pub fn bit_is_clear(&self) -> bool
[src]
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0)
pub fn bit_is_set(&self) -> bool
[src]
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1)
pub fn bit(&self) -> bool
[src]
pub fn bit(&self) -> bool
Value of the field as raw bits
pub fn is_disabled(&self) -> bool
[src]
pub fn is_disabled(&self) -> bool
Checks if the value of the field is DISABLED
pub fn is_enabled(&self) -> bool
[src]
pub fn is_enabled(&self) -> bool
Checks if the value of the field is ENABLED
Trait Implementations
impl Copy for COMPARE5R
[src]
impl Copy for COMPARE5R
impl Clone for COMPARE5R
[src]
impl Clone for COMPARE5R
fn clone(&self) -> COMPARE5R
[src]
fn clone(&self) -> COMPARE5R
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for COMPARE5R
[src]
impl Debug for COMPARE5R
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl PartialEq<COMPARE5R> for COMPARE5R
[src]
impl PartialEq<COMPARE5R> for COMPARE5R
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
🔬 This is a nightly-only experimental API. (
try_from
)Performs the conversion.
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
🔬 This is a nightly-only experimental API. (
try_from
)Performs the conversion.
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
fn get_type_id(&self) -> TypeId
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
Gets the TypeId
of self
. Read more