Type Alias R

Source
pub type R = R<SUSP0Rrs>;
Expand description

Register SUSP0R reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn susp0r(&self) -> SUSP0R_R

Bits 0:31 - AES Suspend

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more