pub struct R(_);
Expand description

Register PPUPATD0 reader

Implementations§

source§

impl R

source

pub fn acmp0(&self) -> ACMP0_R

Bit 0 - Analog Comparator 0 access control bit

source

pub fn acmp1(&self) -> ACMP1_R

Bit 1 - Analog Comparator 1 access control bit

source

pub fn acmp2(&self) -> ACMP2_R

Bit 2 - Analog Comparator 1 access control bit

source

pub fn acmp3(&self) -> ACMP3_R

Bit 3 - Analog Comparator 3 access control bit

source

pub fn adc0(&self) -> ADC0_R

Bit 4 - Analog to Digital Converter 0 access control bit

source

pub fn adc1(&self) -> ADC1_R

Bit 5 - Analog to Digital Converter 0 access control bit

source

pub fn can0(&self) -> CAN0_R

Bit 6 - CAN 0 access control bit

source

pub fn can1(&self) -> CAN1_R

Bit 7 - CAN 1 access control bit

source

pub fn cmu(&self) -> CMU_R

Bit 8 - Clock Management Unit access control bit

source

pub fn cryotimer(&self) -> CRYOTIMER_R

Bit 9 - CRYOTIMER access control bit

source

pub fn crypto0(&self) -> CRYPTO0_R

Bit 10 - Advanced Encryption Standard Accelerator access control bit

source

pub fn csen(&self) -> CSEN_R

Bit 11 - Capacitive touch sense module access control bit

source

pub fn vdac0(&self) -> VDAC0_R

Bit 12 - Digital to Analog Converter 0 access control bit

source

pub fn prs(&self) -> PRS_R

Bit 13 - Peripheral Reflex System access control bit

source

pub fn ebi(&self) -> EBI_R

Bit 14 - External Bus Interface access control bit

source

pub fn emu(&self) -> EMU_R

Bit 15 - Energy Management Unit access control bit

source

pub fn fpueh(&self) -> FPUEH_R

Bit 17 - FPU Exception Handler access control bit

source

pub fn gpcrc(&self) -> GPCRC_R

Bit 18 - General Purpose CRC access control bit

source

pub fn gpio(&self) -> GPIO_R

Bit 19 - General purpose Input/Output access control bit

source

pub fn i2c0(&self) -> I2C0_R

Bit 20 - I2C 0 access control bit

source

pub fn i2c1(&self) -> I2C1_R

Bit 21 - I2C 1 access control bit

source

pub fn i2c2(&self) -> I2C2_R

Bit 22 - I2C 2 access control bit

source

pub fn idac0(&self) -> IDAC0_R

Bit 23 - Current Digital to Analog Converter 0 access control bit

source

pub fn msc(&self) -> MSC_R

Bit 24 - Memory System Controller access control bit

source

pub fn ldma(&self) -> LDMA_R

Bit 26 - Linked Direct Memory Access Controller access control bit

source

pub fn lesense(&self) -> LESENSE_R

Bit 27 - Low Energy Sensor Interface access control bit

source

pub fn letimer0(&self) -> LETIMER0_R

Bit 28 - Low Energy Timer 0 access control bit

source

pub fn letimer1(&self) -> LETIMER1_R

Bit 29 - Low Energy Timer 1 access control bit

source

pub fn leuart0(&self) -> LEUART0_R

Bit 30 - Low Energy UART 0 access control bit

source

pub fn leuart1(&self) -> LEUART1_R

Bit 31 - Low Energy UART 1 access control bit

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<PPUPATD0_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<PPUPATD0_SPEC>> for R

source§

fn from(reader: R<PPUPATD0_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,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

const: unstable · source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

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

const: unstable · 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.
const: unstable · 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.
const: unstable · source§

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

Performs the conversion.