pub struct ID_R(_);
Expand description
Field ID
reader - Generic Clock Selection ID
Implementations
sourceimpl ID_R
impl ID_R
sourcepub fn is_fdpll32k(&self) -> bool
pub fn is_fdpll32k(&self) -> bool
Checks if the value of the field is FDPLL32K
sourcepub fn is_evsys_0(&self) -> bool
pub fn is_evsys_0(&self) -> bool
Checks if the value of the field is EVSYS_0
sourcepub fn is_evsys_1(&self) -> bool
pub fn is_evsys_1(&self) -> bool
Checks if the value of the field is EVSYS_1
sourcepub fn is_evsys_2(&self) -> bool
pub fn is_evsys_2(&self) -> bool
Checks if the value of the field is EVSYS_2
sourcepub fn is_evsys_3(&self) -> bool
pub fn is_evsys_3(&self) -> bool
Checks if the value of the field is EVSYS_3
sourcepub fn is_evsys_4(&self) -> bool
pub fn is_evsys_4(&self) -> bool
Checks if the value of the field is EVSYS_4
sourcepub fn is_evsys_5(&self) -> bool
pub fn is_evsys_5(&self) -> bool
Checks if the value of the field is EVSYS_5
sourcepub fn is_sercomx_slow(&self) -> bool
pub fn is_sercomx_slow(&self) -> bool
Checks if the value of the field is SERCOMX_SLOW
sourcepub fn is_sercom0_core(&self) -> bool
pub fn is_sercom0_core(&self) -> bool
Checks if the value of the field is SERCOM0_CORE
sourcepub fn is_sercom1_core(&self) -> bool
pub fn is_sercom1_core(&self) -> bool
Checks if the value of the field is SERCOM1_CORE
sourcepub fn is_sercom2_core(&self) -> bool
pub fn is_sercom2_core(&self) -> bool
Checks if the value of the field is SERCOM2_CORE
sourcepub fn is_tc1_tc2(&self) -> bool
pub fn is_tc1_tc2(&self) -> bool
Checks if the value of the field is TC1_TC2
Methods from Deref<Target = FieldReader<u8, ID_A>>
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
Auto Trait Implementations
impl RefUnwindSafe for ID_R
impl Send for ID_R
impl Sync for ID_R
impl Unpin for ID_R
impl UnwindSafe for ID_R
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more