[][src]Struct bl602_pac::rf::pa2::R

pub struct R(_);

Register pa2 reader

Implementations

impl R[src]

pub fn pa_ib_fix_hw(&self) -> PA_IB_FIX_HW_R[src]

Bit 17

pub fn pa_half_on_hw(&self) -> PA_HALF_ON_HW_R[src]

Bit 16

pub fn pa_vbcas_hw(&self) -> PA_VBCAS_HW_R[src]

Bits 12:14

pub fn pa_vbcore_hw(&self) -> PA_VBCORE_HW_R[src]

Bits 8:11

pub fn pa_iet_hw(&self) -> PA_IET_HW_R[src]

Bits 4:7

pub fn pa_etb_en_hw(&self) -> PA_ETB_EN_HW_R[src]

Bit 3

Methods from Deref<Target = R<PA2_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<PA2_SPEC>

The resulting type after dereferencing.

impl From<R<PA2_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.