SUSP5R

Type Alias SUSP5R 

Source
pub type SUSP5R = Reg<u32, _SUSP5R>;
Expand description

AES suspend register 5

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see susp5r module

Aliased Type§

pub struct SUSP5R { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for SUSP5R

Register SUSP5R reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for SUSP5R

read() method returns susp5r::R reader structure

Source§

impl Writable for SUSP5R

write(|w| ..) method takes susp5r::W writer structure