LPMCSR

Type Alias LPMCSR 

Source
pub type LPMCSR = Reg<u16, _LPMCSR>;
Expand description

control and status register

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

For information about available fields see lpmcsr module

Aliased Type§

pub struct LPMCSR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for LPMCSR

Register LPMCSR reset()’s with value 0

Source§

type Type = u16

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for LPMCSR

read() method returns lpmcsr::R reader structure

Source§

impl Writable for LPMCSR

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