Struct stm32wlxx_hal::pac::comp::RegisterBlock
#[repr(C)]pub struct RegisterBlock {
pub comp1_csr: Reg<COMP1_CSR_SPEC>,
pub comp2_csr: Reg<COMP2_CSR_SPEC>,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register block
Fields§
§comp1_csr: Reg<COMP1_CSR_SPEC>
0x00 - COMP1_CSR
comp2_csr: Reg<COMP2_CSR_SPEC>
0x04 - COMP2_CSR
Auto Trait Implementations§
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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