Struct avr_device::atmega4809::rtc::ctrla::PRESCALER_R [−][src]
pub struct PRESCALER_R(_);Expand description
Field PRESCALER reader - Prescaling Factor
Implementations
Get enumerated values variant
Checks if the value of the field is DIV1024
Checks if the value of the field is DIV2048
Checks if the value of the field is DIV4096
Checks if the value of the field is DIV8192
Checks if the value of the field is DIV16384
Checks if the value of the field is DIV32768
Methods from Deref<Target = FieldReader<u8, PRESCALER_A>>
Returns true if the bit is clear (0).
Returns true if the bit is set (1).
Trait Implementations
type Target = FieldReader<u8, PRESCALER_A>
type Target = FieldReader<u8, PRESCALER_A>
The resulting type after dereferencing.