Struct stm32wlxx_hal::pac::comp::comp1_csr::COMP1_CSR_SPEC
pub struct COMP1_CSR_SPEC;
Available on crate feature
stm32wl5x_cm4
only.Expand description
Trait Implementations§
§impl Readable for COMP1_CSR_SPEC
impl Readable for COMP1_CSR_SPEC
read()
method returns comp1_csr::R reader structure
§impl RegisterSpec for COMP1_CSR_SPEC
impl RegisterSpec for COMP1_CSR_SPEC
§impl Resettable for COMP1_CSR_SPEC
impl Resettable for COMP1_CSR_SPEC
reset()
method sets COMP1_CSR to value 0
§fn reset_value() -> <COMP1_CSR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <COMP1_CSR_SPEC as RegisterSpec>::Ux
Reset value of the register.
§impl Writable for COMP1_CSR_SPEC
impl Writable for COMP1_CSR_SPEC
write(|w| ..)
method takes comp1_csr::W writer structure
Auto Trait Implementations§
impl RefUnwindSafe for COMP1_CSR_SPEC
impl Send for COMP1_CSR_SPEC
impl Sync for COMP1_CSR_SPEC
impl Unpin for COMP1_CSR_SPEC
impl UnwindSafe for COMP1_CSR_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