Type Alias TIMEOUTR

Source
pub type TIMEOUTR = Reg<u32, _TIMEOUTR>;
Expand description

Status register 1

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

For information about available fields see timeoutr module

Aliased Type§

pub struct TIMEOUTR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for TIMEOUTR

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

read() method returns timeoutr::R reader structure

Source§

impl Writable for TIMEOUTR

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