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