[−][src]Struct bl602_pac::rf::rbb4::W
Register rbb4
writer
Implementations
impl W
[src][−]
pub fn pkdet_out_latch(&mut self) -> PKDET_OUT_LATCH_W
[src][−]
Bit 24
pub fn pkdet_out_raw(&mut self) -> PKDET_OUT_RAW_W
[src][−]
Bit 20
pub fn rbb_pkdet_en_hw(&mut self) -> RBB_PKDET_EN_HW_W
[src][−]
Bit 16
pub fn rbb_pkdet_out_rstn_hw(&mut self) -> RBB_PKDET_OUT_RSTN_HW_W
[src][−]
Bit 12
pub fn rbb_pkdet_en(&mut self) -> RBB_PKDET_EN_W
[src][−]
Bit 8
pub fn rbb_pkdet_out_rstn(&mut self) -> RBB_PKDET_OUT_RSTN_W
[src][−]
Bit 4
pub fn rbb_pkdet_vth(&mut self) -> RBB_PKDET_VTH_W
[src][−]
Bits 0:3
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src][−]
Writes raw bits to the register.
Methods from Deref<Target = W<RBB4_SPEC>>
Trait Implementations
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,
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>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,