[−][src]Struct bl602_pac::rf::pa1::W
Register pa1
writer
Implementations
impl W
[src]
pub fn pa_att_gc(&mut self) -> PA_ATT_GC_W
[src]
Bits 28:31
pub fn pa_pwrmx_bm(&mut self) -> PA_PWRMX_BM_W
[src]
Bits 24:26
pub fn pa_pwrmx_dac_pn_switch(&mut self) -> PA_PWRMX_DAC_PN_SWITCH_W
[src]
Bit 22
pub fn pa_pwrmx_osdac(&mut self) -> PA_PWRMX_OSDAC_W
[src]
Bits 18:21
pub fn pa_lz_bias_en(&mut self) -> PA_LZ_BIAS_EN_W
[src]
Bit 17
pub fn pa_ib_fix(&mut self) -> PA_IB_FIX_W
[src]
Bit 16
pub fn pa_half_on(&mut self) -> PA_HALF_ON_W
[src]
Bit 15
pub fn pa_vbcas(&mut self) -> PA_VBCAS_W
[src]
Bits 12:14
pub fn pa_vbcore(&mut self) -> PA_VBCORE_W
[src]
Bits 8:11
pub fn pa_iet(&mut self) -> PA_IET_W
[src]
Bits 4:7
pub fn pa_etb_en(&mut self) -> PA_ETB_EN_W
[src]
Bit 3
pub fn pa_iaq(&mut self) -> PA_IAQ_W
[src]
Bits 0:2
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
Writes raw bits to the register.
Methods from Deref<Target = W<PA1_SPEC>>
Trait Implementations
impl Deref for W
[src]
type Target = W<PA1_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl DerefMut for W
[src]
impl From<W<PA1_SPEC>> for W
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,