PDCRG

Type Alias PDCRG 

Source
pub type PDCRG = Reg<u32, _PDCRG>;
Expand description

Power Port G pull-down control register

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

For information about available fields see pdcrg module

Aliased Type§

pub struct PDCRG { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for PDCRG

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

read() method returns pdcrg::R reader structure

Source§

impl Writable for PDCRG

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