pub struct RtcInterruptEnable;Expand description
RTC interrupt enable flags
Implementations§
Source§impl RtcInterruptEnable
impl RtcInterruptEnable
pub const RTC_TIME_INVALID_INTERRUPT_ENABLE: u32 = 1u32
pub const RTC_TIME_OVERFLOW_INTERRUPT_ENABLE: u32 = 2u32
pub const RTC_ALARM_INTERRUPT_ENABLE: u32 = 4u32
pub const RTC_SECONDS_INTERRUPT_ENABLE: u32 = 16u32
Trait Implementations§
Source§impl Clone for RtcInterruptEnable
impl Clone for RtcInterruptEnable
Source§fn clone(&self) -> RtcInterruptEnable
fn clone(&self) -> RtcInterruptEnable
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 moreimpl Copy for RtcInterruptEnable
Auto Trait Implementations§
impl Freeze for RtcInterruptEnable
impl RefUnwindSafe for RtcInterruptEnable
impl Send for RtcInterruptEnable
impl Sync for RtcInterruptEnable
impl Unpin for RtcInterruptEnable
impl UnwindSafe for RtcInterruptEnable
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