PSMKR

Type Alias PSMKR 

Source
pub type PSMKR = Reg<u32, _PSMKR>;
Expand description

polling status mask register

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

For information about available fields see psmkr module

Aliased Type§

pub struct PSMKR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for PSMKR

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

read() method returns psmkr::R reader structure

Source§

impl Writable for PSMKR

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