pub struct W(/* private fields */);
Expand description
Register CCER
writer
Implementations§
§impl W
impl W
pub fn cc2np(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, bool, BitM, 7>
pub fn cc2np(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, bool, BitM, 7>
Bit 7 - Capture/Compare 2 output Polarity
pub fn cc2p(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, bool, BitM, 5>
pub fn cc2p(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, bool, BitM, 5>
Bit 5 - Capture/Compare 2 output Polarity
pub fn cc2e(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, bool, BitM, 4>
pub fn cc2e(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, bool, BitM, 4>
Bit 4 - Capture/Compare 2 output enable
pub fn cc1np(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, bool, BitM, 3>
pub fn cc1np(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, bool, BitM, 3>
Bit 3 - Capture/Compare 1 output Polarity
pub fn cc1ne(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, bool, BitM, 2>
pub fn cc1ne(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, bool, BitM, 2>
Bit 2 - Capture/Compare 1 complementary output enable
pub fn cc1p(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, bool, BitM, 1>
pub fn cc1p(&mut self) -> BitWriterRaw<'_, u32, CCER_SPEC, bool, 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§
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