[][src]Struct stm32h7::stm32h743::flash::crccr1::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn crc_sect(&mut self) -> _CRC_SECTW[src]

Bits 0:2 - Bank 1 CRC sector number

pub fn all_bank(&mut self) -> _ALL_BANKW[src]

Bit 7 - Bank 1 CRC select bit

pub fn crc_by_sect(&mut self) -> _CRC_BY_SECTW[src]

Bit 8 - Bank 1 CRC sector mode select bit

pub fn add_sect(&mut self) -> _ADD_SECTW[src]

Bit 9 - Bank 1 CRC sector select bit

pub fn clean_sect(&mut self) -> _CLEAN_SECTW[src]

Bit 10 - Bank 1 CRC sector list clear bit

pub fn start_crc(&mut self) -> _START_CRCW[src]

Bit 16 - Bank 1 CRC start bit

pub fn clean_crc(&mut self) -> _CLEAN_CRCW[src]

Bit 17 - Bank 1 CRC clear bit

pub fn crc_burst(&mut self) -> _CRC_BURSTW[src]

Bits 20:21 - Bank 1 CRC burst size

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self