[][src]Struct ambiq_apollo3_pac::mcuctrl::bootloader::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

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

Writes raw bits to the register

pub fn secbootonrst(&mut self) -> _SECBOOTONRSTW[src]

Bits 30:31 - Indicates whether the secure boot on warm reset is enabled

pub fn secboot(&mut self) -> _SECBOOTW[src]

Bits 28:29 - Indicates whether the secure boot on cold reset is enabled

pub fn secbootfeature(&mut self) -> _SECBOOTFEATUREW[src]

Bits 26:27 - Indicates whether the secure boot feature is enabled.

pub fn protlock(&mut self) -> _PROTLOCKW[src]

Bit 2 - Flash protection lock. Always resets to 1, write 1 to clear. Enables writes to flash protection register set.

pub fn sblock(&mut self) -> _SBLOCKW[src]

Bit 1 - Secure boot lock. Always resets to 1, write 1 to clear. Enables system visibility to bootloader until set.

pub fn bootloaderlow(&mut self) -> _BOOTLOADERLOWW[src]

Bit 0 - Determines whether the bootloader code is visible at address 0x00000000 or not. Resets to 1, write 1 to clear.

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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

impl<T> Same for T

type Output = T

Should always be Self