pub struct R(_);
Expand description

Register CORE_0_PIF_PMS_CONSTRAIN_4 reader

Implementations§

source§

impl R

source

pub fn core_0_pif_pms_constrain_world_0_usb_wrap( &self ) -> CORE_0_PIF_PMS_CONSTRAIN_WORLD_0_USB_WRAP_R

Bits 2:3 - core_0_pif_pms_constrain_world_0_usb_wrap

source

pub fn core_0_pif_pms_constrain_world_0_crypto_peri( &self ) -> CORE_0_PIF_PMS_CONSTRAIN_WORLD_0_CRYPTO_PERI_R

Bits 4:5 - core_0_pif_pms_constrain_world_0_crypto_peri

source

pub fn core_0_pif_pms_constrain_world_0_crypto_dma( &self ) -> CORE_0_PIF_PMS_CONSTRAIN_WORLD_0_CRYPTO_DMA_R

Bits 6:7 - core_0_pif_pms_constrain_world_0_crypto_dma

source

pub fn core_0_pif_pms_constrain_world_0_apb_adc( &self ) -> CORE_0_PIF_PMS_CONSTRAIN_WORLD_0_APB_ADC_R

Bits 8:9 - core_0_pif_pms_constrain_world_0_apb_adc

source

pub fn core_0_pif_pms_constrain_world_0_bt_pwr( &self ) -> CORE_0_PIF_PMS_CONSTRAIN_WORLD_0_BT_PWR_R

Bits 12:13 - core_0_pif_pms_constrain_world_0_bt_pwr

source

pub fn core_0_pif_pms_constrain_world_0_usb_device( &self ) -> CORE_0_PIF_PMS_CONSTRAIN_WORLD_0_USB_DEVICE_R

Bits 14:15 - core_0_pif_pms_constrain_world_0_usb_device

source

pub fn core_0_pif_pms_constrain_world_0_system( &self ) -> CORE_0_PIF_PMS_CONSTRAIN_WORLD_0_SYSTEM_R

Bits 16:17 - core_0_pif_pms_constrain_world_0_system

source

pub fn core_0_pif_pms_constrain_world_0_sensitive( &self ) -> CORE_0_PIF_PMS_CONSTRAIN_WORLD_0_SENSITIVE_R

Bits 18:19 - core_0_pif_pms_constrain_world_0_sensitive

source

pub fn core_0_pif_pms_constrain_world_0_interrupt( &self ) -> CORE_0_PIF_PMS_CONSTRAIN_WORLD_0_INTERRUPT_R

Bits 20:21 - core_0_pif_pms_constrain_world_0_interrupt

source

pub fn core_0_pif_pms_constrain_world_0_dma_copy( &self ) -> CORE_0_PIF_PMS_CONSTRAIN_WORLD_0_DMA_COPY_R

Bits 22:23 - core_0_pif_pms_constrain_world_0_dma_copy

source

pub fn core_0_pif_pms_constrain_world_0_cache_config( &self ) -> CORE_0_PIF_PMS_CONSTRAIN_WORLD_0_CACHE_CONFIG_R

Bits 24:25 - core_0_pif_pms_constrain_world_0_cache_config

source

pub fn core_0_pif_pms_constrain_world_0_ad( &self ) -> CORE_0_PIF_PMS_CONSTRAIN_WORLD_0_AD_R

Bits 26:27 - core_0_pif_pms_constrain_world_0_ad

source

pub fn core_0_pif_pms_constrain_world_0_dio( &self ) -> CORE_0_PIF_PMS_CONSTRAIN_WORLD_0_DIO_R

Bits 28:29 - core_0_pif_pms_constrain_world_0_dio

source

pub fn core_0_pif_pms_constrain_world_0_world_controller( &self ) -> CORE_0_PIF_PMS_CONSTRAIN_WORLD_0_WORLD_CONTROLLER_R

Bits 30:31 - core_0_pif_pms_constrain_world_0_world_controller

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<CORE_0_PIF_PMS_CONSTRAIN_4_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<CORE_0_PIF_PMS_CONSTRAIN_4_SPEC>> for R

source§

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