Struct daisy::pac::rcc::apb1hlpenr::W
pub struct W(/* private fields */);
Expand description
Register APB1HLPENR
writer
Implementations§
§impl W
impl W
pub fn crslpen(
&mut self
) -> BitWriterRaw<'_, u32, APB1HLPENR_SPEC, CRSLPEN_A, BitM, 1>
pub fn crslpen( &mut self ) -> BitWriterRaw<'_, u32, APB1HLPENR_SPEC, CRSLPEN_A, BitM, 1>
Bit 1 - Clock Recovery System peripheral clock enable during CSleep mode
pub fn swplpen(
&mut self
) -> BitWriterRaw<'_, u32, APB1HLPENR_SPEC, CRSLPEN_A, BitM, 2>
pub fn swplpen( &mut self ) -> BitWriterRaw<'_, u32, APB1HLPENR_SPEC, CRSLPEN_A, BitM, 2>
Bit 2 - SWPMI Peripheral Clocks Enable During CSleep Mode
pub fn opamplpen(
&mut self
) -> BitWriterRaw<'_, u32, APB1HLPENR_SPEC, CRSLPEN_A, BitM, 4>
pub fn opamplpen( &mut self ) -> BitWriterRaw<'_, u32, APB1HLPENR_SPEC, CRSLPEN_A, BitM, 4>
Bit 4 - OPAMP peripheral clock enable during CSleep mode
pub fn mdioslpen(
&mut self
) -> BitWriterRaw<'_, u32, APB1HLPENR_SPEC, CRSLPEN_A, BitM, 5>
pub fn mdioslpen( &mut self ) -> BitWriterRaw<'_, u32, APB1HLPENR_SPEC, CRSLPEN_A, BitM, 5>
Bit 5 - MDIOS peripheral clock enable during CSleep mode
pub fn fdcanlpen(
&mut self
) -> BitWriterRaw<'_, u32, APB1HLPENR_SPEC, CRSLPEN_A, BitM, 8>
pub fn fdcanlpen( &mut self ) -> BitWriterRaw<'_, u32, APB1HLPENR_SPEC, CRSLPEN_A, BitM, 8>
Bit 8 - FDCAN Peripheral Clocks Enable During CSleep Mode
Methods from Deref<Target = W<APB1HLPENR_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
§impl From<W<APB1HLPENR_SPEC>> for W
impl From<W<APB1HLPENR_SPEC>> for W
§fn from(writer: W<APB1HLPENR_SPEC>) -> W
fn from(writer: W<APB1HLPENR_SPEC>) -> W
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more