SUSP4R

Type Alias SUSP4R 

Source
pub type SUSP4R = Reg<u32, _SUSP4R>;
Expand description

AES suspend register 4

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

For information about available fields see susp4r module

Aliased Type§

pub struct SUSP4R { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for SUSP4R

Register SUSP4R 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 SUSP4R

read() method returns susp4r::R reader structure

Source§

impl Writable for SUSP4R

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