#[repr(u8)]pub enum RTC_A {
Rtc64,
Rtc32,
Rtc96,
Rtc128,
}
Expand description
Receive threshold control
Value on reset: 0
Variants§
Trait Implementations§
source§impl PartialEq<RTC_A> for RTC_A
impl PartialEq<RTC_A> for RTC_A
impl Copy for RTC_A
impl StructuralPartialEq for RTC_A
Auto Trait Implementations§
impl RefUnwindSafe for RTC_A
impl Send for RTC_A
impl Sync for RTC_A
impl Unpin for RTC_A
impl UnwindSafe for RTC_A
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