Type Definition atsam4e16c_pac::rstc::sr::RSTTYP_R[][src]

type RSTTYP_R = R<u8, RSTTYP_A>;

Reader of field RSTTYP

Implementations

impl RSTTYP_R[src]

pub fn variant(&self) -> Variant<u8, RSTTYP_A>[src]

Get enumerated values variant

pub fn is_general_rst(&self) -> bool[src]

Checks if the value of the field is GENERAL_RST

pub fn is_backup_rst(&self) -> bool[src]

Checks if the value of the field is BACKUP_RST

pub fn is_wdt_rst(&self) -> bool[src]

Checks if the value of the field is WDT_RST

pub fn is_soft_rst(&self) -> bool[src]

Checks if the value of the field is SOFT_RST

pub fn is_user_rst(&self) -> bool[src]

Checks if the value of the field is USER_RST