Enum avr_device::atmega4809::rtc::pitctrla::PERIOD_A
source · #[repr(u8)]pub enum PERIOD_A {
Show 15 variants
OFF = 0,
CYC4 = 1,
CYC8 = 2,
CYC16 = 3,
CYC32 = 4,
CYC64 = 5,
CYC128 = 6,
CYC256 = 7,
CYC512 = 8,
CYC1024 = 9,
CYC2048 = 10,
CYC4096 = 11,
CYC8192 = 12,
CYC16384 = 13,
CYC32768 = 14,
}
Expand description
Period
Value on reset: 0
Variants§
OFF = 0
0: Off
CYC4 = 1
1: RTC Clock Cycles 4
CYC8 = 2
2: RTC Clock Cycles 8
CYC16 = 3
3: RTC Clock Cycles 16
CYC32 = 4
4: RTC Clock Cycles 32
CYC64 = 5
5: RTC Clock Cycles 64
CYC128 = 6
6: RTC Clock Cycles 128
CYC256 = 7
7: RTC Clock Cycles 256
CYC512 = 8
8: RTC Clock Cycles 512
CYC1024 = 9
9: RTC Clock Cycles 1024
CYC2048 = 10
10: RTC Clock Cycles 2048
CYC4096 = 11
11: RTC Clock Cycles 4096
CYC8192 = 12
12: RTC Clock Cycles 8192
CYC16384 = 13
13: RTC Clock Cycles 16384
CYC32768 = 14
14: RTC Clock Cycles 32768
Trait Implementations§
source§impl PartialEq for PERIOD_A
impl PartialEq for PERIOD_A
impl Copy for PERIOD_A
impl Eq for PERIOD_A
impl StructuralPartialEq for PERIOD_A
Auto Trait Implementations§
impl RefUnwindSafe for PERIOD_A
impl Send for PERIOD_A
impl Sync for PERIOD_A
impl Unpin for PERIOD_A
impl UnwindSafe for PERIOD_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