pub struct R(_);
Expand description

Register PPUPATD1 reader

Implementations§

source§

impl R

source

pub fn pcnt0(&self) -> PCNT0_R

Bit 0 - Pulse Counter 0 access control bit

source

pub fn pcnt1(&self) -> PCNT1_R

Bit 1 - Pulse Counter 1 access control bit

source

pub fn pcnt2(&self) -> PCNT2_R

Bit 2 - Pulse Counter 2 access control bit

source

pub fn qspi0(&self) -> QSPI0_R

Bit 3 - Quad-SPI access control bit

source

pub fn rmu(&self) -> RMU_R

Bit 4 - Reset Management Unit access control bit

source

pub fn rtc(&self) -> RTC_R

Bit 5 - Real-Time Counter access control bit

source

pub fn rtcc(&self) -> RTCC_R

Bit 6 - Real-Time Counter and Calendar access control bit

source

pub fn sdio(&self) -> SDIO_R

Bit 7 - SDIO Controller access control bit

source

pub fn smu(&self) -> SMU_R

Bit 8 - Security Management Unit access control bit

source

pub fn timer0(&self) -> TIMER0_R

Bit 9 - Timer 0 access control bit

source

pub fn timer1(&self) -> TIMER1_R

Bit 10 - Timer 1 access control bit

source

pub fn timer2(&self) -> TIMER2_R

Bit 11 - Timer 2 access control bit

source

pub fn timer3(&self) -> TIMER3_R

Bit 12 - Timer 3 access control bit

source

pub fn timer4(&self) -> TIMER4_R

Bit 13 - Timer 4 access control bit

source

pub fn timer5(&self) -> TIMER5_R

Bit 14 - Timer 5 access control bit

source

pub fn timer6(&self) -> TIMER6_R

Bit 15 - Timer 6 access control bit

source

pub fn trng0(&self) -> TRNG0_R

Bit 16 - True Random Number Generator 0 access control bit

source

pub fn uart0(&self) -> UART0_R

Bit 17 - Universal Asynchronous Receiver/Transmitter 0 access control bit

source

pub fn uart1(&self) -> UART1_R

Bit 18 - Universal Asynchronous Receiver/Transmitter 1 access control bit

source

pub fn usart0(&self) -> USART0_R

Bit 19 - Universal Synchronous/Asynchronous Receiver/Transmitter 0 access control bit

source

pub fn usart1(&self) -> USART1_R

Bit 20 - Universal Synchronous/Asynchronous Receiver/Transmitter 1 access control bit

source

pub fn usart2(&self) -> USART2_R

Bit 21 - Universal Synchronous/Asynchronous Receiver/Transmitter 2 access control bit

source

pub fn usart3(&self) -> USART3_R

Bit 22 - Universal Synchronous/Asynchronous Receiver/Transmitter 3 access control bit

source

pub fn usart4(&self) -> USART4_R

Bit 23 - Universal Synchronous/Asynchronous Receiver/Transmitter 4 access control bit

source

pub fn usart5(&self) -> USART5_R

Bit 24 - Universal Synchronous/Asynchronous Receiver/Transmitter 5 access control bit

source

pub fn usb(&self) -> USB_R

Bit 25 - Universal Serial Bus Interface access control bit

source

pub fn wdog0(&self) -> WDOG0_R

Bit 26 - Watchdog access control bit

source

pub fn wdog1(&self) -> WDOG1_R

Bit 27 - Watchdog access control bit

source

pub fn wtimer0(&self) -> WTIMER0_R

Bit 28 - Wide Timer 0 access control bit

source

pub fn wtimer1(&self) -> WTIMER1_R

Bit 29 - Wide Timer 0 access control bit

source

pub fn wtimer2(&self) -> WTIMER2_R

Bit 30 - Wide Timer 2 access control bit

source

pub fn wtimer3(&self) -> WTIMER3_R

Bit 31 - Wide Timer 3 access control bit

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<PPUPATD1_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<PPUPATD1_SPEC>> for R

source§

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