[−][src]Struct bl602_pac::aon::ldo11soc_and_dctest::W
Register ldo11soc_and_dctest
writer
Implementations
impl W
[src]
pub fn pmip_dc_tp_out_en_aon(&mut self) -> PMIP_DC_TP_OUT_EN_AON_W
[src]
Bit 31
pub fn pu_vddcore_misc_aon(&mut self) -> PU_VDDCORE_MISC_AON_W
[src]
Bit 30
pub fn ldo11soc_power_good_aon(&mut self) -> LDO11SOC_POWER_GOOD_AON_W
[src]
Bit 29
pub fn ldo11soc_rdy_aon(&mut self) -> LDO11SOC_RDY_AON_W
[src]
Bit 28
pub fn ldo11soc_cc_aon(&mut self) -> LDO11SOC_CC_AON_W
[src]
Bits 24:25
pub fn ldo11soc_vth_sel_aon(&mut self) -> LDO11SOC_VTH_SEL_AON_W
[src]
Bits 12:13
pub fn ldo11soc_pulldown_sel_aon(&mut self) -> LDO11SOC_PULLDOWN_SEL_AON_W
[src]
Bit 11
pub fn ldo11soc_pulldown_aon(&mut self) -> LDO11SOC_PULLDOWN_AON_W
[src]
Bit 10
pub fn ldo11soc_sstart_delay_aon(&mut self) -> LDO11SOC_SSTART_DELAY_AON_W
[src]
Bits 8:9
pub fn ldo11soc_sstart_sel_aon(&mut self) -> LDO11SOC_SSTART_SEL_AON_W
[src]
Bit 4
pub fn pu_ldo11soc_aon(&mut self) -> PU_LDO11SOC_AON_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<LDO11SOC_AND_DCTEST_SPEC>>
Trait Implementations
impl Deref for W
[src]
type Target = W<LDO11SOC_AND_DCTEST_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl DerefMut for W
[src]
impl From<W<LDO11SOC_AND_DCTEST_SPEC>> for W
[src]
fn from(writer: W<LDO11SOC_AND_DCTEST_SPEC>) -> Self
[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>,