pub enum RTCCLKOUTSELR {
_0,
_1,
}Expand description
Possible values of the field RTCCLKOUTSEL
Variants§
_0
RTC 1 Hz clock is output on the RTC_CLKOUT pin.
_1
RTC 32.768kHz clock is output on the RTC_CLKOUT pin.
Implementations§
Source§impl RTCCLKOUTSELR
impl RTCCLKOUTSELR
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true if the bit is set (1)
Trait Implementations§
Source§impl Clone for RTCCLKOUTSELR
impl Clone for RTCCLKOUTSELR
Source§fn clone(&self) -> RTCCLKOUTSELR
fn clone(&self) -> RTCCLKOUTSELR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RTCCLKOUTSELR
impl Debug for RTCCLKOUTSELR
Source§impl PartialEq for RTCCLKOUTSELR
impl PartialEq for RTCCLKOUTSELR
impl Copy for RTCCLKOUTSELR
impl StructuralPartialEq for RTCCLKOUTSELR
Auto Trait Implementations§
impl Freeze for RTCCLKOUTSELR
impl RefUnwindSafe for RTCCLKOUTSELR
impl Send for RTCCLKOUTSELR
impl Sync for RTCCLKOUTSELR
impl Unpin for RTCCLKOUTSELR
impl UnwindSafe for RTCCLKOUTSELR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more