Struct stm32wlxx_hal::pac::crc::RegisterBlock
#[repr(C)]pub struct RegisterBlock {
pub idr: Reg<IDR_SPEC>,
pub cr: Reg<CR_SPEC>,
pub init: Reg<INIT_SPEC>,
pub pol: Reg<POL_SPEC>,
/* private fields */
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register block
Fields§
§idr: Reg<IDR_SPEC>
0x04 - Independent data register
cr: Reg<CR_SPEC>
0x08 - Control register
init: Reg<INIT_SPEC>
0x10 - Initial CRC value
pol: Reg<POL_SPEC>
0x14 - polynomial
Implementations§
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