[][src]Enum xmc4400::scu_general::stcon::SWCON_A

#[repr(u8)]pub enum SWCON_A {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
    VALUE5,
    VALUE6,
    VALUE7,
    VALUE8,
}

SW Configuration

Value on reset: 0

Variants

VALUE1

0: Normal mode, boot from Boot ROM

VALUE2

1: ASC BSL enabled

VALUE3

2: BMI customized boot enabled

VALUE4

3: CAN BSL enabled

VALUE5

4: Boot from Code SRAM

VALUE6

8: Boot from alternate Flash Address 0

VALUE7

12: Boot from alternate Flash Address 1

VALUE8

14: Enable fallback Alternate Boot Mode (ABM)

Trait Implementations

impl Clone for SWCON_A[src]

impl Copy for SWCON_A[src]

impl Debug for SWCON_A[src]

impl From<SWCON_A> for u8[src]

impl PartialEq<SWCON_A> for SWCON_A[src]

impl StructuralPartialEq for SWCON_A[src]

Auto Trait Implementations

impl Send for SWCON_A

impl Sync for SWCON_A

impl Unpin for SWCON_A

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.