Struct stm32wlxx_hal::pac::hsem::c1icr::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register C1ICR
writer
Implementations§
§impl W
impl W
pub fn isc0(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 0>
pub fn isc0(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 0>
Bit 0 - Interrupt(N) semaphore n clear bit
pub fn isc1(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 1>
pub fn isc1(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 1>
Bit 1 - Interrupt(N) semaphore n clear bit
pub fn isc2(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 2>
pub fn isc2(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 2>
Bit 2 - Interrupt(N) semaphore n clear bit
pub fn isc3(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 3>
pub fn isc3(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 3>
Bit 3 - Interrupt(N) semaphore n clear bit
pub fn isc4(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 4>
pub fn isc4(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 4>
Bit 4 - Interrupt(N) semaphore n clear bit
pub fn isc5(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 5>
pub fn isc5(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 5>
Bit 5 - Interrupt(N) semaphore n clear bit
pub fn isc6(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 6>
pub fn isc6(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 6>
Bit 6 - Interrupt(N) semaphore n clear bit
pub fn isc7(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 7>
pub fn isc7(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 7>
Bit 7 - Interrupt(N) semaphore n clear bit
pub fn isc8(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 8>
pub fn isc8(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 8>
Bit 8 - Interrupt(N) semaphore n clear bit
pub fn isc9(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 9>
pub fn isc9(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 9>
Bit 9 - Interrupt(N) semaphore n clear bit
pub fn isc10(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 10>
pub fn isc10(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 10>
Bit 10 - Interrupt(N) semaphore n clear bit
pub fn isc11(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 11>
pub fn isc11(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 11>
Bit 11 - Interrupt(N) semaphore n clear bit
pub fn isc12(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 12>
pub fn isc12(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 12>
Bit 12 - Interrupt(N) semaphore n clear bit
pub fn isc13(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 13>
pub fn isc13(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 13>
Bit 13 - Interrupt(N) semaphore n clear bit
pub fn isc14(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 14>
pub fn isc14(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 14>
Bit 14 - Interrupt(N) semaphore n clear bit
pub fn isc15(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 15>
pub fn isc15(&mut self) -> BitWriterRaw<'_, u32, C1ICR_SPEC, ISC0_AW, BitM, 15>
Bit 15 - Interrupt(N) semaphore n clear bit
Methods from Deref<Target = W<C1ICR_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<C1ICR_SPEC>> for W
impl From<W<C1ICR_SPEC>> for W
§fn from(writer: W<C1ICR_SPEC>) -> W
fn from(writer: W<C1ICR_SPEC>) -> W
Converts to this type from the input type.
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