CLKCR

Type Alias CLKCR 

Source
pub type CLKCR = Reg<u32, _CLKCR>;
Expand description

SDI clock control register

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

For information about available fields see clkcr module

Aliased Type§

pub struct CLKCR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for CLKCR

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

read() method returns clkcr::R reader structure

Source§

impl Writable for CLKCR

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