Type Alias DR16

Source
pub type DR16 = Reg<u16, _DR16>;
Expand description

Data register - half-word sized

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

For information about available fields see dr16 module

Aliased Type§

pub struct DR16 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for DR16

Register DR16 reset()’s with value 0xffff

Source§

type Type = u16

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for DR16

read() method returns dr16::R reader structure

Source§

impl Writable for DR16

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