KEYR3

Type Alias KEYR3 

Source
pub type KEYR3 = Reg<u32, _KEYR3>;
Expand description

key register 3

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

For information about available fields see keyr3 module

Aliased Type§

pub struct KEYR3 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for KEYR3

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

read() method returns keyr3::R reader structure

Source§

impl Writable for KEYR3

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