RESETLEVEL_LEVEL_R

Type Alias RESETLEVEL_LEVEL_R 

Source
pub type RESETLEVEL_LEVEL_R = FieldReader<RESETLEVEL_LEVEL_A>;
Expand description

Field RESETLEVEL_LEVEL reader - LEVEL is used to specify the type of reset to be issued when RESETCMD is set to generate a software triggered reset.

Aliased Type§

pub struct RESETLEVEL_LEVEL_R { /* private fields */ }

Implementations§

Source§

impl RESETLEVEL_LEVEL_R

Source

pub const fn variant(&self) -> Option<RESETLEVEL_LEVEL_A>

Get enumerated values variant

Source

pub fn is_resetlevel_level_cpu(&self) -> bool

CPU

Source

pub fn is_resetlevel_level_boot(&self) -> bool

BOOT

Source

pub fn is_resetlevel_level_bootloaderentry(&self) -> bool

BOOTLOADERENTRY

Source

pub fn is_resetlevel_level_por(&self) -> bool

POR

Source

pub fn is_resetlevel_level_bootloaderexit(&self) -> bool

BOOTLOADEREXIT