KEYR7

Type Alias KEYR7 

Source
pub type KEYR7 = Reg<u32, _KEYR7>;
Expand description

key register 7

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

For information about available fields see keyr7 module

Aliased Type§

pub struct KEYR7 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for KEYR7

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

read() method returns keyr7::R reader structure

Source§

impl Writable for KEYR7

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