Struct atsam4s2a_pac::pmc::pmc_pcsr0::R

source ·
pub struct R(_);
Expand description

Register PMC_PCSR0 reader

Implementations§

source§

impl R

source

pub fn pid8(&self) -> PID8_R

Bit 8 - Peripheral Clock 8 Status

source

pub fn pid9(&self) -> PID9_R

Bit 9 - Peripheral Clock 9 Status

source

pub fn pid10(&self) -> PID10_R

Bit 10 - Peripheral Clock 10 Status

source

pub fn pid11(&self) -> PID11_R

Bit 11 - Peripheral Clock 11 Status

source

pub fn pid12(&self) -> PID12_R

Bit 12 - Peripheral Clock 12 Status

source

pub fn pid13(&self) -> PID13_R

Bit 13 - Peripheral Clock 13 Status

source

pub fn pid14(&self) -> PID14_R

Bit 14 - Peripheral Clock 14 Status

source

pub fn pid15(&self) -> PID15_R

Bit 15 - Peripheral Clock 15 Status

source

pub fn pid16(&self) -> PID16_R

Bit 16 - Peripheral Clock 16 Status

source

pub fn pid17(&self) -> PID17_R

Bit 17 - Peripheral Clock 17 Status

source

pub fn pid18(&self) -> PID18_R

Bit 18 - Peripheral Clock 18 Status

source

pub fn pid19(&self) -> PID19_R

Bit 19 - Peripheral Clock 19 Status

source

pub fn pid20(&self) -> PID20_R

Bit 20 - Peripheral Clock 20 Status

source

pub fn pid21(&self) -> PID21_R

Bit 21 - Peripheral Clock 21 Status

source

pub fn pid22(&self) -> PID22_R

Bit 22 - Peripheral Clock 22 Status

source

pub fn pid23(&self) -> PID23_R

Bit 23 - Peripheral Clock 23 Status

source

pub fn pid24(&self) -> PID24_R

Bit 24 - Peripheral Clock 24 Status

source

pub fn pid25(&self) -> PID25_R

Bit 25 - Peripheral Clock 25 Status

source

pub fn pid26(&self) -> PID26_R

Bit 26 - Peripheral Clock 26 Status

source

pub fn pid27(&self) -> PID27_R

Bit 27 - Peripheral Clock 27 Status

source

pub fn pid28(&self) -> PID28_R

Bit 28 - Peripheral Clock 28 Status

source

pub fn pid29(&self) -> PID29_R

Bit 29 - Peripheral Clock 29 Status

source

pub fn pid30(&self) -> PID30_R

Bit 30 - Peripheral Clock 30 Status

source

pub fn pid31(&self) -> PID31_R

Bit 31 - Peripheral Clock 31 Status

Methods from Deref<Target = R<PMC_PCSR0_SPEC>>§

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<PMC_PCSR0_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<PMC_PCSR0_SPEC>> for R

source§

fn from(reader: R<PMC_PCSR0_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.