[][src]Enum stm32l0xx_hal::stm32::fw::cr::VDS_A

pub enum VDS_A {
    NOTSHARED,
    SHARED,
}

Volatile data shared

Value on reset: 0

Variants

NOTSHARED

0: Volatile data segment is not shared and cannot be hit by a non protected executable code when the Firewall is closed

SHARED

1: Volatile data segment is shared with non protected application code

Trait Implementations

impl PartialEq<VDS_A> for VDS_A[src]

impl StructuralPartialEq for VDS_A[src]

impl Debug for VDS_A[src]

impl Copy for VDS_A[src]

impl Clone for VDS_A[src]

Auto Trait Implementations

impl Unpin for VDS_A

impl Send for VDS_A

impl Sync for VDS_A

Blanket Implementations

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

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

type Error = !

The type returned in the event of a conversion error.

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