Struct stm32wlxx_hal::pac::tim17::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 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 complementary output polarity
pub fn cc1ne(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1NE_A, BitM, 2>
pub fn cc1ne(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, CC1NE_A, BitM, 2>
Bit 2 - Capture/Compare 1 complementary output enable
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