SHHR

Type Alias SHHR 

Source
pub type SHHR = Reg<u32, _SHHR>;
Expand description

Sample and Hold hold time register

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

For information about available fields see shhr module

Aliased Type§

pub struct SHHR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for SHHR

Register SHHR reset()’s with value 0x0001_0001

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for SHHR

read() method returns shhr::R reader structure

Source§

impl Writable for SHHR

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