Type Alias CSR

Source
pub type CSR = Reg<u32, _CSR>;
Expand description

CSR

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

For information about available fields see csr module

Aliased Type§

pub struct CSR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for CSR

Register CSR reset()’s with value 0x0c00_0000

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for CSR

read() method returns csr::R reader structure

Source§

impl Writable for CSR

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