Struct stm32wlxx_hal::pac::tim2::ccmr2_output::CCMR2_OUTPUT_SPEC
pub struct CCMR2_OUTPUT_SPEC;
Available on crate feature
stm32wl5x_cm4
only.Expand description
capture/compare mode register 2 (output mode)
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see ccmr2_output module
Trait Implementations§
§impl Readable for CCMR2_OUTPUT_SPEC
impl Readable for CCMR2_OUTPUT_SPEC
read()
method returns ccmr2_output::R reader structure
§impl RegisterSpec for CCMR2_OUTPUT_SPEC
impl RegisterSpec for CCMR2_OUTPUT_SPEC
§impl Resettable for CCMR2_OUTPUT_SPEC
impl Resettable for CCMR2_OUTPUT_SPEC
reset()
method sets CCMR2_Output to value 0
§fn reset_value() -> <CCMR2_OUTPUT_SPEC as RegisterSpec>::Ux
fn reset_value() -> <CCMR2_OUTPUT_SPEC as RegisterSpec>::Ux
Reset value of the register.
§impl Writable for CCMR2_OUTPUT_SPEC
impl Writable for CCMR2_OUTPUT_SPEC
write(|w| ..)
method takes ccmr2_output::W writer structure
Auto Trait Implementations§
impl RefUnwindSafe for CCMR2_OUTPUT_SPEC
impl Send for CCMR2_OUTPUT_SPEC
impl Sync for CCMR2_OUTPUT_SPEC
impl Unpin for CCMR2_OUTPUT_SPEC
impl UnwindSafe for CCMR2_OUTPUT_SPEC
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