PCR

Type Alias PCR 

Source
pub type PCR = Reg<u32, _PCR>;
Expand description

PC Card/NAND Flash control register 3

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

For information about available fields see pcr module

Aliased Type§

pub struct PCR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for PCR

Register PCR reset()’s with value 0x18

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for PCR

read() method returns pcr::R reader structure

Source§

impl Writable for PCR

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