[−][src]Struct bl602_pac::hbn::hbn_pir_cfg::W
Register HBN_PIR_CFG
writer
Implementations
impl W
[src][−]
pub fn gpadc_nosync(&mut self) -> GPADC_NOSYNC_W
[src][−]
Bit 9
pub fn gpadc_cgen(&mut self) -> GPADC_CGEN_W
[src][−]
Bit 8
pub fn pir_en(&mut self) -> PIR_EN_W
[src][−]
Bit 7
pub fn pir_dis(&mut self) -> PIR_DIS_W
[src][−]
Bits 4:5
pub fn pir_lpf_sel(&mut self) -> PIR_LPF_SEL_W
[src][−]
Bit 2
pub fn pir_hpf_sel(&mut self) -> PIR_HPF_SEL_W
[src][−]
Bits 0:1
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src][−]
Writes raw bits to the register.
Methods from Deref<Target = W<HBN_PIR_CFG_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>,