DCGCI2C

Type Alias DCGCI2C 

Source
pub type DCGCI2C = Reg<u32, _DCGCI2C>;
Expand description

Inter-Integrated Circuit Deep-Sleep Mode Clock Gating Control

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

For information about available fields see dcgci2c module

Aliased Type§

pub struct DCGCI2C { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for DCGCI2C

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

read() method returns dcgci2c::R reader structure

Source§

impl Writable for DCGCI2C

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