Struct atsam4lc8c_pac::pm::pbamask::R

source ·
pub struct R(_);
Expand description

Register PBAMASK reader

Implementations§

source§

impl R

source

pub fn iisc_(&self) -> IISC__R

Bit 0 - IISC APB Clock Enable

source

pub fn spi_(&self) -> SPI__R

Bit 1 - SPI APB Clock Enable

source

pub fn tc0_(&self) -> TC0__R

Bit 2 - TC0 APB Clock Enable

source

pub fn tc1_(&self) -> TC1__R

Bit 3 - TC1 APB Clock Enable

source

pub fn twim0_(&self) -> TWIM0__R

Bit 4 - TWIM0 APB Clock Enable

source

pub fn twis0_(&self) -> TWIS0__R

Bit 5 - TWIS0 APB Clock Enable

source

pub fn twim1_(&self) -> TWIM1__R

Bit 6 - TWIM1 APB Clock Enable

source

pub fn twis1_(&self) -> TWIS1__R

Bit 7 - TWIS1 APB Clock Enable

source

pub fn usart0_(&self) -> USART0__R

Bit 8 - USART0 APB Clock Enable

source

pub fn usart1_(&self) -> USART1__R

Bit 9 - USART1 APB Clock Enable

source

pub fn usart2_(&self) -> USART2__R

Bit 10 - USART2 APB Clock Enable

source

pub fn usart3_(&self) -> USART3__R

Bit 11 - USART3 APB Clock Enable

source

pub fn adcife_(&self) -> ADCIFE__R

Bit 12 - ADCIFE APB Clock Enable

source

pub fn dacc_(&self) -> DACC__R

Bit 13 - DACC APB Clock Enable

source

pub fn acifc_(&self) -> ACIFC__R

Bit 14 - ACIFC APB Clock Enable

source

pub fn gloc_(&self) -> GLOC__R

Bit 15 - GLOC APB Clock Enable

source

pub fn abdacb_(&self) -> ABDACB__R

Bit 16 - ABDACB APB Clock Enable

source

pub fn trng_(&self) -> TRNG__R

Bit 17 - TRNG APB Clock Enable

source

pub fn parc_(&self) -> PARC__R

Bit 18 - PARC APB Clock Enable

source

pub fn catb_(&self) -> CATB__R

Bit 19 - CATB APB Clock Enable

source

pub fn twim2_(&self) -> TWIM2__R

Bit 21 - TWIM2 APB Clock Enable

source

pub fn twim3_(&self) -> TWIM3__R

Bit 22 - TWIM3 APB Clock Enable

source

pub fn lcdca_(&self) -> LCDCA__R

Bit 23 - LCDCA APB Clock Enable

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<PBAMASK_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<PBAMASK_SPEC>> for R

source§

fn from(reader: R<PBAMASK_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.