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

pub struct R(_);

Register lo_sdm_ctrl_hw2 reader

Implementations

impl R[src]

pub fn lo_sdm_dither_sel_ble_2432(&self) -> LO_SDM_DITHER_SEL_BLE_2432_R[src]

Bits 30:31

pub fn lo_sdm_dither_sel_ble_2430(&self) -> LO_SDM_DITHER_SEL_BLE_2430_R[src]

Bits 28:29

pub fn lo_sdm_dither_sel_ble_2428(&self) -> LO_SDM_DITHER_SEL_BLE_2428_R[src]

Bits 26:27

pub fn lo_sdm_dither_sel_ble_2426(&self) -> LO_SDM_DITHER_SEL_BLE_2426_R[src]

Bits 24:25

pub fn lo_sdm_dither_sel_ble_2424(&self) -> LO_SDM_DITHER_SEL_BLE_2424_R[src]

Bits 22:23

pub fn lo_sdm_dither_sel_ble_2422(&self) -> LO_SDM_DITHER_SEL_BLE_2422_R[src]

Bits 20:21

pub fn lo_sdm_dither_sel_ble_2420(&self) -> LO_SDM_DITHER_SEL_BLE_2420_R[src]

Bits 18:19

pub fn lo_sdm_dither_sel_ble_2418(&self) -> LO_SDM_DITHER_SEL_BLE_2418_R[src]

Bits 16:17

pub fn lo_sdm_dither_sel_ble_2416(&self) -> LO_SDM_DITHER_SEL_BLE_2416_R[src]

Bits 14:15

pub fn lo_sdm_dither_sel_ble_2414(&self) -> LO_SDM_DITHER_SEL_BLE_2414_R[src]

Bits 12:13

pub fn lo_sdm_dither_sel_ble_2412(&self) -> LO_SDM_DITHER_SEL_BLE_2412_R[src]

Bits 10:11

pub fn lo_sdm_dither_sel_ble_2410(&self) -> LO_SDM_DITHER_SEL_BLE_2410_R[src]

Bits 8:9

pub fn lo_sdm_dither_sel_ble_2408(&self) -> LO_SDM_DITHER_SEL_BLE_2408_R[src]

Bits 6:7

pub fn lo_sdm_dither_sel_ble_2406(&self) -> LO_SDM_DITHER_SEL_BLE_2406_R[src]

Bits 4:5

pub fn lo_sdm_dither_sel_ble_2404(&self) -> LO_SDM_DITHER_SEL_BLE_2404_R[src]

Bits 2:3

pub fn lo_sdm_dither_sel_ble_2402(&self) -> LO_SDM_DITHER_SEL_BLE_2402_R[src]

Bits 0:1

Methods from Deref<Target = R<LO_SDM_CTRL_HW2_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<LO_SDM_CTRL_HW2_SPEC>

The resulting type after dereferencing.

impl From<R<LO_SDM_CTRL_HW2_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.