[][src]Enum k22f::sim::sopt2::FBSL_A

#[repr(u8)]pub enum FBSL_A {
    _00,
    _01,
    _10,
    _11,
}

FlexBus security level

Value on reset: 0

Variants

_00

0: All off-chip accesses (instruction and data) via the FlexBus are disallowed.

_01

1: All off-chip accesses (instruction and data) via the FlexBus are disallowed.

_10

2: Off-chip instruction accesses are disallowed. Data accesses are allowed.

_11

3: Off-chip instruction accesses and data accesses are allowed.

Trait Implementations

impl Clone for FBSL_A[src]

impl Copy for FBSL_A[src]

impl Debug for FBSL_A[src]

impl From<FBSL_A> for u8[src]

impl PartialEq<FBSL_A> for FBSL_A[src]

impl StructuralPartialEq for FBSL_A[src]

Auto Trait Implementations

impl Send for FBSL_A

impl Sync for FBSL_A

impl Unpin for FBSL_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.