Struct stm32wlxx_hal::pac::tim2::ccer::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register CCER
writer
Implementations§
§impl W
impl W
pub fn cc4np(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1NP_A, BitM, 15>
pub fn cc4np(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1NP_A, BitM, 15>
Bit 15 - Capture/Compare 4 output Polarity
pub fn cc4p(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1P_A, BitM, 13>
pub fn cc4p(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1P_A, BitM, 13>
Bit 13 - Capture/Compare 3 output Polarity
pub fn cc4e(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1E_A, BitM, 12>
pub fn cc4e(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1E_A, BitM, 12>
Bit 12 - Capture/Compare 4 output enable
pub fn cc3np(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1NP_A, BitM, 11>
pub fn cc3np(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1NP_A, BitM, 11>
Bit 11 - Capture/Compare 3 output Polarity
pub fn cc3p(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1P_A, BitM, 9>
pub fn cc3p(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1P_A, BitM, 9>
Bit 9 - Capture/Compare 3 output Polarity
pub fn cc3e(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1E_A, BitM, 8>
pub fn cc3e(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1E_A, BitM, 8>
Bit 8 - Capture/Compare 3 output enable
pub fn cc2np(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1NP_A, BitM, 7>
pub fn cc2np(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1NP_A, BitM, 7>
Bit 7 - Capture/Compare 2 output Polarity
pub fn cc2p(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1P_A, BitM, 5>
pub fn cc2p(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1P_A, BitM, 5>
Bit 5 - Capture/Compare 2 output Polarity
pub fn cc2e(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1E_A, BitM, 4>
pub fn cc2e(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1E_A, BitM, 4>
Bit 4 - Capture/Compare 2 output enable
pub fn cc1np(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1NP_A, BitM, 3>
pub fn cc1np(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1NP_A, BitM, 3>
Bit 3 - Capture/Compare 1 output Polarity
pub fn cc1p(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1P_A, BitM, 1>
pub fn cc1p(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1P_A, BitM, 1>
Bit 1 - Capture/Compare 1 output Polarity
Methods from Deref<Target = W<CCER_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