Type Alias ALRMASSR

Source
pub type ALRMASSR = Reg<u32, _ALRMASSR>;
Expand description

alarm A sub second register

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

For information about available fields see alrmassr module

Aliased Type§

pub struct ALRMASSR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for ALRMASSR

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

read() method returns alrmassr::R reader structure

Source§

impl Writable for ALRMASSR

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