PDKEYR

Type Alias PDKEYR 

Source
pub type PDKEYR = Reg<u32, _PDKEYR>;
Expand description

Power down key register

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

For information about available fields see pdkeyr module

Aliased Type§

pub struct PDKEYR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for PDKEYR

Register PDKEYR reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Writable for PDKEYR

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