[][src]Struct bl602_pac::rf::rfctrl_hw_en::W

pub struct W(_);

Register rfctrl_hw_en writer

Implementations

impl W[src]

pub fn adda_ctrl_hw(&mut self) -> ADDA_CTRL_HW_W[src]

Bit 12

pub fn rbb_pkdet_out_rstn_ctrl_hw(&mut self) -> RBB_PKDET_OUT_RSTN_CTRL_HW_W[src]

Bit 11

pub fn rbb_pkdet_en_ctrl_hw(&mut self) -> RBB_PKDET_EN_CTRL_HW_W[src]

Bit 10

pub fn sdm_ctrl_hw(&mut self) -> SDM_CTRL_HW_W[src]

Bit 9

pub fn inc_fcal_ctrl_en_hw(&mut self) -> INC_FCAL_CTRL_EN_HW_W[src]

Bit 8

pub fn inc_acal_ctrl_en_hw(&mut self) -> INC_ACAL_CTRL_EN_HW_W[src]

Bit 7

pub fn lo_ctrl_hw(&mut self) -> LO_CTRL_HW_W[src]

Bit 6

pub fn trxcal_ctrl_hw(&mut self) -> TRXCAL_CTRL_HW_W[src]

Bit 5

pub fn rbb_bw_ctrl_hw(&mut self) -> RBB_BW_CTRL_HW_W[src]

Bit 4

pub fn lna_ctrl_hw(&mut self) -> LNA_CTRL_HW_W[src]

Bit 3

pub fn tx_gain_ctrl_hw(&mut self) -> TX_GAIN_CTRL_HW_W[src]

Bit 2

pub fn rx_gain_ctrl_hw(&mut self) -> RX_GAIN_CTRL_HW_W[src]

Bit 1

pub fn pu_ctrl_hw(&mut self) -> PU_CTRL_HW_W[src]

Bit 0

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<RFCTRL_HW_EN_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<RFCTRL_HW_EN_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<RFCTRL_HW_EN_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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.