Struct stm32wlxx_hal::pac::pka::cr::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register CR
writer
Implementations§
§impl W
impl W
pub fn addrerrie(
&mut self
) -> BitWriterRaw<'_, u32, CR_SPEC, ADDRERRIE_A, BitM, 20>
pub fn addrerrie( &mut self ) -> BitWriterRaw<'_, u32, CR_SPEC, ADDRERRIE_A, BitM, 20>
Bit 20 - Address error interrupt enable
pub fn ramerrie(
&mut self
) -> BitWriterRaw<'_, u32, CR_SPEC, RAMERRIE_A, BitM, 19>
pub fn ramerrie( &mut self ) -> BitWriterRaw<'_, u32, CR_SPEC, RAMERRIE_A, BitM, 19>
Bit 19 - RAM error interrupt enable
pub fn procendie(
&mut self
) -> BitWriterRaw<'_, u32, CR_SPEC, PROCENDIE_A, BitM, 17>
pub fn procendie( &mut self ) -> BitWriterRaw<'_, u32, CR_SPEC, PROCENDIE_A, BitM, 17>
Bit 17 - PROCENDIE
pub fn mode(
&mut self
) -> FieldWriterRaw<'_, u32, CR_SPEC, u8, MODE_A, Unsafe, 6, 8>
pub fn mode( &mut self ) -> FieldWriterRaw<'_, u32, CR_SPEC, u8, MODE_A, Unsafe, 6, 8>
Bits 8:13 - PKA operation code
Methods from Deref<Target = W<CR_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§
Auto Trait Implementations§
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