Type Definition atsam4n8c_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_reset(&self) -> bool[src]

Checks if the value of the field is GENERALRESET

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

Checks if the value of the field is BACKUPRESET

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

Checks if the value of the field is WATCHDOGRESET

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

Checks if the value of the field is SOFTWARERESET

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

Checks if the value of the field is USERRESET