RLR

Type Alias RLR 

Source
pub type RLR = Reg<u32, _RLR>;
Expand description

Reload register

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

For information about available fields see rlr module

Aliased Type§

pub struct RLR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for RLR

Register RLR reset()’s with value 0x0fff

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for RLR

read() method returns rlr::R reader structure

Source§

impl Writable for RLR

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